STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! [STM32H563] NetX Duo slow TLS handshake

Hello!I have an MQTT project using NetX Duo, which publishes MQTT messages to a remote server. But, before it can do that, a secure connection must be established using TLS v1.2, which takes about 18-20 seconds (checked while debugging and stepping t...

Sander_UP by Associate III
  • 129 Views
  • 4 replies
  • 0 kudos

Resolved! Purpose Of _Min_Stack_Size

Hello,In a typical example, there is the following linker script: /* Highest address of the user mode stack */ _estack = ORIGIN(RAM) + LENGTH(RAM); /* end of "RAM" Ram type memory */ _Min_Heap_Size = 0x200; /* required amount of heap */ _Min_Stack...

Kier by Associate III
  • 77 Views
  • 4 replies
  • 1 kudos