About psoc1 hot start

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

cross mob
Anonymous
Not applicable
        I need psoc1 Ram data is not lost after reseting by watchdog .Help me! for example : int a=10; main() { a=100; } after reseting by watchdog ,a=100.   
0 Likes
1 Solution
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

There is this FAQ - http://www.cypress.com/?id=4&rID=39458

   

 

   

or I think better use EEPROM module and save value there periodically,

   

or after creation/reception of new value. If ytou use this do not forget to

   

set EEPROM security bits in flashsecurity.txt in project root directory -

   

 

   

http://www.cypress.com/?docID=44351

   

 

   

Regards, Dana.

View solution in original post

0 Likes
2 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

There is this FAQ - http://www.cypress.com/?id=4&rID=39458

   

 

   

or I think better use EEPROM module and save value there periodically,

   

or after creation/reception of new value. If ytou use this do not forget to

   

set EEPROM security bits in flashsecurity.txt in project root directory -

   

 

   

http://www.cypress.com/?docID=44351

   

 

   

Regards, Dana.

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

In the case of using RAM to hold the variable, use the following to

   

define variable in a known location in RAM -

   

 

   

http://www.cypress.com/?id=4&rID=39611

   

 

   

Regards, Dana.