Skip to content

Instantly share code, notes, and snippets.

@coljnr9
coljnr9 / main.rs
Last active May 22, 2022 19:04
RTIC (v1) + Serial DMA (STM32F7): DMA1_STREAM1 task only executes once
// These are the logs I see. There is a blink task I've omitted, that
// keeps going to inifinity, so I don't think the program is just hard
// crashing.
//
// INFO init
// INFO serial_rx_dma_complete_handler
// INFO Got b"TESTTESTTESTTEST" // Sent from my PC
// INFO Spawning start_serial_rx_dma
// INFO start_serial_rx_dma
// INFO Starting transfer