Hello sir/madam,
How can i use c code in code composer studio?.
it is giving error, when i use the simple c coding., even i am not able to get the input by using "scanf".
I am using c6000 family of varient generic devices,c62xx.
I got some default warnings like :
WARNING 1:#10210-D creating ".stack" section with default size of 0x400; use the -stack option to change the default size add C/C++ Problem
WARNING 2: #10210-D creating ".sysmem" section with default size of 0x400; use the -heap option to change the default size add C/C++ Problem
When i use scanf, i can built the code and debug, but i couldn't run.
Also, please help me in code which can be applicable for code composer studio.