Hi Team,
Thank you for all your support.
I am using Lauterbach Trace32 Debugger with T4240RDB target. I done the rcw.bin flash. but, after flash I got target processor in reset trace32 error. I tried with 0xe8000000 for NOR flash.
What is the default RCW location for flash for T4240 target in NOR flash for RCW binary (1. flash rcw.bin)?
and,
What is the default RCW location for flash for T4240 target in NOR flash for RCW hardcoded value (2. flash hardcoded rcw value)?
1. flash rcw.bin
FLASH.UNLOCK ALL
FLASH.ReProgram 0xE8000000--0xE801FFFF
DIALOG.FILE.OPEN "~~/rcw.bin"
ENTRY %LINE &bootRomFile
Data.LOAD.Binary "&bootRomFile" 0xE8000000--0xE801FFFF
FLASH.ReProgram.off
Result:
target processor in reset trace32 error
2. flash hardcoded rcw value
FLASH.List
FLASH.AUTO ALL
Data.COPY VM:0x0++0x4F 0xF8000000
Data.dump C:0xF8000000++0x4F /Long /DIALOG
DIALOG.YESNO "Do you really want to overwrite the RCW as displayed?"
0xF8000000 i don't know what address this one.
Thanks, VinothS
Regards,
Vinothkumar Sekar