2018-07-31 06:15 AM
I have enabled an ADC of a STM32F407. I want to check how well it samples the input signal, therefore I should see in in the SWV graph.
But it seems the SWV is unable to grab all data sequentially. I read ADC using DMA and 1000 buffer length.
How can I fix this limitation?
2018-07-31 06:55 AM
I print to the serial port at 230400baud,
to show data on a static display
every 100mS
setCursor( row,Column) ; // check VT100 commands
print A/Ds and "clear to end of line", "<esc>[0K" to clean up any old overprint