What is the fastest adc conversion speed using DMA and external trigger based the chip timer peripheral.
According to manual I should get
Fast channels: 0.234 μs for 12-bit resolution (4.27 Ms/s)
Slow channels: 0.297 μs for 12-bit resolution (3.37 Ms/s)
but I am getting only get 2Ms/s.
I am clocking the chip at 64MHz and using P-NUCLEO-WB55 evaluation board and using a fast channel. I can get faster (3Ms/s) by setting timer counter to 1 (smallest), but the timer will trigger at much faster speeds then the sampling rate achieved.
I am usind STM32CubeMX to configure the device.