Hello,
In my board, AP2-8CH device is controlled by MSP430 uC in Byte Synchronous IF. As far as the CH0 is used, there is no problem and communication with other device is successful. I have tried another CH to do the same operation and encountered the trouble in ANT_AssignChannel message. The sequence is as follow,
1. After power on, send ResetSytem message.
2. Receive StartupMessage and it indicate COMMAND RESET.
3. Send AssignChannel (CH1, public network, no Extended Assignment)
then the ChannelResponse with MessageCode of 21(CHANNEL IN WRONG STATE) is received. If I just change the channel number to CH0 on 2 in the above sequence, the MessageCode is 0 (RESPONSE_NO_ERROR).
I have check the device status by RequestMessage on CH1 immediately after receiving the StartupMessage and it indicates as follow,
1. Channel Status is Un-Assigned.
2. Capabilities shows MAX ANT Channels is 8
Does someone encountered this problem?
Thanks for any advices on this matter in advance.