2016-11-09 09:02 AM
Hi all.
I'm new to this platform, checking if I could use it in this scenario.Which kit / evaluation module / board would you suggest in order to test/evaluate this build:1) acquire 2 analog values on separate channels at fast rate (> 2 MSPS) , minimum 12 bit for each value, better if higher2) optionally perform some DSP processing (is FFT on a data buffer available?)3) send raw data or FFT results to Raspberry PI or PC via another fast interface, could be USB high speedThank you,Mario #adc #stm322016-11-17 08:00 AM
Hello,
Welcome to the Community. Regarding the way to start in order to choose your hardware, you have various choices, it depends on your needs, preferences and what software/IDE to use. You can refer to this for the software download and the Application note Digital signal processing for STM32 microcontrollers using CMSIS. You can have a look to the provided CMSIS/DSP_Lib examples for STM32CubeF4 available inSTM32Cube_FW_F4_V1.0\Drivers\CMSIS\DSP_Lib\Examples There is the DSP library containing example programs for FFT. Also, I found this and this , it maybe helpful for you. Hope this helps you. Regards2016-11-18 07:58 AM
Hello forumstm32.
Thank you for your kind answer.I will go through the tutorial and the sample code and give you feedback asap.About my needs: i would need to process IQ data in a SDR scenario.I can adapt to the necessary IDE after choosing the HW.Kind regards,Mario