2022-03-29 05:08 AM
Hello,
I develop an application with SUBGHZ in transmitting and receiving mode.
I have initialized the hardware and configured the SUBGHZ peripheral.
I use the switch (PC3, PC4, PC5) to change between Tx and Rx mode, but i steel receiving data from RF even I am in Tx mode, and I cannot send data!
Any body have suggestions to resolve this problem ?
Thank you,
Sincerely.
2022-04-05 06:32 AM
Hello,
On which code are you starting ? Are you sure to have correctly setup Tx mode and modified the code to switch correctly from one mode to an other ?
Regards
2022-04-08 07:28 AM
Hi LAUDO,
The problem was in my own application, i was write it without SUBGHZ_Phy drivers. now after add SUBGHZ_Phy library the problem was resolved. but i have not find where was the problem.