cancel
Showing results for 
Search instead for 
Did you mean: 

How to download bootloader and application on stm32l4

KBS
Associate

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,

http://info.atollic.com/bootloader_training_presentation?hsCtaTracking=138e926b-f09e-4811-b194-9eb9affe5749%7C45c0097d-8cb8-4c75-82e5-e89a0b907d2d

i have been looking all over for guides, but have not found much that helped me.

any help would be much appreciated, thanks =)

1 REPLY 1
KBS
Associate

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