Excluding EEPROM memory area from hex files

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

cross mob
stpo_4071891
Level 1
Level 1

Hello,

I am working on an application which uses bootloader and main application. I am using PSoC Creator 4.2 for development. In the main application I want to use the Emulated EEPROM component. I am creating the .cyacd2 file with the tool cymcyelftool.exe from PDL, and updating the firmware with this created file. The issue I face is that every time I update the firmware, my EEPROM is erased. I see that in .cyacd2 file there are memory addressees which are from Emulated EEPROM area and this is what cause the issue, because bootloader will write to these locations. Is there a way to exclude this EEPROM area from the .cyacd2 file?

Thanks,

Stefan.

0 Likes
1 Solution
stpo_4071891
Level 1
Level 1

I will try the accepted answer from this thread:

Re: PSoc 6 Bootloadable extra line

And inform on result.

View solution in original post

0 Likes
1 Reply
stpo_4071891
Level 1
Level 1

I will try the accepted answer from this thread:

Re: PSoc 6 Bootloadable extra line

And inform on result.

0 Likes