Skip to main content
ZRaso
Associate
November 30, 2018
Question

Real Time Data Acquisition from STM32f407 to MATLAB

  • November 30, 2018
  • 2 replies
  • 1069 views

I am getting data from a current sensor through the adc of stm32f407. I want to export that data to MATLAB at real time or at least at sampling frequency of 10 kHz. I tried STM Studio but its sampling rate is only 1 kHz. So please let me know what should I do to get data?

This topic has been closed for replies.

2 replies

AvaTar
Senior III
November 30, 2018

10kHz is not a problem, just setup a proper project. Either take SPL example, or one generated with Cube. Getting the data to the PC in realtime will be much more of an issue.

I never used MATLAB for such purposes - perhaps other can comment about that.

ZRaso
ZRasoAuthor
Associate
November 30, 2018

Thanks for your answer. Would you please suggest some tutorial for me