Inadvertently found a Ucos 1114 Development Board. Find a half-day information will he drive up, this article as a record.
Ucos official Website Tutorial Document address: Http://www.zlgmcu.com/NXP/LPC1000/lpc1110/TinyM0_um.pdf
The board has a 1114 core chip +ck100 simulation chip. Download the program can be downloaded through the JTAG interface, ISP download, simulation chip download.
ISP Download: No need to install the driver, welding a download circuit or to find a download circuit of the Learning Board, the serial communication p1.6p1.7 respectively corresponding connection, P0.1 that is the boot pin grounding computer using Flash magic to download the hex file after successful. Disconnect the power supply, and the boot pin disconnects and then power on. At this time the chip is running the program just downloaded into. The principle is that 1114 power on start will check the level of P0.1 pin, if the low level is called the ISP download program, so that the program sent through the serial port to save to the on-chip flash, and then re-power on the P0.1 level of high-level execution on-chip program.
Simulation chip Download: The first driver installation can follow the above link to complete step-by-step installation, and finally open the Device Manager effect
Note When installing the CK100 emulation chip driver, the installation path is the Keil folder. For example, I created a KEIL folder to install MDK, a KEIL folder is generated when I install play MDK, and this CK100 driver installation path is. \keil\keil\ instead of KEIL. Otherwise, there will be no tkscope debug for ARM option found in the Debug option.
Next, follow the link tutorial above to configure it.
MDK5 Download program succeeded.
Ucos TinyM0 Development Board 1114 Use tutorial