This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652R: Sending L2CAP data larger than 256 bytes via SPI/NPI

Part Number: CC2652R

I am using a CC2652R with simplelink_cc13x2_26x2_sdk_5_20_00_52.

I communicate with the device via NPI (SPI)

I want to send an L2CAP SDU larger than 256 bytes. (IE:1000) . I intend to use the L2CAP_SEND_DATA function and let the controller do the internal L2CAP splitting / recombination.

My problem is that SPI protocol has a length of max 256 bytes. How to achieve this?