Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Tool/software:
I have just started working with the C2000 MCU series and am currently learning to program these devices using the example projects provided in C2000Ware. However, I’ve noticed that most of the examples use SysConfig to configure all the IO pins, but there’s little to no documentation explaining why the pins are configured in a particular way. Am I missing some resource or documentation that explains this?
Additionally, after going through the C2000 Academy, I’ve gained a fair understanding of the various peripherals and modules available. However, when it comes to actually using them, I find it difficult to know the correct steps to configure a peripheral. For example, in STM32 development, there’s a programmer’s manual that outlines exactly what needs to be done to configure a timer (e.g., enabling the clock, setting the prescaler, etc.).
Is there something similar available for the C2000 series? A document or reference that outlines the step-by-step process and required registers or C2000Ware driverlib functions for configuring each peripheral? I don’t expect to remember everything, so having a reliable place to refer to would be really helpful.
Thanks in advance for your help!