Search the Community
Showing results for tags 'f28027'.
-
Hi Team, This is Vishnu, Currently working as a Research-Associate at National Institute of technology surathkal, Currently I am working on a project in which I am using TMS320F28027F launch pad and Energia17. I am facing controller detection issue as per the attached document. Could you provide suggestions to solve the issue. Thank you in advance, Best Regards, Vishnu
-
Hi Everybody; I am newbei about C200O programming with CodeComposerStudio. I tried simple code which is led blinking. But I want to use button. And I can't run it. Anyway I attached code and screenshot. What's wrong my code? GPIO_setMode(myGpio, GPIO_Number_12, GPIO_12_Mode_GeneralPurpose); GPIO_setDirection(myGpio, GPIO_Number_12, GPIO_Direction_Input ); int state = GPIO_getData(myGpio, GPIO_Number_12); GPIO_setLow(myGpio, GPIO_Number_0); GPIO_setLow(myGpio, GPIO_Number_1); GPIO_setLow(myGpio, GPIO_Number_2); GPIO_setLow(myGpio, GPIO_Number_3); while(1) { if(
-
Hi Guys; Recently time, I am using energia to programming microcontrollers. Especially, G2553 and TivaC. But I have some tackles when I change the launchpad which is C2000 F28027. I read all messages in this forum. I cannot manage with problem. First of all : I remove 0101E0016 version, because it has a cpp code problem for C2000. Secondly: I can compile with 0101E0014 version. But no Upload. Always same fault " JAVA Problem." All stiationm can be show the below images.