STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Receiving CAN messages via DMA on a STM32H7

I'm wondering whether there is a DMA channel to transfer a received message from the CAN fifo to a memory location. Is it possible at all to get DMA working with the CAN controller?Kind regards,Stefan

SHaue.2 by Associate II
  • 1007 Views
  • 1 replies
  • 1 kudos

How the standard library runs in RAM

Hi.I am trying to run on RAM using STM32F407.How can I get the standard libraries (stdlib,stdio,string...) to run in RAM?​STM32F407VETX_FLASH.ld.data:{.....*libc.a:*(.text .text*).....}​statement was not allowed.​thank you

UpStream by Associate II
  • 313 Views
  • 0 replies
  • 0 kudos

Resolved! RTC drift

I am currently working on an RTOS application that includes RTC, and have observed that there is a clock drift of approx. 25 to 32 seconds after a 24-hour measurement cycle. Additionally, the drift seems to be not linear.I've measured the RTC frequen...

KIbra.3 by Associate II
  • 4197 Views
  • 6 replies
  • 0 kudos

SPI communication on STM32H7

SPI communication on STM32H7Working on interfacing Nucleo-H7A3 to COMX-CN-FB evaluation board which embedded netX made by Hischer using SPI interface.   Using SPL's SPI Transmit & Receive library, I implemented and proved the SPI data transmit & rece...