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.
Hello,
I am starting a project for a TMS320F2812 in Code Composer 4. Where can I find the header files defining the registers (GPIO, SPI, PIE, ADC, etc.)?
Could you please also point me to a datasheet for the above DSP detailing the registers and how to use them?
I already got the "tms320f2812.pdf" Data Manual, but it does not detail how to use the registers.
Thanks a lot for your help,
Fabrice
Maybe you need to download the C281x C/C++ Header Files and Peripheral Examples, which is at the product page here to be found.
Regards,
Joern.
Fabrice,
The header files are part of the C281x C/C++ Header Files and Peripheral Examples. This package includes example projects to get you started with using the peripherals.
The product page for F2812 contains all relevant available references for this device.
Hello,
Thank you for your help! I have indeed been able to download the header files.
I can't see a datasheet describing the registers in detail. Where can I find that?
Thank you very much for your help!
Best regards,
Fabrice
The Peripheral Reference guide pointed by Ki references other guides for each of the peripherals which contain register descriptions for that particular peripheral.
Thank you, that's what I needed.
It's just a shame it's not more easy to find it on the TI website(s)...
Best regards, and thanks again!
Fabrice
Have you seen controlSUITE™ Software Suite: Essential Software and Development Tools for C2000™ Microcontrollers ?Christopher Weber said:Where did they hide the headers so I can include GPIO definitions for the one I'm using??