Hi,
I am currently working on ls1043ardb board.In our target board there is no provision for sd card booting.How can we over-ride the hardcoded rcw for enabling ifc flash and program it using codewarrior tap for LS1043ARDB.
Pls help.
thanks in advance
Solved! Go to Solution.
In LS1043 tcc, Target Initialization File provides support for rcw override. You have to set useSafeRCW = True, then Connect to the board.
Adrian
In LS1043 tcc, Target Initialization File provides support for rcw override. You have to set useSafeRCW = True, then Connect to the board.
Adrian
Thanks Adrian ,it worked