cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F303ZE ADC data display on PC

elif79
Associate

I want to use my STM32F303ZE board as a high speed data taker from outside ADC pins, and display these (large amount of) data on my computer. I am now using an SD card to store the data on my board. How can I display the taken data from the ADC pins?

1 REPLY 1
raptorhal2
Lead

Read the card data back, then printf to UART to UART/USB adapter to PC USB port to terminal program.