2018-11-29 07:31 PM
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?
2018-11-30 02:10 AM
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.
2018-11-30 07:47 AM
Thanks for your answer. Would you please suggest some tutorial for me