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.

LAUNCHXL-CC1352R1: Linker error norom_setuptrimdevice() when I try to code in bare metal. How to code in bare metal for launchxl cc1352r1 in CCS?

Part Number: LAUNCHXL-CC1352R1
Other Parts Discussed in Thread: CC1352R

I am working with CC1352R LaunchPadTm development kit . I want to write code in register level using this board. Is there any way to program Launchxl - CC1352r1 in bare metal? I have tried many times, but couldn't succeed. I could find out the startup files. but still there is a linker error of unresolved symbol norom_setuptrimdevice(). It would be great helpful if you suggest me an LED blinking program for this device in bare metal.

  • Hi Jithin,

    We recommend using an RTOS for this device. (Some of our software stacks such as the TI Wi-SUN FAN Stack require it).

    If you don't want to use an RTOS I would recommend you to start with a nortos example. This will give you a driver porting layer. You can find these examples in the following path: C:\ti\simplelink_cc13xx_cc26xx_sdk_7_10_00_98\examples\nortos\CC1352R1_LAUNCHXL

    Cheers,

    Marie H