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
Hi all,
I am working in stm32f746 board and i used to compile your flash example code by cargo build --example flash --features="rt stm32f746" command, and i flashed in to controller by using probe-runprobe-run flash --chip stm32f746zgtx
After flash erasing and rewriting to the same sector in that case it's not writing to the sector, sector remains FFFF's only , and also i am not able to read flash from the stm32 cube programmer, for reading flash again i have to download some normal Led blink program.
stm32 cube programmer showing error like this Error : ST-LINK error (DEV_TARGET_NOT_HALTED), is there any solutions?
The text was updated successfully, but these errors were encountered:
UdayakumarHidakal
changed the title
Flash rewriting didn't working properly in "STM32F746" board.
Flash rewriting not working properly in "STM32F746" board.
Jun 20, 2022
Hi all,
I am working in
stm32f746
board and i used to compile yourflash
example code bycargo build --example flash --features="rt stm32f746"
command, and i flashed in to controller by usingprobe-run
probe-run flash --chip stm32f746zgtx
After flash erasing and rewriting to the same sector in that case it's not writing to the sector, sector remains
FFFF
's only , and also i am not able to read flash from thestm32 cube programmer
, for reading flash again i have to download some normalLed blink
program.stm32 cube programmer
showing error like thisError : ST-LINK error (DEV_TARGET_NOT_HALTED)
, is there any solutions?The text was updated successfully, but these errors were encountered: