1. How do you setup the frequency in PLL and clock out line?
2. In general, how do you write to registers in the software Code Composer Studio for C5535?
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.
1. How do you setup the frequency in PLL and clock out line?
2. In general, how do you write to registers in the software Code Composer Studio for C5535?
Hi Kevin,
Have you had the chance to check out the C5000 teaching ROM? It includes a number of training presentations and example code sets that might give you a better idea on how to program the c5535 on the eZDSP via CCS.
You can find the c5000 teaching ROM here: http://www.ti.com/general/docs/gencontent.tsp?contentId=76582 . Keep in mind all of the code examples make use of the CSL API.
The teaching ROM was originally intended for the c5515 and c5505 boards, but with a few changes to which I2S channel is initialized, the code examples in the ROM can work just fine. You can find a tutorial on the code changes here: http://processors.wiki.ti.com/index.php/Porting_C5000_Teaching_ROM_to_C5535_eZdsp
Hope that helps!