Hi,
I am now developing a system,which have a structure of c6748 UPP + FPGA +AD .
There are 4 boards,on which have 4 AD chips,so there are 16 AD chips. A piece of FPGA is used to control 16 pieces of AD chips to sample data(sample rates is 12.8k), then the sampled data is sent to c6748 with UPP port.
I hope there come a interrupt per sampled point, when a interrupt is created,I do something in the dsp, but in c6748 ,the UPP only have EOL and EOW interrupts.
When I get interrupt at the end of line, the ADS may has sampled several point,I can't get interrupt for each point.
Is there anyway to realize when a ADC interrupt creat,I can get the sampled data at same time,other than at the end of the line interrupt in the c6748 ?