Hello everyone,
I am currently exploring the DECT NR+ capabilities of the nRF9161 DK by modifying the DECT NR+ PHY Hello sample application. Specifically, I have created two daughter applications: one dedicated to DECT transmission and the other to DECT reception.
From my understanding of the source code, the tx_buf
variable holds the transmission payload. I've attempted to modify the size of tx_buf
and the corresponding tx_len
. I found that I can successfully build and flash the application onto the development kits with tx_buf
sizes up to 80 bytes. However, when I attempt to increase the size beyond 80 bytes, the application builds but fails to flash onto the development kits.
Is there a hidden failure check that might be causing this issue? Additionally, where can I find more information about the source code and its limitations?
Thank you for your assistance!