2018-07-29 08:55 AM
Dear All,
I am new to ARM microcontrollers and about to start working on some application. Please explain me the complete boot process of STM32L476RG controller.
2018-07-29 10:08 AM
Could you just read some manuals rather than have others read them to you? ARM makes a number of Technical Reference Manuals (TRM) that are arguably pretty complete.
The STM32 parts contain ROM, RAM and FLASH, the BOOTx pins control where execution is directed. You'd write your own code, with the usual Cortex-M4 vector table, such that is is placed at 0x08000000 in the memory map.
2018-07-30 03:18 AM
Thank you for responding me. I will go through the link. Please clarify my below doubts
2018-07-30 09:24 PM
Hello,
I am not getting anything in the link that you have provided. Please help.