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

My interrupt is not working. Multiple interrupts.

Hi,I wanted to code an application where the external interrupt would stop the motor. I am gonna be using two limit switches - one with rising edge trigger and one with falling edge trigger.Unfortunately, none seem to work. Please help.I have attache...

STM32H743, SPI and DMA

HelloThe Flash (MT25QL256ABA) is connectd to the STM32H743ZI (Nucleo) via SPI_3 and DMA. Send and Receive buffer are part of the SRAM3 area. There is no cache enabled.To erase the flash the following procedure is done:Send Write Enable Command (HAL_S...

0693W00000aHka8QAC.png

Drive NOR flash with FMC using stm32L496 controller

I needed help getting started with Stm32 L496 processor interface with IS29GL064 nor flash mem.  It's my first time interfacing with any external memory. I have decided to use FMC controller to drive this flash mem. But unaware of how to setup the co...

KMINH.1 by Associate III
  • 1017 Views
  • 3 replies
  • 0 kudos

Resolved! How to enable the HAL_UARTEx_RxEventCallback function.

Hi, I am using cubeMx generate the STM32F302VE project, which for receiving the usart1 date by DMA circual mode.My config as below:enable DMA, but disable DMA interrupt;enable USART1, and enable UART_IT_IDLE;Now, the project can enter the "USART1_IRQ...

0693W00000aHiFSQA0.png
Junde by Senior III
  • 4490 Views
  • 2 replies
  • 1 kudos

Mems gyrometre used in STM32F429 discovery board

Dear ST community Hello,I want to use the gyro-meter on the the STM32F discovery board and communicate on SPI,I am using the default configuration with cubeIDE and I have a question in Cude Mx graphical interface.After generating the code using Cube ...