ADC Advice
Suppose you want to get the max sample rate out of the ADC and you can not use DMA, how would you do that?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Suppose you want to get the max sample rate out of the ADC and you can not use DMA, how would you do that?
Please consider these modifications to RM0316:Also, please unify COMPxINSEL/COMPxINMSEL in that chapter (best by removing all instances of COMPxINSEL altogether - note, that in the registers table, the COMPxINPSEL bits are incorrectly marked as COMPx...
I have this code attached which is configured to run both CAN1 and CAN2 peripherals however the TX functionality which is what I was trying to use is working on CAN1 but not on CAN2 (trying to send a packet using ADDmessage TX routine), I double chec...
Hello,I try to use STM32F723E-DISCO to create guitar sound effect processor.At the begin I try to configure WM8994 codec to work in a simple loopback application LineIN to LineOUT (with small buffer in STM32 RAM memory). But without any positive resu...
I'm starting a project with stm32h750vb. Is it really worth it? I see that people are having problems with ADC, SDMMC, I2C. Are these problems inevitable with the H7 family?Btw, I want to make a 2 layer pcb with the h750, any advices?
Hi,I'm trying to get parallel communication working between an STM32F746 using its FMC peripheral with a Zilog chip (Z8523L16VEG) that acts as a RS485 serial port. The interface to the Zilog chip is an 8 bit parallel interface. So far I have the FMC ...
My MCU is the STM32F373VCT6. I am performing a single scan of several ADC channels (DMA). The values returned are generally in the ballpark of where they are supposed to be but some values are very off from the measured pin values. I believe my confi...
I want to use two SDADC_HandleTypeDef variables in sigma-delta ADC-s differential mode triggered by timer TIM3 for example?