Question
Extended Erase Returning 0x00
Posted on June 05, 2018 at 08:32
Hello!
So when i am sending to my STM32 0X7F i get ACK in return.
When i am sending 0x02 and 0xFD i get ACK in return.
The Problem start when i am trying to do mass extended erase like in the document named 'USART protocol used in the STM32 bootloader'.
I send 0x44 and 0xBB and get ACK like i am expecting, but when i send the 0xFFFF and 0x0000 i get in return 0x00 (not ACK and not NACK).
#mass-erase #erase #stm32l162-mass-erase-bootloader