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

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
  • 3049 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
  • 2339 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
  • 1569 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
  • 1937 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
  • 2452 Views
  • 6 replies
  • 0 kudos

Resolved! First defined here, stm32cubeide. Help me here bitte.

Stupid Error: Banged my head more than 30 times. No result.I want to debug using segger system view. Everything is good. but some first defined here error.C:/Users/xxxx/OneDrive/Documents/ImportantDocuments/FREERTOS/RTOS_workspace/001_ThreadManagemen...

Vmere.1 by Senior
  • 6408 Views
  • 3 replies
  • 1 kudos