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

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
  • 1072 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...

Resolved! HAL_DMA_Start_IT - CALL back

hi,DMA setting is in NORMAL mode i am getting output GPIO-C Port  via tim2_up .HAL_DMA_Start_IT(&hdma_tim2_up, (uint32_t)pixelclock, (uint32_t)&(GPIOC->ODR), 2);it's working fine but i need to enable call back once data is  transferred  .the followin...

MMARI.1 by Senior II
  • 6452 Views
  • 4 replies
  • 0 kudos