I made my custom board based on the CC1350 Launchpad.
The only difference being the SoC: I have CC1350F128RSM (4mm x 4mm footprint) instead of the CC1350F128RGZ (7mm x 7mm) like on the Launchpad.
I want to run the rfPacketTx example code that's available from the TI's Resource Explorer. I could compile and debug the program that's actually made for the CC1350 Launchpad (rfPacketTx_CC1350_LAUNCHXL_tirtos_ccs) on my custom PCB. But the CC1350 is not sending anything. - I measured with an amp meter and also with another CC1350 Launchpad connected to SmartRF Studio running Packet RX.
Can the revision of the component help to find the answer? I couldn't find the revision nr. of the SoC but I found this on the component itself:
CC1350, F128, TI681, C6KL G4
What settings do I have to adjust for the program (rfPacketTx_CC1350_LAUNCHXL_tirtos_ccs) to run on my custom board?
I made sure that the hardware is not the problem by testing my custom board with SmartRF Studio. I was able to transmit and receive packets to and from a Launchpad without any problem. So the issue must lie in the program (rfPacketTx_CC1350_LAUNCHXL_tirtos_ccs).
If you nevertheless want to take a look at my schematic, don't hesitate to reply to me. But as I've written already, the communication works, but only with SmartRF Studio, not with the CCS project though.