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.

Error in the example with Tiva C and wolfssl lib

Hello

I am starting with the example:

tcpEchoTLS_EK_TM4C1294XL_TI_TivaTM4C1294NCPDT

I am using a Tiva C EK-TMC1294XL (with no crypto) and after following all the set up instructions for the installation of the WolfSSL library and after to import and to build successfully the example, I got this error when I try to run the code (one colleague is using the crypto version and he gets the same error):

CONSOLE:

n flash
Starting the TLS/TCP Echo example
System provider is set to SysMin. Halt the target to view any SysMin contents in ROV.
Service Status: DHCPC    : Enabled  :          : 000
Service Status: DHCPC    : Enabled  : Running  : 000
tcpHandler: Error loading ca_cert_der_2048 please check the wolfssl/certs_test.h file.

Neverttheless, I have reviewed the project and I can see space reserved for the certificate in the map file:

.const     0    00023420    00006b64

...

00027cfc    000004ae     tcpEchoTLS.obj (.const:.string:ca_cert_der_2048)

I've included the certs_test.h file itself into the project but even so I get the same error.

Please, can anybody help me out?

Thanks in advance

Dionisio