STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Interrupt SPI Recieve DMA

Is there anyway to stop/abort a DMA in the middle of reading and pull the memory ? i'm trying to do it on my stm32h7 without any success this is an urgent issue , your help is greatly appreciated

ESale.2 by Associate II
  • 390 Views
  • 1 replies
  • 0 kudos

STM32F051 UART Tx with DMA

Hi there,I'm working on an STM32F051 with Standard Peripheral Libraries.I using the UART to communicate with a PC and actually evrything work with Interrupts.To get best perfomance, I started to implemnet DMA trasnfert.For the RX, I use the DMA in ci...

fedex03 by Associate II
  • 971 Views
  • 4 replies
  • 0 kudos

Setting up CAN filter for STM32F446

Below is my piece of code for CAN filter. I wish to accept only frames with ID of 0x102XXXXX (hexadecimal value) where X can be any number.uint32_t filter_id = 0x10200000; uint32_t filter_mask = 0x1FF00000; sFilterConfig.FilterBank = 14; sFil...

MG.5 by Associate II
  • 882 Views
  • 2 replies
  • 0 kudos

Issue with External addressable flash

Hello folks,I am using a STM32F469i-disco board and trying to read the stored variable from the on-board flash. I did use BSP package to init the QSPI and set it to memory mapped mode. Now, I am facing a weird situation.printf("%x\n", (EXTERNAL[0]));...