Part Number: LAUNCHXL-CC1350-4
I am using the launchpad mentioned in the title with a tweaked version of the PacketTx/Rx example from the SimpleLink cc13x0 SDK v 3.20.00.23.
I am sending my own custom data packets consisting of a CSV file of bytes. I noticed that during testing that the Transmitter & Receiver are only capable of 255 bytes per packet. I wondered if this could be increased so I could send more data per packet. The issue seems to be coming from the (lack of) memory. I read something up on STACK and HEAP sizes might have something to do with it although I don't know enough to be sure. I have a feeling that it has something to do with SRAM although I am also not too sure.
I am running CCS 9.10.0.
Any feedback is much appreciated. I will try to respond as soon as I can.