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

Resolved! Generating specified number of pulses using PWM

Hi All,I am trying to generate required no of pulses using PWM. This is to implement to control stepper motor with position control. I use HAL_TIM_PWM_Start_IT to start pulsing and count the no of pulses in HAL_TIM_PWM_PulseFinishedCallback. I notice...

0693W000008ye9AQAQ.png 0693W000008ye95QAA.png 0693W000008ye90QAA.png 0693W000008ye8vQAA.png
Ayemyitta by Associate II
  • 3573 Views
  • 12 replies
  • 0 kudos

Resolved! Synced timers with period multiples

Hey folks!Got some questions around synced timers on STM32F401, where the aim is to have two timers start together, where one timer has a period an integer multiple of the other. I've got what I need working but how it works, doesn't add up.Here's th...

0693W000008yfGMQAY.png 0693W000008yfGHQAY.png
DCall.1 by Associate
  • 541 Views
  • 3 replies
  • 0 kudos

Resolved! ARM Cortex M4 assembly questions

Hello everyone,I'm just starting to learn assembly for the ARM architecture. I'm also in general a beginner with the assembly language I have just some minor experience with the x86 assembly but that's about it.I'm following a course on Udemy and I h...

PPopo by Senior
  • 1241 Views
  • 3 replies
  • 0 kudos

STM32G474 FDCAN Callback is not called. Classic frame

Hi,I have a custom board with an STM32G474RE. I use 3 CANs with 3 independent CAN tranciever on the board. I tried sendind CAN message from CAN1 to CAN3 but the message is not received. At least the callback funnction is not called. I used an oscillo...

TFegy.1 by Associate
  • 564 Views
  • 1 replies
  • 0 kudos

I want to print out 5 waveforms in 1us time.

I want to print out 5 waveforms during 1us.So, I printed out 5 MHz period PWM from TIM3.We tried to change the duty cycle of TIM3 to zero at interrupt time by running a 1 MHz timer counter on TIM6. However, it was confirmed that TIM6's 1 MHz timer co...

Jkong.1 by Associate II
  • 548 Views
  • 4 replies
  • 0 kudos

Resolved! "DMA is not working on STM32H7 devices" article is wrong

I think the article here:https://community.st.com/s/article/FAQ-DMA-is-not-working-on-STM32H7-devicesis wrong. In solution 3 it invalidate D-cache before reception. This doesn't make sense, it has to invalidate the D-cache after reception.

fb by Associate III
  • 1876 Views
  • 3 replies
  • 0 kudos

STM32L010 current consumption higher than expected

Hi,I have a custom board with STM32L010. I used STM32 cubeMX to initialize the GPIO,I2C,SPI,ADC,USART,LPTIM2,CRC,DMA and RTC. Then I de-initialize everything except GPIO and put the controller in sleep mode. The current consumption still is 250 uA af...

ARai by Associate II
  • 1416 Views
  • 8 replies
  • 0 kudos