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

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
  • 1420 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
  • 1761 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
  • 2325 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
  • 6199 Views
  • 3 replies
  • 1 kudos

RTC_AF1 on Nucle-F410

Is RTC_AF1  the same as ck_spre? How can I view it on PC13 If I am using the Nucleo-F410 please?

mmsya by Associate II
  • 761 Views
  • 1 replies
  • 0 kudos

Micron flash versus Macronix flash

STM32H7B3I EVAL hosts a Macronix flash.stm32h7b3i_eval_ospi.c and mx25lm51245g.c implement functions to initialize, erase, read and write the Macronix flash.Unfortunately, Macronix flash is unavailable in commercial quantities and we're planning to u...