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! No CAN TX interrupt

I've attempted to get an interrupt when one of the three CAN transmit mailboxes empties. In MX:It generated: /* CAN interrupt Init */ HAL_NVIC_SetPriority(CAN_TX_IRQn, 0, 0); HAL_NVIC_EnableIRQ(CAN_TX_IRQn); HAL_NVIC_SetPriority(CAN_RX...

avidroneg_0-1765403742178.png

Resolved! STM32H753ZIT6 VCAP pins

Hi,Vous avez dit :I’m using the STM32H753ZIT6 in my design and I’m looking for clarification on the correct way to connect the VCAP pins. Since the LQFP144 package does not support the VDDLDO pin, what is the recommended capacitor configuration for V...

SBelh.1 by Associate II
  • 161 Views
  • 2 replies
  • 1 kudos

Resolved! NUCLEO-C092RC (MB2046B): UART-based bootloading

Hi, I have an STM32C092RCT6U development board and I am trying to perform UART-based bootloading. My board has a B3 button for selecting the boot mode. I am using the Flash Loader Demonstrator to flash the application, but I keep getting the followin...

Nibesh by Associate II
  • 223 Views
  • 5 replies
  • 2 kudos

how to run QSPI ?

Post edited by ST moderator to be inline with the community rules for the code sharing. In next time please use </> button to paste your code and a linker script content. Please read this post: How to insert source code. Hi everyone, I'm trying to in...

luisfynn1_0-1765352949409.png luisfynn1_1-1765352987189.png

STM32F446 EXTI GPIO interrupt not triggering

Hello, I’m working with an STM32F446 and have configured GPIOB pin 12 as an EXTI input. After initialization and before entering the main while loop, I call a function that blocks program execution(what I mean by blocking : I have a test that stands ...