Hi All,
I'm attempting to move from the S7G2 3MB flash MCU to the 4MB version. This seemed simple enough by changing the device in the BSP Configuration, regenerating the project content then rebuilding the project. As far as project modification, regen and building everything went fine however when I program the MCU it essentially appears to do nothing. This exact same code base has been running on the 3MB MCU for several months now and I didn't modify the code at all other than regeneration of the project using the 4MB part as the device. I haven't tried debugging yet as I'm waiting for my emulator to be returned by a colleague. What I have been doing successfully is programming the part using the USB bootloader which hints that the MCU can run code there just seems to be an issue with my application after being transformed to work on the larger flash version of the MCU. So what might I be overlooking here? All the hardware appears to be in order and hasn't changed regarding the processor. Is there something else I have to tweak when changing parts like this? Will I have to recreate my whole project from scratch starting with the 4MB flash as the initial device selection? I did see a post where a user had to do that to get their application to run.