BOD Control Reg Default value

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

BOD Control Reg Default value

566 Views
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

Labels (1)
2 Replies

394 Views
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

394 Views
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 Kudos