Hi all.
First of all, I'd like to apologize: I'm pretty sure my question is dumb, but really, it's been hours I'm trying to solve it, and I don't know what to do anymore... :p
So, here is my problem: I made a project with a TMS320C5502 on it, that can communication with an external ASRAM via the EMIF controller. So, i'd like to create a project, that will use DSP/BIOS v5 (since the V6 is not avaiable for my device...) and the functions associated with the EMIF, the GPIO, etc... I found some documentation, but nothing is up to date...
So, what I did is to set up a project with code studio (v5.1), and I used the "hello world" exemple. First big problem: there is a lot of evaluation board, but I saw nothing regarding the use of the DSP in a custom environment...
The second problem is that apparently most of the function I need (including GPIO, EMIF, DMA or Cache) are in a Chip Support Library, but when I modify my .tcf file, there is nothing about this library.
And third problem: in some documentation (again, not up do date since it's concerning CCS v4...), i should have a software that let me make a .cbd file. So I would be able to set up, for instance, the clock. But I've found nothing...
So here I am, with a hello world project, and absolutly no idea of how to use it in my application... So how could I set up my environment so I can start working on my code?
Thanks a lot in advance,
Matthieu