I have compiled the rfPacketRx tirtos project example, but notice that this simple project uses 27Kbyte of flash memory.
On our custom board, we use the 32K version of the CC1310, so this is almost all the flash, leaving no almost no space for our application.
Is there a way to reduce the flash usage, I have tried using the -O3 optimization flag, but that did almost nothing.