2018-09-28 01:13 AM
Hello, i'm working on a project where i want to make my own bootloader, so i can update the application on my stm32l4.
But my problem is that i want to download the bootloader and the application to my stm32 from the start so i have a working prototype, where i later can update the application part.
So i have some basic questions that i hope some of you can help me answer.
How would i go about programming this? (i have edited the "stm32l4_flash.ld" files so the flash address and length match where i want my boot and app to be)
i have been following this guide loosely from atollic,
i have been looking all over for guides, but have not found much that helped me.
any help would be much appreciated, thanks =)
2018-09-28 01:28 AM
So just a few minutes after i post this, i find the magic search words that give me this :D
http://www.keil.com/support/docs/2666.htm
i will try to see if this works for me, and then post an update