User Activity

Hi,Im using the System Workbench and a strange behaviour occured to me.When a certain halting point is reached, Im not able to step to the next one. Pressing Resume brings me back to the very same halting point, stepping over aswell. And stepping int...
Hey,I tried the SSL_Client mbedtls example program for the STM32f7 and I get following error:Handshake failed 0x7780Im trying to connect to a cloudflare server via https. Any ideas what the problem could be?thanks in advance
Hi,Im using the STM32F746NG Discovery Kit MCU. Im getting following error when trying to make a HTTPS connection:mbed_tls ctr_drbg entropy source failed.Although I enabled the RNG and CRYP Module I put following macros into my mbed config.h:#define M...
Hi,I'm trying to use my STM32F7 Discovery Kit to just fire a HTTPS-Get Request up to my Server.Im using mbedtls and some http(s)-library I found on Github. But that doesn't feel right, is there any official Guide, Library or even a sample project for...
Hey,I'm currently trying to import following Project: https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32746G-Discovery/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS into my STM32CubeIDE, although I seem to have some troubl...