Hi guys,
I am quite new here using ti devices, so first beforehand, I would like to apology if something I am asking may sound a little bit newbie.
So, comming back to the main topic, what I am trying to achieve is to have working the simplest "hello world" example of contiki-ng operating system, and for that, I have the LAUNCHXL-CC1312R1 board, revision A. The problem itself will be explined further below:
- The lastest version of contiki-ng code has been loaded on the CCS IDE (release 4.6).
- The CSS IDE has been configured as the following link says to do so with no issues found -> https://github.com/contiki-ng/contiki-ng/wiki/Platform-simplelink
- The code has been compiled perfectly.
- When the device is flashed, nothing happens, not even the first led sequency that contiki includes - this has been tested using every file generated (bin, hex, elf).
- It works when the released 4.3 (or lower) of contiki-ng is used.