Hello,
I am trying to use the f28069M to take samples at a rate of about 10^6 samples per second and then perform an FFT on every 2048 samples. When I run my code with a sample rate of 10^5 samples per second, I am still able to collect samples, compute the FFT and send the peak frequency over serial. However, as soon as it surpasses that, the code simply stops working; nothing gets sent over serial.
I tried to include some blinking LED's to see if they would still work. At the lower rates, the LED's blink normally. However at 10^6, the LED's just turn on and do not blink at all.
I'm guessing that the board is being bogged down by the high sampling rate but I know that it should be able to sample at several Megasamples per second.
Is there anything I can do to make the code usable at these rates?
Thanks,
Eric