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

Hello, I have three STM32F469I-DISCO boards that I need to be fully synchronized. As I searched, the best way to do this is by making them all operate with the same clock. How can I do this? Please help.

I read that this is possible by using an external clock or making two of them connected to the third board's clock. However, I do not know how to implement this. Please assist.

RAlna.1 by Associate
  • 1157 Views
  • 6 replies
  • 0 kudos

STM32F207 Timer counter fails to increment

I am developing an application on STM32F207ZC MCU with the internal oscillator as the clock source. I am trying to use two hardware timers(Timer 4 and Timer 9) to generate PWM signals in GPIO pins. I am able to produce the PWM signals with both timer...

AJose.2 by Associate II
  • 1690 Views
  • 5 replies
  • 0 kudos

How to enable interrupt with registers

Hi,I have seen that to enable the interrupt for a given peripheral we must enable the correct bit in the peripheral registers (e.g in the DIER register for a timer) and then call the following functions (e.g for peripheral timer3)  NVIC_EnableIRQ(TIM...

Tommino by Senior
  • 3279 Views
  • 4 replies
  • 0 kudos

Resolved! Looking for PFC/inverter example code

I am looking for example code for PFC and voltage source inverter control.I was scanning through the example list from IDE but could not find any.Could anyone direct me to them if they do exist?

JLu.4 by Associate
  • 2554 Views
  • 4 replies
  • 0 kudos

Nucleo-F410RB DAC hardwired to a (green) LED ?

Friendly greetings !i had found, ordered and canceled the board with the perfect MCU.M4ADCDACDSPAnd more, but I really wanted that DSP and DACI install STM32CubeMX on my Mac M1 (with some troubles at first, but it works).I select the board I just ord...

0693W00000QLSbaQAH.png
ker2x by Associate II
  • 1652 Views
  • 8 replies
  • 0 kudos

Problem with GPIO interrupt, MCU ignores the mode selected.

Here's my GPIO setup:/*Configure GPIO pins : P_H_IN_Pin PCA_INT_Pin P_L_IN_Pin */ GPIO_InitStruct.Pin = P_H_IN_Pin|PCA_INT_Pin|P_L_IN_Pin; GPIO_InitStruct.Mode = GPIO_MODE_IT_FALLING; GPIO_InitStruct.Pull = GPIO_NOPULL; HAL_GPIO_Init(GPIOJ, &...

0693W00000QLHGCQA5.png
HTD by Senior III
  • 2123 Views
  • 7 replies
  • 0 kudos

In STM32F103xx manual, FSMC timing is seem wrong

In STM32F103xx manual, Synchronous non-multiplexed PSRAM write timings gragh (76page, Figure 31) is wrong?? This is same Synchronous multiplexed PSRAM read timings(Figure 28).Please let me know if the manual is wrong or if I'm wrong

SHa.3 by Associate
  • 2575 Views
  • 6 replies
  • 0 kudos