Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi!I'm a newbie to all of this. I purchased an STM32F1038C8T6 development board or "Blue Pill" recently.I connected it to my PC Windows Using a Usart to serial converter.I read that I should put one of the BOOT Jumpers in the one position to enter pr...
Hi all!I've found some strange issues during my reception of data at SPI interface using HAL functions.The problem is that between each two complete cycles (8 periods) of SCK signal, the SCK line stays idle without reading any data. With longer strea...
Hello!I am very new to STM32 boards and MCU-s overall. I am using a Nucleo-G071RB and I implemeted this Modbus library: /ceremcem/modbus_lib. For testing I use Comtest Pro. The code was working without issues on a Nucleo-F446RE. On Nucleo-F030R8 I am...
I may have seen other posts discussing this topic, but neither of them helped with this. Does the ADC in the buffer we send to the DMA put the data in order? or is some bug in the code? I'm reading for 3 analog values and sometimes, it works correspo...