(Created page with "Category:Starter PIC16F877")
 
Line 1: Line 1:
 
[[Category:Starter PIC16F877]]
 
[[Category:Starter PIC16F877]]
 +
We will see in this tutorial how to upload hex file using DS30 loader GUI. 
 +
=Installing DS30 Loader GUI=
 +
For installing DS30 Loader GUI we need to download the below mentioned DS30 Loader GUI software. <br>
 +
* [http://exploreembedded.com/wiki/File:Ds30LoaderGui.zip DS30 Loader GUI software] <br>
 +
 +
=Launching  DS30 Loader GUI software=
 +
* Once we download the DS30 Loader GUI software, start the DS30 Loader GUI software by selecting Start>Programs>DS30 loader GUI .
 +
 +
Step 1:
 +
[[File:DS30 window.png|none]]
 +
*Browse the hex file
 +
*Select the appropriate MCU
 +
*'''Select the baud rate as 9600'''
 +
*'''Select the correct com port detected on your computer, when using USB to serial convertor check for exact COM port number in device manager'''
 +
 +
Step 2: The board uses DTR pin of the CP2102 USB to Serial Convertor to reset the MCU. Set it up as shown in the image below.
 +
 +
[[File:AUTO RESET.png|x300px|Setup AutoReset]]
 +
 +
Step 3: Click on the '''write''' option to flash the hex file. Once hex file is successfully uploaded status window display '''Write successfully completed'''Refer below image.
 +
[[0File:DS30 loader successfully.png|none]]

Revision as of 17:37, 23 April 2016

We will see in this tutorial how to upload hex file using DS30 loader GUI.

Installing DS30 Loader GUI

For installing DS30 Loader GUI we need to download the below mentioned DS30 Loader GUI software.

Launching DS30 Loader GUI software

  • Once we download the DS30 Loader GUI software, start the DS30 Loader GUI software by selecting Start>Programs>DS30 loader GUI .

Step 1:

DS30 window.png
  • Browse the hex file
  • Select the appropriate MCU
  • Select the baud rate as 9600
  • Select the correct com port detected on your computer, when using USB to serial convertor check for exact COM port number in device manager

Step 2: The board uses DTR pin of the CP2102 USB to Serial Convertor to reset the MCU. Set it up as shown in the image below.

Setup AutoReset

Step 3: Click on the write option to flash the hex file. Once hex file is successfully uploaded status window display Write successfully completedRefer below image. none