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
Possible sources of constant STM32L4 ADC offset error
I have been using the STM32l4 ( STM32l342kc nucleo-32 ) line for a few years now, in a current project that I am working on I realized that I have a constant negative ADC offset on my readings (about ...
clixxclixx
Votes: 0
Answers: 2
Audio through CAN FD into headphones
I am trying to record audio using a 12 bit resolution ADC, take the sample buffer and send it through CAN FD to another device, which takes samples of this audio and creates a .wav and plays it. The p...
Suspe18
Votes: 0
Answers: 1
Implementing AD7606 driver for Raspberry Pi 4b
I am trying to implement ADC AD7606 device driver for Linux on Raspberry Pi 4B+ to make possible to read data from all channels as fast as it possible via SPI. The kernel version is v5.10.83 and the k...
Aro Math
Votes: 0
Answers: 0