Is it possibe to display printf("Hello World\n") using the IAR kickstart?
#include stdio.h
printf("Hello World\n");
Not showing anything. Is there a window that has to be enabled?
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Is it possibe to display printf("Hello World\n") using the IAR kickstart?
#include stdio.h
printf("Hello World\n");
Not showing anything. Is there a window that has to be enabled?
Thanks.
In the Debugger screen, you can click <View> => Terminal I/O to show that window.
This is assuming that you are using the "factory setting" for the Linker with the I/O emulation check box. All this is done with mirrors and smocks.in the PC. You do not even need a MSP430 to do this.
Hi newbie,
the two code lines above will do a simple thing: NOTHING!
In order to help you in getting started you need to provide some more info (i.e. which tool(s) are you using, which MCu do you intend debugging, ..).
Pls note that the library printf() will not work with devices with low RAM! You need to write your own in this case.
Rgds
aBUGSworstnightmare
KickStart does support I/O emulation and even MSP430F2001 has sufficient RAM (126B) and Flash (1KB) to do it.
...This is assuming that you are using the "factory setting" for the Linker with the I/O emulation check box....
Are you?
**Attention** This is a public forum