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! STM32F446 synced timers with phase shift

Hello,I'm using a Nucleo F446ZE to test timer capabilities to make a peak-and-hold PWM driver. I already have the core functionality where TIM1 uses DMA to run through a buffer of variable duty cycles at a higher frequency (e.g. 5 kHz) for the high-s...

0693W000001pLB1QAM.png

Resolved! STM32L053DISCO - How to enable 3V_O or 5V_O

In the document UM1775 there is stated the following:"5 V and 3 V can be used as output power supplies when an extension board isconnected to pins P2 and P3....In this case, the 5V_O and 3V_O pins deliver a 5 V or 3.3 V power supply and thepower cons...

Thomas L. by Associate III
  • 789 Views
  • 2 replies
  • 0 kudos

Invalid voltage level on STM32H743 at reset

I'm using several Nucleo-H743ZI boards. At reset (reset handler) the bit ACTVOSRDY in PWR_CSR1 is 1 on one board and 0 on the other. 0 means "voltage level invalid, above or below current VOS". The current VOS is of course the default one at reset, i...

Gpeti by Senior II
  • 548 Views
  • 0 replies
  • 1 kudos

How to use DMA to change PWM frequency?

hi guys. I want to use DMA to change the PWM frequency in the pwm running. I used DMA to change the ARR of Tim, but it was failed. So how to change the pwm frequency by DMA?

Xli.1 by Associate
  • 714 Views
  • 2 replies
  • 0 kudos

STM32L476 development board: starting point

Hi,I bought a STM32L476 board. I started with the demo available in keil uVision and it worked fine easily, but it is closed, you cannot modify anything.My question is: may I follow the MOOC with this board? instructions require a different specific ...

MFaun.1 by Associate II
  • 681 Views
  • 3 replies
  • 0 kudos

STM32L4 workshop

Does anyone have the files or materials used in the MOOC STM32L4 workshop by any chance?thanks.https://www.st.com/content/st_com/en/support/learning/stm32-education/stm32-moocs/stm32l4-hands-on-workshop.html

JWANG1 by Associate
  • 468 Views
  • 1 replies
  • 0 kudos

Cannot access SD cards larger than 8G

I made a small wav-music player with a STM32L452. Reads data from SD card via SD 1 bit mode, and plays it over the DAC. Homemade jukebox, fun little project.My problem is: while all the small cards (up to 8 gig) I tested are o.k, larger cards do not ...

maelli by Associate II
  • 413 Views
  • 0 replies
  • 0 kudos

STM32F30x DMA configuration

I'm implementing two channels of DMA in my STM32F302x using Timer 2 in input capture mode. Do I really need the HAL_DMA_RegisterCallback callback function? I'm using DMA interrupt mode so each channel has a DMA1_Channelx_IRQHandler that performs the ...

BTrem.1 by Senior II
  • 427 Views
  • 1 replies
  • 1 kudos