I'm trying to update a few configuration messages (in sequence) with uP. It works ... mostly. After a few uP, I get a message that looks like
0x55 0x55 0x00 0x00 0x02 0x45 0x50 0x37 0x62
The message is valid (good format, good length, CRC passes). I don't know if it makes any sense, but the payload (0x45 0x50) is EP, which is the name of the configured periodic packet.
I'm assuming it is sent from the messaging layer ... would you guys have some insights for me ?