hi, i´m tring to update flash using ROM bootloader (host is other uC with the protocol implemented), i succesfully sync baudrate with ping command, but when the eraseAll command is sent, the response is Ping Response Packet NOT ACK + Generic Response as data sheet diagram said. The command execute succesfully, memory is erased
this is the senquence (crc intentionally avoided):
Send: 0x5a 0xa6 (Ping)
Response: 0x5a 0xa7 0x0 0x1 0x1 0x50 0x0 0x0 (Ping Response)
Send: 5a a4 4 0 c4 2e 1 0 0 0 (EraseAll)
Response: 0x5a 0xa7 0x0 0x1 0x1 0x50 0x0 0x0 (Ping Response)
thanks