What is the default value for internal EEPROM?

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

cross mob
NeAl_2298636
Level 3
Level 3
First like received First like given

I thought it was 0xFF but when I check the memory space during debugging, I see 0x00. What is the default value for internal EEPROM on PSOC5 LP?

0 Likes
1 Solution
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

The default value is 0x00.

Internal EEPROM is emulated EEPROM, is emulated by its Flash. The default value of internal flash is 0x00.

Thanks,

Ryan

View solution in original post

0 Likes
1 Reply
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

The default value is 0x00.

Internal EEPROM is emulated EEPROM, is emulated by its Flash. The default value of internal flash is 0x00.

Thanks,

Ryan

0 Likes