|
From: Jonathan L. <ji...@eC...> - 2008-04-28 18:19:47
|
Edgar Grimberg wrote: > Hi, > > Using parport and SVN 607, for 2148: > > $ openocd -f interface/parport.cfg -f target/lpc2148.cfg -d3 -l ./log.txt > > I get the following: [snip] > As you can see, I cannot make the stuff from 0x0 to 0x40 go away. > The log file is attached. (zipped due to file size). The LPC2xxx can map SRAM and the Boot Block (and on some processors, off-chip memory) to the interrupts vectors at 0x0, replacing the view of the user flash at 0x0. Have a look at your LPC's datasheet, particularly the Memory Mapping Control part of the System Control Block documentation. I bet if you switch the MEMMAP register to 0x1 to view user flash, you would see what you expect. Jifl -- eCosCentric Limited http://www.eCosCentric.com/ The eCos experts Barnwell House, Barnwell Drive, Cambridge, UK. Tel: +44 1223 245571 Registered in England and Wales: Reg No 4422071. ------["Si fractum non sit, noli id reficere"]------ Opinions==mine |