This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

guidance needed on how to start my project based on C6748 LCDK

Other Parts Discussed in Thread: MATHLIB, SYSBIOS

Hi All,

Please help me on how to start my project.. I tried to do some stuff, but somehow got stucked.

I would like to receive data through parallel GPIO pins. To be able to do that, i need to create control pins as well by using hardware interrupts. After data acquisition,  I need to use dsplib and mathlib to process the data, and share results with FPGA chip, so i guess i need to use EMIF for that.. Also i need to add host USB or UART into project. 

I know Starterware has easy use for GPIO operations. However, since I will use dsp libraries, I assumed that i have to start working on BIOS (6_33_01_25).. I went through given examples, no problem with them. They all worked.. in examples, HWI is fired by a Timer.. how about GPIO? i can't see any information on how register map is defined in ti.sysbios.io.GIO .. do i have to check the datasheet and define required registers by myself? If so, how am i going to get a success on complex USB implementation?

Can i use starterware and dsp libraries together?

Thanks,