Dear All.
I'm using an STR711 with embOS version: 3.52c and Keils uVision3.
I started developinng on the Examples shipped with the OS
My application is currently running from ROM.
I have to enter in the LPWFI mode switching OFF the Master Voltage Regulator and the FLASH. I did it and the power consumption drops correctly, unfortunatly the application block after a while. The crash is causes by the switching off of the FLASH which need at least 20us after the interrupt to return functional. I found that I should relocate my interrupt vector to RAM in order to avoid an istantaneus access to the ROM. How can I do that?
thank you in advance for your help and attention
Luca
I'm using an STR711 with embOS version: 3.52c and Keils uVision3.
I started developinng on the Examples shipped with the OS
My application is currently running from ROM.
I have to enter in the LPWFI mode switching OFF the Master Voltage Regulator and the FLASH. I did it and the power consumption drops correctly, unfortunatly the application block after a while. The crash is causes by the switching off of the FLASH which need at least 20us after the interrupt to return functional. I found that I should relocate my interrupt vector to RAM in order to avoid an istantaneus access to the ROM. How can I do that?
thank you in advance for your help and attention
Luca