STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 375 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.Sam...

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
  • 3249 Views
  • 4 replies
  • 0 kudos

Resolved! Timer frequency is way off

My STM32F303RE is running with an 8MHz crystal feeding into HSE:Using TIM4 I want to generate 700 interrupts per second, but I only get 318.As can be seen TIM4 runs at 64MHz and the following configuration should trigger about 318 interrupts:Using th...

NRumm1_0-1705434819174.png NRumm1_1-1705434933781.png NRumm1_2-1705434959841.png
NRumm.1 by Associate III
  • 1419 Views
  • 13 replies
  • 0 kudos

reseting STSPIN32G4

Hello!I’ve been working with STSPIN32G4 for while with low voltage (9V), it works goodI set 24V and have problems with nFaults, it being set, meaning that driver is turned off, although no fault is indicated, status register: 10001000D3 Indicates if ...

image.png image.jpg ea590a1b505cfd8fe0cc21041cf01ecf26b7d528_2_666x500.jpeg
Tomuello by Associate II
  • 320 Views
  • 0 replies
  • 0 kudos
Labels