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! External interruption flag not detected - Nucleo64 -STM32F091RC

Hello,I am working on Flighing sensors VL53L3 and I would like to run them in interrupt mode. But my board (Nucleo-64 STM32F091RC) doesn't detect any flag in the falling edge trigger. I have already run this interrupt mode on another board and this w...

AAmor.2 by Associate II
  • 746 Views
  • 2 replies
  • 0 kudos

Setting two CAN IDs in the Acceptance filter on STM32G474

I am using the STM32G474E-EVAL1 board and the example FDCAN_Com_polling.It is working and only accept ID of 0x111.The code is: sFilterConfig.IdType = FDCAN_STANDARD_ID; sFilterConfig.FilterIndex = 0; sFilterConfig.FilterType = FDCAN_FILTER_MASK;...

SPang.1 by Associate III
  • 469 Views
  • 1 replies
  • 0 kudos

Chip Select for Quad SPI on STM32H7

Hi,I am using Quad SPI on SHT32H7 and I am looking at examples in STMcube. My question is: Is Chip select for the QSPI handled by the port (inside the silicon) once set or is it my driver function that needs to do it like I had to in regular SPI driv...

RBharol by Associate III
  • 2276 Views
  • 6 replies
  • 0 kudos

DMA transfer in interrupt mode

Hi, in the book i am reading there is an example about UART DMA trasnfer in interrupt mode. In this example i don t understand why the author enables the UART related interrupt.I mean it is not the UART to generate the interrupt but the DMA when tras...

FIann.2 by Associate II
  • 2548 Views
  • 9 replies
  • 0 kudos

X-CUBE-BLE1 on a STM32L072CZYx

Hello,I am currently working on a project using a STM32L072CZYx MCU on a B-L072Z-LRWAN1 cardboard. I soldered a Bluetooth SPBTLE-RF component onto the board in order to use the X-CUBE-BLE1 software with my STM32L072CZYx MCU. So for my project, I have...

MBour.2 by Associate II
  • 308 Views
  • 0 replies
  • 0 kudos

Resolved! stm32l4xx_hal_msp.c vs main.c?

Can someone explain to me why CubeMX creates handles for objects within main but the GPIO configuration for that object (example an A/D or USART using DMA) is configured under the stm32l4xx_hal_msp.c instead of right within main as part of the object...

SWenn.1 by Senior III
  • 683 Views
  • 1 replies
  • 0 kudos