Hi,
Semihosting support in CCS-
http://processors.wiki.ti.com/index.php/Semihosting.
From the above link, I have done the following-
1. Enabled Semihosting in debugger options
2. Added "stdio.h" and printf("Hello world!\n\r");
I am not able to get console IO. and I have gone through this link also - http://e2e.ti.com/support/microcontrollers/stellaris_arm/f/471/t/144904.aspx
I did not understand-
1. How to Install SWI exception handler called SVC_Handler?
2. Where to call GEL_SetSemihostingMainArgs() - GEL function must be called prior to the initialization code is executed?
Is it required any additional header/source files to support?
Could you please provide me more info on the above? Thanks.