BOD Control Reg Default value

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

BOD Control Reg Default value

725 次查看
chuan_tian
Contributor II

Hi, I am working on LPC54114 with LPCOpen 3.0 and doing some investigation of BOD.

I didn't initialize BOD in my code but found after boot up, the BOD control register default value is 0x04, which means the BOD reset is enabled. However, according to the user manual, the reset value of it is 0x00. They don't match. Why the BOD is on by default? Is that because of some ROM code that I can't see?

Best,

Chuan

标签 (1)
2 回复数

553 次查看
miguel_mendoza
NXP Employee
NXP Employee

Hi Chuan Tian,

The reason why BOD control register was not in a 0x00 reset value, it's because has an offset of 0x044, that's the reason why the BOD reset is enabled although you did not initialize in your code.

regards,
Miguel

553 次查看
chuan_tian
Contributor II

Hi Miguel,

I don't think your answer is correct. Offset is not the value. Check this link out.

Offset value and reset value | AVR Freaks 

Thanks,

Chuan

0 项奖励
回复