Hi Guys,
I am new to microcontrollers. I am working with TMS32F28027 MCU. As I was going through the examples in the control suite directory, I found two types of .c files. Older versions like v129 uses DSP2802x_DevInit.c and newer versions like v220 uses f2802x_sysctrl.c. I know that both are more or less the same.
My doubt is, will I be missing something important when using v129? And which one is the best to write code easily?