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.
In dissecting the examples that come with the F28335 chip, I am having trouble understanding the the IO commands. Is there a good reference that would explain the coding of IO and, in general, coding specific to the micro-controller in a very basic way for a beginner? Thanks!
Patrick Sparks said:I am having trouble understanding the the IO commands. Is there a good reference that would explain the coding of IO
Patrick,
The GPIO is described in the System Control and Interrupts guide of your particular device. (http://processors.wiki.ti.com/index.php/System_Control_and_Interrupts_Reference_Guides_for_C28x). In particular there is a module overview section that gives a step-by-step configuration of the GPIO.
For 2833x this is section 6.2, 6.3 and of TMS320x2833x System Control and Interrupts Reference Guide (SPRUFB0).
Multiplexing is discussed in section 6.5.
Patrick Sparks said:in general, coding specific to the micro-controller in a very basic way for a beginner?
Sounds like you already have some examples -they should include documentation (check the doc folder).
These are also useful:
And as a general resource, the C2000 Wiki:
http://processors.wiki.ti.com/index.php/Category:C2000
Hope these help :) and happy coding!
-Lori