Hello,
I'm working as well with the ANT11Txx3MxIB module in async mode, using a STM32F103RB MCU as host. I am using the same schematics as jorgeant.
I am sending the reset command ANT_ResetSystem() after the system comes up.
I am using a pull up on RTS.
After the reset I am sending the message ANT_RequestMessage(ucChannel, ucMessageID) to ANT, but it does not respond to it?
RTS is low while I am sending this message and I never see RTS go high and then low again after I send the message?
Am I doing any thing wrong?
Thanks in advance!