Odd response when sending FUS (0.5.3) command
I'm using a custom board with a STM32WB50CG part. When I send this:
0x10 0xFC 0x52 0x00 (FUS_GET_STATE) or any command for that matter, I always get this back:
0x11 0x0E 0x04 0xFF 0xFE 0x00 0xFE 0x00I've tried this while running the bootloader code as well as my own code.
Anyone see the error in my command? I've mostly followed AN5185. But there's errors in that app note. For example Section 6.1 says FUS only uses the device information table and system table, yet the bootloader also fills in the async event table. Only after filling in that table do I see the event announcing CPU2 is up and running FUS.