User Activity

I'm trying to debug an error I get when I try to flash internal flash on my stm32f4 board. I first use the flash_erase command to do a mass erase using openocd: flash erase_address unlock 0x08000000 0x100000Then use the flash_write command to flash t...