Hi,
I’m working with a S5D5 and I would like to create a bootloader which allow us to update the application in code flash using background operation. I see that on the S7G2 we can execute a bootloader in the first part of code flash memory in order to write the application in the second part of code flash memory :
But with the S5D5 doesn’t seem possible :
That’s the case ?
If not, how to proceed ? Will I need to create a bootstrap which copy my bootloader in ram ? Then execute the bootloader from RAM in order to update the application software in flash ?
Thanks you very much in advance.
Regards,
Hi Mota92i.We are looking into this and will get back to you.Thanks,Jayesh
You're right. Larger parts have "banked" flash where you can erase parts and run in the other bank.
There are many sample projects around about relocating your bootloader to sram or external bus ram and running that way.
Search around.
Larry
Thank you guys for your quick answer.