XMC4800 TSL client sample code

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hi,
Any TLS client sample code available for XMC4800 (eval board = KIT_XMC48_RELAX_ECAT_V1) ?

I have tested HTTP_SERVER sample code OK using Keil MDK,
and I added mbedtls package, and use mbedtls ssl_client1.c sample code on github
it seems socket is not included in HTTP_SERVER sample project.
0 Likes
3 Replies
User12775
Level 5
Level 5
First solution authored First like received
No, the socket API is not included in that demo. Instead a library are provided.
But it should be not very complex to port the LWIP if you need the socket API.
2527.attach
0 Likes
Not applicable
Hi,
I have compiled mbedTLS and ssl_client1.c sample code onto XMC4800 in Keil MDK,
but still it hangs after it enters mbedtls_entropy_init( &entropy );

Where can I find a working mbedtls ssl_client sample code ?

I am using XMC4800 EtherCAT relax EVB, it has one ethernet port that I am using.

I also saw SharkSSL_Lite in Keil MDK package,
since mbedTLS is not working, should I use SharkSSL ? any sample code available ?
0 Likes
Not applicable
where to find mbedTLS for XMC4800 example?
0 Likes