You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I share my experience.
Flashing the receiver is like flashing typical stm32f* but I am faced with the fact that memory bank of the receiver is locked for write at factory.
Unlock sequence:
I share my experience.
Flashing the receiver is like flashing typical stm32f* but I am faced with the fact that memory bank of the receiver is locked for write at factory.
Unlock sequence:
After that it is flashed with a typical sequence of openocd commands:
I use clone STLink V2 from Aliexpress.
Important! Also I soldered and connect to STLink "Reset" line on the receiver.
After that I got RSSI on channel 14 (Aux10)
For save original firmware:
# st-flash read ./firmware-orig.bin 0x08000000 0x8000
No guarantees, of course. =)
PS
I found that you can unlock flash memory immediately when recording. http://openocd.org/doc/html/Flash-Commands.html
Command: flash write_image [erase] [unlock] filename [offset] [type]
That should work.
The text was updated successfully, but these errors were encountered: