python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
STM32F0 with ADC and DMA with Renode
I'm trying to run an application on Renode that uses ADC and DMA for the STM32F030F4P, I created a stm32f0.repl file with the dma and adc as follows:
dma: DMA.STM32LDMA @ sysbus 0x40020000
[0] -&g...
Marco Ruthes
Votes: 0
Answers: 1
Receive UART messages in DMA
I am trying to receive messages in DMA mode, on a STM32L432KCU. The pins PA2 and PA3 are configured as DMA pins. The baudrate is 115200 and the global interrupt for USART2 is turned on. In the main fu...

Ștefan Andontjh
Votes: 0
Answers: 1
STM32F7 Two Timer Channels Share One DMA Channel
I am trying to write a driver that sends DShot commands to an ESC. I am using an STM32F722 MCU. The DShot protocol is similar to addressable LEDs where 1/3 duty cycle represents a 0 and a 2/3 duty cyc...
Jeremy Wolfe
Votes: 0
Answers: 1
DMA transfer form kernel to user space
I am trying to realize DMA in Xilinx, using DMA Engine. FPGA guys give me an AXI DMA IP-Core with DMA support, so I need to write a driver, which will transfer data from kernel to user space buffer. H...
Anton
Votes: 0
Answers: 1