Associate III
February 17, 2026
Solved
Query about data coming out of STM32N6570-DK MCU
- February 17, 2026
- 3 replies
- 317 views
I am using ADC + DMA + USART1 + Timer in STM32 IDE in a setup consisting of:
Motor → Sensors → MCU (STM32N6) → PC
I am capturing the signal received at the serial port using NanoEdge AI. I have shared screenshots of:
The actual current waveform observed on the oscilloscope
The data received through the STM32N6 MCU
My doubt is:
Is there anything inside the MCU or ADC that could suppress or distort the natural sinusoidal shape of the current waveform?
Note:
I have converted ADC values to actual current values using a 3.3V reference.
I have removed the sensor bias.
I have properly accounted for sensor gain.
I would like to confirm whether the MCU/ADC processing could be affecting the waveform shape
Edited to place the images in the post:


