PSoC 4200M firmware upgrade over the air

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

cross mob
Anonymous
Not applicable

Can we update PSoC 4200M firmware over the air?

Can we use Emulated EEPROM in PSoC 4200M?

Please someone help me out on the above

0 Likes
1 Solution
GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

Placing Em_EEPROM at fixed location or checksum exclude region is application dependent. It is not necessary for all projects. Please refer to Em_EEPROM code example: http://www.cypress.com/documentation/code-examples/ce195313-psoc-emulated-eeprom

View solution in original post

0 Likes
3 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

PSoC4200M hasn't got a BLE, so over the air upgrade is a bit difficult.

emEEProm is supported.

Bob

0 Likes
Anonymous
Not applicable

Hi Bob,

Thanks for the help.

I have questions about EEPROM implementation. Please help me on that

Do we neet to do the steps as mentioned in datasheet for using EEPROM in PSoC 4200M?

Steps mentioned:

1. Placing the EEPROM in fixed location

2. Adding EEPROM to checksum exclude section.

I have tried the steps but I couldn't make it.

I have created custom link file and also pasted the code given in datasheet about mentioning the EEPROM address. After that I got stuck.

I got the error also.

Error is : The command 'arm-none-eabi-gcc.exe' failed with exit code '1'.

0 Likes
GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

Placing Em_EEPROM at fixed location or checksum exclude region is application dependent. It is not necessary for all projects. Please refer to Em_EEPROM code example: http://www.cypress.com/documentation/code-examples/ce195313-psoc-emulated-eeprom

0 Likes