EEPROM programming

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

cross mob
GaSh_293351
Level 1
Level 1
5 replies posted Welcome! 5 questions asked

I want to load data to the EEPROM of CY8c5868.

As I understand, it can be done with PSoC programmer.

s there an information how it is done, and the format of the file?

0 Likes
1 Solution
Len_CONSULTRON
Level 9
Level 9
Beta tester 500 solutions authored 1000 replies posted

GaSh,

In the PSoC5 there is a "EEPROM" tab in the DWR (Design Wide Resources). When you select the "Include EEPROM in Hex file" the EEPROM map shown below will be pushed into the EEPROM during programming time.  Therefore with the map below, you can preload values in the EEPROM image at programming-time.  During run-time, these value can be altered by the Application.

pastedImage_1.png

Is this what you are looking for?

Len

Len
"Engineering is an Art. The Art of Compromise."

View solution in original post

6 Replies