2021-05-31 01:19 AM
I want to Implement the UART bootloader to the STM3272cz Microcontroller and flash the code with STM32cube programmer .I want to understand the STM32 cube programmer UART protocol used here for flashing the Bin file to the micro controller .
Any suggestions please help me in understanding the concept
Solved! Go to Solution.
2021-05-31 03:00 AM
AN2606 can be understood as the central point for all bootloader questions and also mentions the associated documents in section 2:
AN3155 is probably the appnote you are interested in.
Good luck!
If the problem is resolved, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.
/Peter
2021-05-31 03:00 AM
AN2606 can be understood as the central point for all bootloader questions and also mentions the associated documents in section 2:
AN3155 is probably the appnote you are interested in.
Good luck!
If the problem is resolved, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.
/Peter
2021-05-31 03:31 AM
Hi Peter ,
Thanks for your reply and The AN3155 USART protocol is used same in the STM32cube Programmer also ??Please confirm