Tool/software: Code Composer Studio
Hi,
I built GPIO source code using below commands:
- C:\ti\PDK_K2~1\packages>pdksetupenv.batpdksetupenv.bat
- C:\ti\PDK_K2~1\packages>gmake all
- C:\ti\PDK_K2~1\packages>pdkProjectCreate.bat K2H all little gpio arm
So inside C:\ti\pdk_k2hk_4_0_6\packages\MyExampleProjects\GPIO_LedBlink_K2H_EVM_armTestProject got created. Here, I want to know which gpio example file got built?
I thought C:\ti\pdk_k2hk_4_0_6\packages\ti\drv\gpio\test\led_blink\src/main_led_blink.c file got built. But when I did some changes inside that file, after rebuilding again using those above commands, I did not found any changes which i have done.
So i request you to solve my query as soon as possible.