Hello. I'm using a TMS320F28335. I need to obtain a sampling frequency of 400KHz for the ADC but using SYSBIOS the maximum rate I can read the ADC values is at not much more than 1KHz. My cpu usually runs at 150MHz but I don't know if SYSBIOS configures it to another frequency or does something odd. Could it be just limited by the length of the code? I'm not using interrupts, just a while loop to wait for the values of the ADC since I need to execute some code before the next reading. Any idea?
thank you!