Step 6: The result of the program will be shown in 7188xw window.
NOTE: The 7188xw window has to be closed and then the download
operation (Step 4) could be done.
The content of the Hello.c file is as follows:
#include “7188xc.h” /* Include the headers to use 7188xcl.lib
functions */
void main(void)
{
InitLib();
/* Initiate the 7188xc library */
Print("Hello world!\r\n");
/* Print the message on the screen */
}
I-7188XC Series User’s Manual(Ver.1.0, Apr/2007,7MH-21-10) ---
26
Summary of Contents for I-7188XC Series
Page 87: ...I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 87...
Page 136: ...I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 136...
Page 142: ...Step 8 Make the project I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 142...
Page 149: ...Step 8 Rebuild the project I 7188XC Series User s Manual Ver 1 0 Apr 2007 7MH 21 10 149...