User Activity

Hello Forum,I have an issue while reading the values from ADC. ADC1 is running in "continues scan convertion mode" using DMA and 5 ranks.Here is ADC_Init function:static void MX_ADC1_Init(void) { /* USER CODE BEGIN ADC1_Init 0 */ /* USER CODE E...
Hello colleagues,I'm trying to read out the MCU temperature on my Nucoleo-32 board and all I get are weird values...I am using ADC1 and I have activated "Temperature Sensor Channel". My MCU is running at 144 MHz. ADC runs at 36MHz.Here is my ADC Init...
hello together,I would use a Nucleo-32 board in my new project, the Nucleo-G431KB. In this project I would like to use the autobaud feature. Only I can't find an example, there are many USART examples but none with autobaud.Does anyone have an exampl...
Hello all,I have a RS232 device (diagnose interface) that I want to replace with a Nucleo-G431KB board. To make it work I would like to use CDC (virtual port), but I need the RS232 specific signals, especially DTR/DSR, CTS/RTS... I looked in the exam...
Hello together,I'm using Nucleo-32 board (with a STM32G431KBTx) and have got some problems...In my project I'm using:-> UART (here I'm using RX-DMA and interrupt with an IDLE-flag)-> ADC, one channel-> I²C with an EEPROM (no DMA, no Interrupt)Problem...