cancel
Showing results for 
Search instead for 
Did you mean: 

Real Time Data Acquisition from STM32f407 to MATLAB

ZRaso
Associate

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?

2 REPLIES 2
AvaTar
Lead

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.

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