Other Parts Discussed in Thread: SYSCONFIG, C2000WARE, MSPDRIVERLIB
I did not find an cm projects that have gpio examples so I imported an empty cm project, used what worked for the C28 and fired up sysconfig.
It will not build as the console states: Missing argument: --board or --device must be specified. I have not had this problem when adding .syscfg files C28 projects and sysconfig insist on a device type before it will add a device.
It also put the ix-Nay on all of these lines:
#include "driverlib.h" #include "device.h" Device_init(); // Initialize device and peripherals clock (FILE: device.c) Device_initGPIO(); Interrupt_initModule(); Interrupt_initVectorTable(); EINT; ERTM;
So I am about to be in deep kimchi here as this is my first time addressing the CM side of this processor.
Thanks,
John