Other Parts Discussed in Thread: CCSTUDIO
I am using ccstudio v4.1 with DSKc6713 board. When I do use the printf() or scanf() instruction and run the code, the program is not coming to halt at all, nither it is displaying anything in console nor giving any errors, yes printf() and scanf() are heavy instructions to be used. But even when I am using it very few times in the code perhaps only once and not in any loops as well, it is giving the same problem. But when I run a code without these instruction I am able to see the results in watch windows and only when I halt the program manually or I have to set a break point in the end of the code. But when I try to run same codes in ccstudio v3.1 it is giving no issues, even with the printf() and scanf() statements. I would want to know did I do any mistake in adding or not adding any necessary files to the project or configuring the target etc.. or any necessary steps required when connecting dskc6713 board with ccstudio v4.1.
Your guidance would be very helpful. Thanks in advance.