Question
Where is the STM32F103 start code?
Hi,
As far as I understand, for the STM32F103, after a reset or power on without the use of the bootloader, the first task that happens is load SP with the content of address 0x00 (alias of 0x8000000) , followed by the load of the content of address 0x04 to the PC.
My question is where are the code to performs this tasks written?
Thanks.
