llcc68_driver
llcc68_driver copied to clipboard
LLCC68 only success RX/TX first time on run
hi, I set one board in tx mode , send packet every 5 seconds, another in continue RX mode, but only first packet trans success. I dont know which side is wrong
so , what need I do when tx done, before send again.
or , what need i do when rx done , then begin recv new packet?
thanks!
Hi, Please use Rx Single instead of Rx continuous and modify the application to restart the Rx single operation after every received packet. Many thanks
thanks.
thanks.
Have you figured out how driver works? Can you share the project?