Copyright © 2012 ICP DAS Co., Ltd. All Rights Reserved.
E-mail: [email protected]
7
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 follow:
#include “7188xa.h” /* Include the headers to use 7188xal.lib
functions */
void main(void)
{
InitLib();
/* Initiate the 7188xa library */
Print("Hello world!\r\n");
/* Print the message on the screen */
}