STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HAL_UART_Transmit_DMA issues | STM32F3

Currently I am working on UART DMA and I encountered problems after transmitting data via DMA UART. After 1 successful data transmission, the state flag remains on BUSY. After a search, I ended up on this thread and this fixed the problem. Threadstat...

Ade J.2 by Associate II
  • 4777 Views
  • 3 replies
  • 0 kudos

STM32L431 bootloader Not switching to application

I am working on STM32L431RCT6 microcontroller. Similar changes tried on STM32L053C8T6 also.Using custom hardware for product development and hardware is validated. I facing issue, bootloader not jumping to application. Instead it's creating hardfault...

harshel by Associate
  • 590 Views
  • 2 replies
  • 0 kudos

Resolved! I believe there is a bug in HAL_ADC_ConfigChannel(). Using the STM32g071, with ADC_SCAN_SEQ_FIXED, ADC_EOC_SINGLE_CONV, and NbrOfConversion == 1, when HAL_ADC_ConfigChannel() is called, it OR's in the new channel number, which is incorrect.

   hadc1.Instance = ADC1;   hadc1.Init.ClockPrescaler = ADC_CLOCK_SYNC_PCLK_DIV2;   hadc1.Init.Resolution = ADC_RESOLUTION_12B;   hadc1.Init.DataAlign = ADC_DATAALIGN_RIGHT;    hadc1.Init.ScanConvMode = ADC_SCAN_SEQ_FIXED;    hadc1.Init.EOCSelection ...

CSmit.4 by Associate II
  • 3446 Views
  • 6 replies
  • 0 kudos

Resolved! STM32C071 SVD File

Hello, I am in need of the SVD file for the newly released C071 model with USB. AFAICT they have not been posted or updated anywhere yet.I'm working in Rust which requires the SVD file for generating register accessors so I cannot do anything with th...

MBake.4 by Associate II
  • 1118 Views
  • 4 replies
  • 1 kudos

How to work with GPIO

Please advise where I'm doing wrong, I need to create variables with GPIO output with variable assignment and I don't know how to make it work correctly. 'my_gpio_port' reports as undeclared, but the declaration is without errors. Thanx   GPIO_TypeDe...

Resolved! External oscillator input

In application we are using MCU part no STM32G0KCIU6 of LQFP32 / UFQFPN32 - GP package, can external oscillator of frequency 16MHz (Example: Part no ASEMB-16.000MHZ-LY-T) can be connected to pin no 2 which is dedicated for LSE clock frequency 32KHz. ...

STM32F103 CAN CYCLE TIME

Hi,I am STM32F103 with 72Mhz clock and am trying to send the CAN messages (MCP2561 as CAN transceiver) with 500kbps and am using CAN BUS ANALYZER to check the CAN msgs.Here am sending 3 CAN msgs for every 100ms using timer interrupt but some times s...

HRedd.1 by Associate II
  • 811 Views
  • 2 replies
  • 0 kudos