User Activity

Hello ST Community,I am having the following issue with STM32CubeIDE. I am using the NUCLEO-STM32F767ZI kit and the STM32CubeMX to generate the CubeIDE project. My project uses lwip, mbedtls and GCP. I migrate the GCP from the X-CUBE-GCP: https://www...
Hello ST Community,I am porting the ssl_client example from the STM32F769-DISCO (I don't have the F769-DISCO) to the NUCLEO-F767ZI. The software flow is the same, only the configurations are different. The software can do the connection, handshake, ...
Dear everyone,I am using Nucleo-F767ZI + FreeRTOS + LWIP + mbedtls generated my STM32CubeMX (latest version). When I use my code to connect and send data to www.google.com using HTTPS, everything works fine, however when the same code is used to conn...
Hello,I am using the USB CDC of NUCLEO-F767ZI board. MY firmware can transmit and receive OK through the USB CDC. However, I cannot receive more than 64 bytes, only the first 64 bytes are received. The transmission is OK, it can send more than 64 byt...
Hello,I am using my STM32L4R5 with CMSIS RTOS generated from STM32CubeMX. I followed the example and I wrote a program that wakes the CPU up from sleep mode every time I press the button (external interrupt)/* USER CODE END PD */   /* Private macro -...