Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 3 months ago.
sx1272 FSK mode
In FSK mod, when does payloadready and PacketSent Interrupt occur? I would like to send more than 64bytes of data using these two inerrupts. I write data to the FIFO by dividing by 32bytes threshold in transmit mode. So, If the total size of data is 100 bytes. and transmit it dividing 32bytes. when and how packetsent interrtupt occurs? Conversely, In receive mode, when I try to read 100 bytes from the FIFO using 32bytes threshold , when does the payloadready interrupt occur?