Hi everyone,
I'm trying to run OTA between two FRDM-MCXW71 boards using the default SDK examples.
Board 1: flashed with otap_client_att
Board 2: flashed with ota_server_bm (connected to PC via USB for FSCI)
OTA Tool: NXP Over-the-Air Programming Test Tool
The problem:
When I connect the OTA Tool to the server board and start an OTA transfer, I only receive this FSCI frame:
74 7B 07 07 03 60 03 00 F7 00 FF
After this frame, nothing else happens. The OTA Tool does not send any further commands and the file transfer never starts.
My questions:
What does this exact FSCI sequence mean? Is it an error or a normal status/acknowledgement?
Do the sample projects require any additional action or configuration to properly start scanning (server) and advertising (client) (I tried pressing the SW4 button, but nothing happened) ?
Any help or guidance would be greatly appreciated.
Thanks!