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,