Development of a microprocessor project with LPC2388 development board.

Slides:



Advertisements
Similar presentations
9.How To Upgrade Title Bar Status Bar 9-1.PC System Requirements
Advertisements

TO A USB DEVICE. DATA CAN BE LOST DUE TO POWER SURGES MANUFACTURING DEFECTS HURRICANES/LIGHTENING STRIKES.
If you press this you attach a files. This window will come up when the attach file button is pressed. You can then press browse and pick a file that.
Importing Titles in Destiny. 1. Click My Computer or My Documents or your G drive. Save it to whichever drive you wish. 2. Click your G drive if you want.
Importing GPS Data Lecture 13. EasyGPS  Free software for downloading waypoints  EasyGPS ( EasyGPS  Free software for downloading.
Creating and Editing a Web Page Using Inline Styles
Microsoft Office 2007 Excel Web Feature Creating Web Pages Using Excel.
SAM7X-EK Hands-On - Flash Programming. IAR EWARM Flash Loader Utility.
Comm Operator Introduction Serial Port Tool
REVIEW FOR SOME WELCOME TO THE COMPUTER!. WHY ARE COMPUTERS IMPORTANT?
Remote Desktop Access Novell at Home. Remote desktop access Works on Broadband Computer at work must.
Fluke thermometer 54II Press green button to turn the thermometer on or off. If it does not turn on replace batteries.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Word Web Feature Creating Web Pages Using Word.
Windows Movie Maker. How to EXPORT Exporting……. In the Project, open the FINISH MOVIE tab.
Step 1: Right click, “My computer” select properties, Select Hardware >Device Manager > Other Device > USB Serial Converter, then Right Click and select.
System Resources INFO1119 (Fall 2012).
Part 1 Using the ARM board And start working with C Tutorial 5 and 6
Setting up a Nexus tablet for development on Windows 1.
U81X0 Downloading Tool Manual 1 ( Version 1.2 ) FlashRW For U81X0 Version 4.0.0(Build #95V) February 2004 LG Electronics Inc.
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
This is NUUO IO Device. Install IO Device IO Card Capture Card IO Box Converter USB RS485 PCI MPEG-4 Series H.264 Series.
SHAREE THIELEMANN RITA MILLER AMANDA KEEFER WinDVD Creator.
PAPSA ODU FIRMWARE UPDATE
PBv2.x Pen F/W Upgrade SOP WWPM_Brian Hung 2011/12/21.
ERM ELECTION REPORTING MANAGER. ERM SIMPLY A PLACE TO LOAD IN RESULTS, VIEW RESULTS AND MAKE SPECIALIZED REPORTS.
Creating a Form on a Web Page
Installation Walk-Through Step 1 – Download the Installation Files
USB-Hipro Training Course ——Marketing Dept. Front view of digital Hearing Aid Programmer USB Rear view of digital Hearing Aid Programmer USB.
Using the Science Resources &. Accessing the Science Resources Log-On to AcademyLink Click on “Quick Help Guide” Click on “Science Resources” –Select.
2006 Adobe Systems Incorporated. All Rights Reserved. Getting Started with Adobe Presenter.
Turn on laptop & scanner if necessary. Log In as a guest. Insert flash drive into available USB port. Open HP Solution Center if necessary.
Quick guide to ASIMON configuration For version 3.0 or greater SAFETY AT WORK Date: 3/18/2009.
Start with loading the picture Locate your camera’s USB cable –it looks something like this:
Using Dropbox. Objectives The student will be able to: Upload a file to Dropbox Create a folder on Dropbox Share a Dropbox folder with peers.
4 weeks to heaven.  Basic computer architecture  Power-up  Starting up Windows  Mousing  Keyboard  windows  Finding and starting programs  Working.
Exporting. Export Step 1 – In Outlook select Contacts.
HOW TO LABEL AND SAVE FLIP VIDEOS FOR PASA TESTING SPRING 2011 Flip for PASA.
This opens the box as shown above where filtering on the Junk e mail folder can be adjusted. Click on the Blocked Senders tab. If adding an address.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Offline Video Recording TNLA 2016 Erode District.
Embedded C- Language Lets Learn fundamentals !!. An Embedded system is combination of computer hardware and software, and perhaps additional mechanical.
S/W R&D Group – Europe. 2/11 Select platform to (NOX) USB Check the Version IH2.
Programming and Debugging with the Dragon and JTAG Many thanks to Dr. James Hawthorne for evaluating the Dragon system and providing the core content for.
Troubleshooting Dashhawk Issues. Here's what you have to do to have the DashHawk run properly Go to the ACTUAL PROGRAM file (not the short cut)
3.15 Zebra Printer GK420T Installation 1.Only proceed the steps below when Zebra printer is necessary else skip this installation. Go to folder menu as.
Lets Learn fundamentals !!
Step 1 - Installing TStatSpec Download the TStatSpec software from customer.honeywell.com.  The files will need to be extracted in a new folder.  
Introduction of Embedded C and demo programs
Programming and Debugging with the Dragon and JTAG
Downloading Arduino FOR WINDOWS.
CIT ASSIGNMENT How to put file on CD/DVD
3.14 Microscan QX-870 Scanner Configuration
PRU-ICSS Programming with CCS
iSERIES PROGRAMMING/LOGGING TRAINING
1. Press the Power button or switch to flip on the printer, if it is turn off. 2. From the Home display screen on the product control panel, click the.
Getting Started with Adobe Presenter
Changing Ethernet config using IP changer FW upgrade
To insert this slide into your presentation
To insert this slide into your presentation
To insert this slide into your presentation
More to Learn Creating a shortcut
To insert this slide into your presentation
To insert this slide into your presentation
BEGINNER PROGRAMMING LESSON
To insert this slide into your presentation
To insert this slide into your presentation
To insert this slide into your presentation
How To Use The FD92 Digital Camera
Getting Started with Adobe Presenter
Presentation transcript:

Development of a microprocessor project with LPC2388 development board

Development Cycle Write your source code in C Language Translate your source code into a HEX file format Send your HEX file program to Flash Magic program Write the HEX file program to program memory on the board through Flash Magic program Correct your program 5

Creating a HEX File Format 1. After creating and adding your source code to the project, right click on the Target 1 folder and choose the Options for Target ‘Target 1’… menu.

Creating a HEX File Format 2. Click on the Target tab and check on the Use MicroLIB box.

Creating a HEX File Format 3. Click on the Output tab and check on the Create HEX File.

Creating a HEX File Format 5. Build or Rebuild your project as usual. Then you will see a HEX file in the folder where your project files are.

Burning a HEX File Program to LPC2388 Board 1. Connect one end of the USB to RS232 cable to a computer and another one to a LPC2388 board (COM0). COM0

Burning a HEX File Program to LPC2388 Board 2. Run Flash Magic program, fill the information in the Stop 1-Communications as follows: Choose it later

Burning a HEX File Program to LPC2388 Board 3. For the COM Port:, we can choose the COM port that the Flash Magic use to communicate with LPC2388 board as follows: 3.1 Right click on My Computer on the Desktop and choose Properties menu.

Burning a HEX File Program to LPC2388 Board 3.2 Click on the Hardware Tab and choose Device Manager Button.

Burning a HEX File Program to LPC2388 Board 3.3 Click on Ports (COM & LPT). You will see the COM port that you can use.

Burning a HEX File Program to LPC2388 Board 3.4 fill the COM port from stop 3.3 in the Flash Magic program. com 1

Burning a HEX File Program to LPC2388 Board 4. In step 2-Erase, check on the Erase blocks used by Hex File box. com 1

Burning a HEX File Program to LPC2388 Board 5. In step 3-Hex File, choose the HEX file program obtained from the KEIL program by using Browse… button. com 1

Burning a HEX File Program to LPC2388 Board 6. In step 4-Options, check on the Verify after programming box. com 1

Burning a HEX File Program to LPC2388 Board 7. In step 5-Start!, press the Start Button. com 1