This code example demonstrates the implementation of a secure TCP client with XMC7000 MCU. In this example, the TCP client establishes a secure connection with a TCP server through an SSL handshake.
#define LL_SYSCFG_FLASH_B1_SECTOR0_STATUS_BIT 0x10000U #define LL_SYSCFG_FLASH_B1_SECTOR1_STATUS_BIT 0x20000U #define LL_SYSCFG_FLASH_B1_SECTOR2_STATUS_BIT 0x40000U #define ...