NuMaker NuWicam sample on NUC472

Dependencies:   Modbus nvt_rs485

NuWicam for NuMaker-PFM-NUC472 board. Please refer document before executing it. More details, please refer https://github.com/OpenNuvoton/NuMaker_NuWicam_Samples/

Committer:
cyliang
Date:
Fri Oct 06 16:17:23 2017 +0800
Revision:
13:da3c6fafcb97
Parent:
8:478b47fb0af6
Change as global Mobus lib link

Who changed what in which revision?

UserRevisionLine numberNew contents of line
shliu1 8:478b47fb0af6 1 # Getting started NuMaker NuWicam lite sample on mbed OS
shliu1 8:478b47fb0af6 2
shliu1 8:478b47fb0af6 3
shliu1 8:478b47fb0af6 4 ### Import NuMaker_NuWicam_Lite from on-line IDE
shliu1 8:478b47fb0af6 5 1. Please choose Nuvoton NuMaker-PFM-XXX as your target platform.
shliu1 8:478b47fb0af6 6 2. Please press the left-up icon "New", then choose "NuMaker Nuwicam sample on NUC472" from the template list.
shliu1 8:478b47fb0af6 7 3. Your NuMaker_NuWicam_Lite program is existed.
shliu1 8:478b47fb0af6 8
shliu1 8:478b47fb0af6 9 #### Now compile
shliu1 8:478b47fb0af6 10 Please press compile icon.
shliu1 8:478b47fb0af6 11
shliu1 8:478b47fb0af6 12 #### Burn Code & Execute
shliu1 8:478b47fb0af6 13 1. Connect the board NuMaker-PFM-XXX with your PC by USB cable, then there will be one "mbed" disk.
shliu1 8:478b47fb0af6 14 2. Copy the built binary file into "mbed" disk on you PC.
shliu1 8:478b47fb0af6 15 3. It needs run with NuMaker NuWicam board.
shliu1 8:478b47fb0af6 16 4. Press device's reset button to execute, user could test I2C slave devices.
shliu1 8:478b47fb0af6 17
shliu1 8:478b47fb0af6 18
shliu1 8:478b47fb0af6 19 #### Note
shliu1 8:478b47fb0af6 20 1. Please refer to the documents at the path https://github.com/OpenNuvoton/NuMaker_NuWicam_Samples/ for more details.