2023-08-31 07:46 AM
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?
2023-08-31 08:16 AM - edited 2023-08-31 08:25 AM
Read the card data back, then printf to UART to UART/USB adapter to PC USB port to terminal program.