You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I'm trying to flash the contiki-ng into the launchpad cc1312R1 Rev:A, tried the hello-world example and also the base-demo
I've followed the steps in: https://docs.contiki-ng.org/en/master/doc/platforms/simplelink.html#
and I could build the project using code composer studio with v12, with the simplelink SDK installed and all necessary modules.
But there's actually two thing's going on:
The output of the builder is a ".simplelink" file instead a .ELF file
I'm able to use the ".simplelink" file to run the debug session, but the code stops inside a function trying to get the chip info inside the chipinfo.c file.
Hello!
I'm trying to flash the contiki-ng into the launchpad cc1312R1 Rev:A, tried the hello-world example and also the base-demo
I've followed the steps in: https://docs.contiki-ng.org/en/master/doc/platforms/simplelink.html#
and I could build the project using code composer studio with v12, with the simplelink SDK installed and all necessary modules.
But there's actually two thing's going on:
Here's the makefile for the hello-world example:
Here's the output for the builder and linker:
When debugging the code stops on the following function:
Any ideas of what could be the problem?
The text was updated successfully, but these errors were encountered: