Skip to content

Latest commit

 

History

History
35 lines (33 loc) · 1.44 KB

File metadata and controls

35 lines (33 loc) · 1.44 KB

003Clock

image

Usage

To clone this project

This project work with submodule from Nuvoton corporation. You need to initialize submodules by passing --recurse-submodules to the git clone command.

git clone https://github.com/danchouzhou/003Clock.git --recurse-submodules

Build tools

Please make sure the installation path is the same as the one in setting.json.

Build the firmware

cd firmware/003Clock

Simply ./build.bat. main.bin should be inside the Objects folder.

./build.bat

Flash the firmware by Nu-Link programmer (ICP)

./flash.bat

Flash the firmware without a Nu-Link programmer (ISP)

  1. Download the NuMicro ISP Programming Tool
  2. Connect USB-UART adapter to PC
  3. Select the COM port and then press connect
    image
  4. Connect the target device to the USB-UART adapter, ISP Tool should show connected
    image
  5. Select APROM file and check APROM and Reset and Run, then press Start
    image