Re: [fpc-pascal] Arm Embedded Question

2013-01-30 Thread Michael Ring
existing jtag debugger i use ? ( this one i have -> http://microcontrollershop.com/product_info.php?cPath=110_161&products_id=1106 ) Kind Regards Justin -Original Message- From: Michael Ring Sent: Thursday, January 31, 2013 2:31 AM To: FPC-Pascal users discussions Subject

Re: [fpc-pascal] Arm Embedded Question

2013-01-30 Thread delphian
ind Regards Justin -Original Message- From: Michael Ring Sent: Thursday, January 31, 2013 2:31 AM To: FPC-Pascal users discussions Subject: Re: [fpc-pascal] Arm Embedded Question LPC1343 Board uses a special JTAG interface that does not have open sourced driver support. So if you do not

Re: [fpc-pascal] Arm Embedded Question

2013-01-30 Thread Michael Ring
LPC1343 Board uses a special JTAG interface that does not have open sourced driver support. So if you do not want to use their GUI (based on Eclipse if I remember correctly) which is mainly C/C++ based then the easiest way is to cut the board in two pieces and to then connect it to an inexpens

Re: [fpc-pascal] Arm Embedded Question

2013-01-30 Thread Koenraad Lelong
Op 30-01-13 13:38, delph...@smythconsulting.net schreef: I've been following the wiki and have successfully created fpc for my arm processor ( Cortex M3 - using a LPC 1343 board) ( as per the wiki's intructions) once i have written my sample program is there anyway to debug it on the MCU ? ( ie

[fpc-pascal] Arm Embedded Question

2013-01-30 Thread delphian
I've been following the wiki and have successfully created fpc for my arm processor ( Cortex M3 - using a LPC 1343 board) ( as per the wiki's intructions) once i have written my sample program is there anyway to debug it on the MCU ? ( ie like doing in Lazarus for win32/64 projects) any help