User Activity

Hi, I use RTC alarm to wake up from STOP mode I have STM32F030C8T6. During initialization I have set 5s and everything works as it should. But I would need to change the interval to maybe 30s while the program is running. The problem is that the chan...
Good day,I have a NUCLEO-STM32F767ZI and a problem with the STM32 CUBE IDE. When I create a project in version 1.5.1 with ETH, FreeRTOS and LWIP everything works fine. When I create the same thing in the latest version, the generated code falls into ...
Hello,I have a simple web server running on STM23F7. I can control LEDs via Ethernet and display sensor values on the web. The question is how to achieve automatic refresh of data from the sensor. Using HTML, I can refresh the whole page every 1 seco...
Hi, I'm working on the Lora project. I have a STM32F767ZI board and an I-NUCLEO-LRWAN1 module. As I understood from the manual to the module. The module is programmed using AT commands via UART. I set up USART3 on my board to communicate with a PC th...