Recovering STM32U3 from RDP2 level to RDP1 level
Hi team,
I provisioned both OEM1 and OEM2 keys. I locked the device using OEM2 key and then put the device in RDP level 2 with the below commands:
STM32_Programmer_CLI.exe -c port=SWD mode=hotplug -lockRDP2 0xFEDCBA98 0x76543210
Response: "Lock RDP2 password successfully done"
Enable RDP2: STM32_Programmer_CLI.exe -c port=SWD mode=hotplug -ob RDP=0xCC
If you see here I used only <word1> and <word2> for password because I followed the below video for STM32U5:
URL: https://www.youtube.com/watch?v=B3l6iuA7U8Q&t=752s
But STM32U3 series uses 128 bits of password rather than 64 bits used by STM32U5 series.
Could anyone know/share default value that will be passed if we have missed <word3> and <word4>.
