Can system memory be erased and reproggammed?
I've been trying to get a STM32F427 to go in the system boot loader, but I haven't got any response when I send 0x7F in the USART3 (PB10, PB11). I wonder if the boot loader could be corrupt or something.
Is there any way to tell, if the chip is in bootloader? The chip is soldered in a proprietary board, so the possibilities to study the situation are somewhat limited.
If I run my own application on the mentioned chip, the USART3 seems to work just fine.
There is a switch for BOOT0 (10k pull down and 1K pullup behind the switch) and the BOOT1 is pulled down through a 10k resistor.
I tried to monitor the other boot interface lines, but couldn't detect any changes.
Does anyone know an address range where the the execution should be (PC-value) if I do a reset with debugger connected and then stop the execution?
