https client on stm32H7 controller. I am looking if there is already code for https client that can sent REST data (like curl https://mysite.com get/post) will it be straight forward to use the stm cube with freeRTOS+LWIP+MBEDTLS ?
I though of using the NUCLEO-H743ZI(which might be an overkill) is there a demo for that ? (that I can easily open an ssl socket and send/get requests ?).1) is embed os good for this , or stm32CubeMX better ?2) Tried using the stm32f407 with freeRTOS...