Other Parts Discussed in Thread: MSP430F2001, MSP430F2112, MSP430F2272
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.