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.

RTOS/EK-TM4C129EXL: Secure IoT - Out-of-Box demo

Part Number: EK-TM4C129EXL

Tool/software: TI-RTOS

Hello,

I am trying to execute the Secure IoT out-of-box demo of EK-TM4C129EXL but I'm facing the following problem??

I'm also trying to compile the Secure IoT project without success. After 1 day lost trying to compile the project I checked this post.

First of all, I was able to compile the  wolfSSL with some warnings as showed below. Tried 2 versions!

Second, I was able to compile the project but I also got some warnings in the secure_iot_pem4f.c file.

Then after programming the board freezed after connected to the NTP server, but the LED D2 still blinking.

The softwares versions are:

  • Code Composer Studio: 8.3.0.00009
  • TI-RTOS v 2.16.01.14
  • XDCTools 3.32.00.06
  • Compiler TI v18.1.4.LTS
  • wolfSSL v3.10.2 (the project compile and occur the error above) and 3.15.7 (same warnings as the v3.10.2 and ERROR compiling below)

  • Hi Vinicius,

    You'll need to contact WolfSSL about their issues. I know the newer WolfSSL versions are having an issue with TI-RTOS for TivaC. Can you try the 3.8.0 version of WolfSLL? That's the one we validated TI-RTOS with.

    Regarding the compiler warnings "statement is unreachable", this occurs in newer versions of the TI compiler with TI-RTOS. While annoying, it can be ignored or you can move back to the version that TI-RTOS was validated with ti-cgt-arm_5.2.5.

    Todd