Micro8051S - Software User Manual
Micro8051S - Software User Manual
MicroEmbedded Technologies.
Micro8051S
Development Board Software User Manual
8051 Development.
Software’s to be installed.
The software CD provided by Microembedded Technologies contains the software
which need to be installed on the PC by the user.
1) Keil IDE for program development and creating output HEX file.
c51v812.exe (uVision 2) located in Keil folder.
Right click on the executable and RUN as administrator.
3) SST Flash Flex utility to download the HEX file to the Microcontroller.
SSTFlashFlex51 Rev 6.0.exe is located in the SST Flash Flex folder.
Copy and paste SSTFlashFlex51 Rev 6.0.exe on the Desktop.
A new Create New Project window will show. Save the project in the folder and
give the project a name.
Click Save.
A new window for Select Device for Target „Target 1‟ will appear.
o Select SST SST89X516RD2 as the device.
If your project has „C‟ code files then click YES for Copy Standard 8051 Startup
code else for „assembly „ code then click NO.
Now the project is created and you can start to add your code.
Make sure that if you want to add a „asm‟ file then select „Asm Source File
(*.s,*.asm)’ from the File of Type drop down menu.
Select the file and click Add button to add file to the project.
Now you can start writing your source code into the file.
Now click on the icon for Options for Target at the left side of the Target 1
menu.
The Options for Target „Target1‟ window will open.
In the Target Tab , in Xtal (MHz): change the value to 11.0592 (which is the value
of the crystal on our board).
In the Output Tab , select the Create HEX File option.
Click “OK”.
Now you can complete your code and SAVE it .
If there are no errors in the code then the project will be built successfully and the
hex file will be created.
After the hex file is successfully created , right click on the SSTFlashFlex Icon and
run the utility in Admin Mode (admin mode is necessary for the utility to access
the serial port of the computer)
Connect the Micro8051F board (CN1) to the computer using the USB cable.
Power on the board using the 12V power adaptor.
o If the Com Port assigned is greater than COM5 change it to less than
COM5 as the SST Flash Flex Utility does not support above 5.
Now press OK button and release the RESET switch.
The IAP status must show Detect target MCU is successful and the device
information will be displayed.
Now click the Download button in the IAP function section. It will open a
Download hex or Binary file in to flash window.
Click OK.