Hello. First of all, i'm kind of new to all this DSP thing. I get the basic concepts and have coded C and assembly before, and worked with microcontrollers, but this seems like a complete different world. I'm just looking for some help with the functions that would control each component on the board, I have already searched all over the Internet but I might not be looking for the right thing. At this point I have already tested the demo projects included but had some issues. I followed every basic tutorial I found but they dont give me enough information to start coding on my own. Any help would be greatly appreciated! Greetings from Mexico.
Edit: I almost forgot, Im using CCS V5.1 and constantly getting <No source available for "function"> when debugging, although programs seem to be working (like led test, hello world and the EVM Demo). I never get the programs to stay saved in the flash memory though, board always resets with the original EVM Demo program.
Edit: I just learned that I need to write my program to a non-volatile memory in order to not get it erased at reset.