CYPRESS MCU CY8C5888FNI-LP214是否支持温度与供电电压监控?如果支持,如何实现?谢谢。

公告

大中华汽车电子生态圈社区并入开发者社区- 更多资讯点击此

Tip / 登入 to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Moore_Zou_42099
Level 1
Level 1
Distributor - Future(GC)
First reply posted First question asked Welcome!

CYPRESS MCU CY8C5888FNI-LP214是否支持温度与供电电压监控?如果支持,如何实现?谢谢。

0 点赞
1 解答
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

1:你可以通过creator中的示例工程查找,找到DieTemp_basicTest, 这个示例工程展示了如何测试die的温度。

2:供电电压的监控只能有几个level的值,你可以通过creator-->help-->system reference guide 找到:

void CyVdLvDigitEnable(uint8 reset, uint8 threshold)

pastedImage_0.png

在原帖中查看解决方案

0 点赞
1 回复
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

1:你可以通过creator中的示例工程查找,找到DieTemp_basicTest, 这个示例工程展示了如何测试die的温度。

2:供电电压的监控只能有几个level的值,你可以通过creator-->help-->system reference guide 找到:

void CyVdLvDigitEnable(uint8 reset, uint8 threshold)

pastedImage_0.png

0 点赞