Skip to main content
Explorer II
August 31, 2023
Question

STM32F303ZE ADC data display on PC

  • August 31, 2023
  • 1 reply
  • 822 views

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?

This topic has been closed for replies.

1 reply

raptorhal2
Lead
August 31, 2023

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