Daniel_Je
Joined: 01 Jul 2009 Posts: 30 Helped: 1
|
09 Nov 2009 7:43 Re: Why use JTAG Emulator? |
|
|
|
|
| Quote: |
| When asking them why, they just simple answered “It is uncertainty”. |
If they don’t use JTAG Emulator, I suppose they might follow the steps below to develop their programs:
(1) According to their project, first, they might build a hardware platform which will meet their requirements. If programs are very complicated, they will build an interface for human-computer interaction like a simple LED, a buzzer or ever LCD display.
(2) Write a very simple program, such as light up a led, and keep it blink. Then compile the program and burn it to the chip to verify whether their hardware platform is normal or not.
(3) After the hardware platform is OK, they will start to write the driver programs of the system, but each modification of programs will lead to reburn the programs to chips to verify the chips right or wrong. If there are problems during verifying programs, they might use some debugging methods; for example, send some message to the hypeterminal of the PC through a serial interface to check the running statements of programs.
(4) After that, they will start to write the specific user applications, this section will not refer to the hardware problem, so normally, those questions which appear in programs will be found out.
I hope the above information will solve your question that why engineers don’t use JTAG Emulator.
Daniel
-----------------
www.embedinfo.com/en -- The home of embedded development tools.
|
|
Kennyfly899
Joined: 17 Mar 2009 Posts: 20
|
09 Nov 2009 8:20 Why use JTAG Emulator? |
|
|
|
|
| You methods sound good, but they might just fix the simple project. If the project is too large and complicated, I am not sure these methods are suitable; the JTAG Emulator is a necessary tool for the development of your project, it can help you download the flash to the chips and debug your programs.
|
|