cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F. Access to peripheral registers from system bootloader.

alextyutyunnik9
Associate
Posted on August 01, 2011 at 11:51

Help me please.

Can any MCU of this family read/write peripheral registers directly from system bootloader? If it is impossible, are there internet's refs to code stub for reading/writing peripheral registers via RAM?

Thanks in advance.

1 REPLY 1
Posted on August 01, 2011 at 17:44

The system loader protocol is primarily byte based, and address checking code is likely to constrain you to memory outside the peripheral areas. Mainly flash, ram, system and options.

Such limits could be readily overcome by uploading and executing a small applet in RAM and talking via the already configured USART.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..