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! STM32U5Ax USB issue

I have a problem with USB initialization on those specific MCUs. Initialization function generated automatically by CubeMX hangs on USB_CoreReset function. Specifically on USB_OTG_GRSTCTL_CSRST bit which doesn't want to set after the reset. The Cube ...

mpico by Associate II
  • 2602 Views
  • 5 replies
  • 0 kudos

STM32 HAL - Encoder Interrupt

hi friends,In STM32F412 microcontroller with HAL LibraryI put timer 2 in encoder mode and everything works fineI want, for example, if the counter reaches 1500, an interruption will occur, but I don't want the counter value to be reset after this int...

Why my crc is not configurable ?

I tried to use the hardware crc for my device stm32f103  . But the STM32CubeMX ( version : 6.10 ) doesnot provide any parameters configuration for this IP. The generated  crc.c is as follows :/* CRC init function */void MX_CRC_Init(void){/* USER CODE...

hanguofu by Associate
  • 1116 Views
  • 2 replies
  • 1 kudos

Resolved! Reading ADC issues multichannel

Hi everyone,   I am trying to use multichannel ADC. I have a panel and an ntc for which I have to read the voltage vlaues. I have disabled the continuous conversion.   sConfig.Channel = ADC_CHANNEL_0; // Select channel for NTCsConfig.Rank = 1;sConfig...