MPC8313E Debuger in ROM

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MPC8313E Debuger in ROM

978件の閲覧回数
kala
Contributor I

    I have a MPC8313ERDB and USBTAP,i want to debug the project wizard made in ROM VERSION mode,but the README say:smileysurprised:nce the image is in ROM, you can debug it with the ROM Version
target. but,i download the .elf file to which addr? 0xFFF00000? the xor flash has 8MB Memory,and RCW write to 0xFE000000,there have many range ,it can't work in my board.who can give me a particular way to debug the project.

    thanks!

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

327件の閲覧回数
ronco
NXP Employee
NXP Employee

You can indeed debug the ROM VERSION of your project but the code must be programmed into flash memory first.  Use the CodeWarrior Flash Programmer to program your ROM.elf file into flash.  Refer to the CodeWarrior documentation for working with the Flash Programmer.  Then once you get your code into flash you should be able to debug the ROM VERSION of your project.

 

Regards,

Ron

0 件の賞賛
返信

327件の閲覧回数
J2MEJediMaster
Specialist I

If you have built the program using the CodeWarrior New Project wizard and chose the ROM build target, the proper addresses for download into non-volatile memory should be preset. If the processor supports hardware breakpoints, you can set set a few breakpoints in the firmware memory and the processor will trap on them.

 

---Tom

0 件の賞賛
返信