cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H503 UART BOOTLOADER READ PROTECTION

Mike1992
Associate II

Hello everyone, please advise, I encountered difficulties when removing and installing memory read protection when programming h503 via the built-in UART bootloader.

I use commands {0x92, 0x6D} to remove read protection and {0x82, 0x7D} to install read protection. On F103 these functions work correctly, on h503 they do not.

At the same time, on 503, memory erase, ID reading and programming operations work correctly, the h503 microcontroller is flashed and after rebooting the new program takes effect.

Perhaps I am sending incorrect read protection codes? Or is my mistake in something else?

1 REPLY 1
TDK
Guru

Use the GET COMMAND command to see which commands are supported.

The H5 does not have a RDP HW feature.

TDK_0-1746041340850.png

 

If you feel a post has answered your question, please click "Accept as Solution".