Hi,
I am working on MCF52259 with MQX 3.7 CW 7.2environment....I am trying to use the software reset opton in my code..I have set the flag for MCF_RCM_RCR_SOFTRST in MCF52259_RCM.h file as
#define MCF_RCM_RCR_SOFTRST (0x80)
And i am using MCF_RCM_RCR = MCF_RCM_RCR_SOFTRST; in my .c file to reset the code and start over again...
Is this the Right way to get it done....Pls suggest
Hi
Writing 0x80 to the RCR register in the M52259 or any other Coldfire V2 processors causes a soft reset to be executed.
Regards
Mark
Thanks Mark...Its working Fine