Abhishekmishra2808 commented on issue #17582: URL: https://github.com/apache/nuttx/issues/17582#issuecomment-3867084545
Hi, I’m interested in working on this issue. My understanding is that the current SX1276 driver (in NuttX) enforces a 64-byte maximum for FSK packets, and larger packets don’t generate the expected interrupt. Before I start working on a fix, could you clarify: - Should the new implementation support arbitrary FSK packet lengths (up to SX1276’s hardware limit), or just a specific extended size? - Does the hardware generate a specific interrupt (e.g., on DIO1) when the FIFO has more data to read beyond 64 bytes, or should we poll the FIFO after the first interrupt? - Should the driver internally reassemble the full packet before signaling reception complete to upper layers? - Are there examples in NuttX for handling multi-stage FIFO reads in other drivers (for reference)? - Is there a recommended maximum size/configuration we need to enforce for RX buffer safety? Thanks - I’m happy to draft a design approach before coding. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
