Hi,
I am interfacing ADS1278 EVM-PDK with Piccolo f28335 via MCBSP. When I get samples I want to compute FFT by using the example from FPU library ("2833x_RFFT_ADC_RT"). this example use the ADC 12bits experimenter kit F28335 and as I know, It scale samples input int 16 from ADC by 1/4096 to float 32 and it compute FFT. As ADS1278 EVM-PDK has 24 bits resolution, I need to change the source code written in assemby and modify variable type to int 32 and to scale by 1/16777216 (2^24). Unfortunately, I dont know asembly lenguage and I dont know how do it. Could anyone help me out?
This is the soude code.