2022-11-21 02:36 PM
I downloaded the tool st-tools on my Ubuntu 22.04.1 LTS, then after executing the download command st-flash write main.bin 0x08000000, I tried to use the command st-flash reset to reset my STM32F103RCT6, but it doesn't work, it shows:
st-flash 1.7.0
2022-11-22T06:32:25 INFO common.c: F1xx High-density: 64 KiB SRAM, 256 KiB flash in at least 2 KiB pages.
2022-11-22T06:32:25 WARN common.c: NRST is not connected
So how can I execute a software reset on my STM32?
2022-11-21 02:53 PM
You'd need to send a sequence to the NVIC, equivalent to the NVIC_SystemReset()
2022-11-21 05:14 PM
Thanks for your answer, how can I do it through the st-flash command?
2022-11-21 05:23 PM
Thanks for your answer, how can I do it through the st-flash command?