STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 327 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
  • 430 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]));...

SWO on startup

Hello,after POR, but before a "switch to SWD" sequence has been sent to the debug unit, what function is PB3? Is is only "Jtag dataout" are can it alreadt transfer SWO data.