(Hookup)
Line 15: Line 15:
  
 
=Software Setup=
 
=Software Setup=
In this tutorial series we are using "Xplore Flash" software to program the target MCU. Download [https://www.exploreembedded.com/wiki/images/e/ef/XploreFlash.zip Xplore Flash GUI].<br>
+
In this tutorial series we are using "Nuvoton ISP-ICP Utility softwareto program the target MCU. Download [http://www.nuvoton.com/hq/resource-download.jsp?tp_GUID=SW0320120105135349 Nuvoton ISP-ICP Utility software].<br>
 
Steps below show how to trasfer the hex file to the MCU using Xplore Flash.
 
Steps below show how to trasfer the hex file to the MCU using Xplore Flash.
# Open the Xplore Flash and select programmer as '''Arduino''' .
+
# Select the IC from Part number drop down list .
# Connect the starter AVR board to computer, it will detect as a COM port. Select detected '''COM''' port and set baud rate '''19200''' .
+
# Check the ISP by COM Port.  
# Click on '''Detect''', it will detect the MCU as '''ATmega32'''.
+
# Check the memory as APROM.
# After detecting the MCU browse the '''hex''' file .''
+
# Brows the hex file by clicking on Load File.
# Then just click on '''Go''', It will erase, Flash and verifies the hex file.
+
# Click on Update Chip to burn the hex file into the chip.
 +
#Once program successfully burnt it will pop the dialogue box as PASS.  
 
<br />
 
<br />
  
 +
[[File:8051 ISP.png|none]]
  
[[file:xploreflash_6.PNG]]
 
 
<br />
 
<br />
 
 
Checkout the [[Blinky with Starter AVR  ]] tutorial, on how to set up the software, generate a hex file and blink an LED.
 
  
  
  
 
{{DISQUS}}
 
{{DISQUS}}

Revision as of 10:58, 16 May 2016

In this tutorial we will look at setting up the 8051 Development Board Ultra x51. Once you have done with this basic set up, you can use on board peripherals as well as many other peripherals which can be connected to board using on board GPIO's.

Basics

This board comes with a nuvoton w78E052D microcontroller, which has bootloader flashed into it.
As 8051 Development Board Ultra x51 comes with inbuilt boot loader and this board has on board USB to serial converter.

Hookup


To power up and program the 8051 Development Board Ultra x51 connect type B USB cable as shown in figure. For installing drivers for starter AVR board check out our Installing CP2102 USB Drivers tutorial.

Software Setup

In this tutorial series we are using "Nuvoton ISP-ICP Utility software" to program the target MCU. Download Nuvoton ISP-ICP Utility software.
Steps below show how to trasfer the hex file to the MCU using Xplore Flash.

  1. Select the IC from Part number drop down list .
  2. Check the ISP by COM Port.
  3. Check the memory as APROM.
  4. Brows the hex file by clicking on Load File.
  5. Click on Update Chip to burn the hex file into the chip.
  6. Once program successfully burnt it will pop the dialogue box as PASS.


8051 ISP.png