I would like to implement the BAM MPC5534A
I use a CW for MPC55xx and MPC56xx 2.9 and a MPC5534.
I have created a project using the Project Wizard feature of the Code warrior.
According to the advice of Lukas, I have edited the lcf file for __ start () function is moved to the starting address of SRAM (0x40000000).
Then I have found the problem.
Program entry address offset oxoooo0030
S705400000301A
If I have edited the lcf file for __ start () function is moved to the starting address of SRAM (0x40007000).
S705400070301A
How can I solve this problem?Lukas Zadrapa