Address: Room 1705,Block A1, Longyuan Plaza, Longkouxi Road, Guangzhou, China, 510640 Website:
http://www.arm9.net
Sales: +86-20-85201025 Tech Support: +86-13719442657 Fax: +86-20-85261505
Email for Business and Cooperation:
Email for Tech Support: [email protected]
第
- 247 -
页
10.2.2 Change Serial Output
Open the options.h file you can define the serial ports’ output:
#define DEBUG_PORT DEBUG_UART_NONE
The default definition doesn’t output debug messages to any serial port. The DEBUG_PORTcan be set to
the following values:
DEBUG_UART_NONE -> No output message
DEBUG_UART0 -> output to COM1
DEBUG_UART -> output to COM2
DEBUG_UART2 -> output to COM3
DEBUG_UART3 -> output to COM4
10.2.3 Create SDK
When your PC only has VS2005 but doesn’t have Windows CE6 Platform Builder
you still want to develop applications for the Tiny210 you need an SDK. After you
compile a default kernel you can create an SDK via VS2005. Note: this SDK only
applies to VS2005 and cannot work with EVC or VS2008. Here are the steps to create
it:
Step1: start VS2005 and open the compiled project file Mini210, right click on
“Mini210-CE6-SDK” and click on “Build”