JTAG - debugger with Development board for arm cpu
hollywood
Posts: 9
Hello all,
it is just an idea. Propeller development board can be a great debugging teminal i. e. for arm cpu's.
C++ code is allready available at sf.net for a gdb-server for use with eclipse.
The debugging dcc console can be shown on a vga monitor and the input can come from a keyboard or mouse. So can you debug a small linux board without PC.
Perhaps propeller-os can be used for the main application.
JTAG pins of arm-linux board N_TRST / TDI / TMS / TCK / TDO (P0 - P4) can be connected to wrap board of propeller Dev. kit.
Perhaps reading and writing synchonous data can be taken from reading mmc cards.
Please tell me, if it's a good idea.
Hollywood
it is just an idea. Propeller development board can be a great debugging teminal i. e. for arm cpu's.
C++ code is allready available at sf.net for a gdb-server for use with eclipse.
The debugging dcc console can be shown on a vga monitor and the input can come from a keyboard or mouse. So can you debug a small linux board without PC.
Perhaps propeller-os can be used for the main application.
JTAG pins of arm-linux board N_TRST / TDI / TMS / TCK / TDO (P0 - P4) can be connected to wrap board of propeller Dev. kit.
Perhaps reading and writing synchonous data can be taken from reading mmc cards.
Please tell me, if it's a good idea.
Hollywood
Comments
but
A PC is more useful, as it can run eclipse, GDB, cross compilers etc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.mikronauts.com - a new blog about microcontrollers
And in the 2.6 linux kernel it is possible to have a dcc console over jtag-port.
Now as a serial debug console, I can certainly see it as being VERY useful!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.mikronauts.com - a new blog about microcontrollers
If it runs we must learn spin and program an application for propeller OS.
http://tech.groups.yahoo.com/group/lpc2000/
Leon
Now i must test it. If the test is ok. I will write a little program, which tries to put data over DCC of jtag.
For reading, first i wil use the pc and then i will transfer the program to spin for propeller.
Is a C-Compiler for Propeller available ?
Not commitment, but I'd say we are looking at production release by the end of the year at the latest and probably earlier. How much earlier? Not sure yet. Need to talk to some folks.
// richard
Huh!? Now that is a stress!
Nick
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Never use force, just go for a bigger hammer!
The DIY Digital-Readout for mills, lathes etc.:
YADRO
First i must write a C progam, that shows dcc info over jtag port.
I will take some code of sf.net and if it works, i must make the code smaller, so that we can move to spin.