Part Number: TMS320F28377S
Tool/software: Code Composer Studio
Hello,
I just getting started with texas mcu. I create new project and i wrote simple porgram, like this:
void main(void)
{
EALLOW;
GpioDataRegs.GPASET.bit.GPIO2= 1;
GpioCtrlRegs.GPADIR.bit.GPIO2= 1;
while(1);
}
Offcourse this program doesn`t work. But when i copy this program to example project blinky_cpu01 a have on GPIO2 3.27V. All another lines in blinky _cpu01 project are comment and i include the same files. What and where i must set in new project to run this code?
I am waiting for a response...