(Created page with "Category:Starter 8051")
 
Line 1: Line 1:
 
[[Category:Starter 8051]]
 
[[Category:Starter 8051]]
 +
In this tutorial we will be discussing how to upload the .hex  files to nuvoTon chip for 8051 Starter board.<br>
 +
For flashing the hex files, we will be using the Nuvoton ISP-ICP Utility software.<br><br><br>
 +
 +
=Generating .hex File=
 +
Check the tutoial  for generating the .hex file using keil.<br><br><br>
 +
 +
=.Hex Using Nuvoton ISP-ICP Utility=
 +
The nuvoTon w78E052D  controllers is come with a UART boot-loader from the factory.
 +
<br><br>
 +
Now open the Nuvoton ISP-ICP Utility software and follow the below steps.
 +
#Select the IC from Part number drop down list.
 +
#Check the ISP by COM Port.
 +
#Check the memory as APROM.
 +
#Brows the hex file by clicking on Load 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]]
 +
 +
 +
Have a opinion, suggestion , question or feedback about the article let it out here!
 +
{{DISQUS}}

Revision as of 17:57, 22 April 2016

In this tutorial we will be discussing how to upload the .hex files to nuvoTon chip for 8051 Starter board.
For flashing the hex files, we will be using the Nuvoton ISP-ICP Utility software.


Generating .hex File

Check the tutoial for generating the .hex file using keil.


.Hex Using Nuvoton ISP-ICP Utility

The nuvoTon w78E052D controllers is come with a UART boot-loader from the factory.

Now open the Nuvoton ISP-ICP Utility software and follow the below steps.

  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


Have a opinion, suggestion , question or feedback about the article let it out here!