User Activity

Hi I designed a custom board based on the STM32G030K8 MCU, I was able to upload my code on the device successfully and the device was working fine, I updated the code a few times and was able to successfully upload the code to the board. However I di...
I am using an STM32G070RB nucleo 64 board with an ESP 8266, earlier I was using DMA to establish UART communication between the ESP and STM32, but now I have switched to UART interrupt mode to receive and transmit data. When I software reset the ESP ...
I am using a Nucleo GO70RB along with an ESP to control electrical appliances by sending commands to the ESP through the server and transmitting the said commands to STM32 using UART which is configured in normal DMA mode.I am able to control the app...
Hi,I am working with an STM8 Nucleo 32 board based on the STM8s207K8 microcontroller. I am trying to receive data from a NodeMCU dev board via UART. The NodeMCU board successfully receives data from the server, and transmits it, however when I try to...
Hi,I am a student who has recently started working with STM8s MCU's. Currently I am working with an STM8s207K8 Nucleo 32 development board, I am using STVD along with a cosmic toolchain to program my dev board. I am able to program the microcontrolle...