Hi,
I am using WinIDEA to debug my code on MPC5516EVB. Though the compiler generates the VLE code for my application I'm not able to test it. The start up code itself is not working for me. In the debugger initialization file i'm using the following steps
// Setup TLB3 (RAM) for VLE)
S "SPR"
270) L 0x10030000 // MAS0 configured for TLB3
S "SPR"
271) L 0xC0000400 // MAS1 (256K area)
S "SPR"
272) L 0x00000020 // MAS2 (Cache inhibit, VLE)
S "SPR"
273) L 0x4000003F // MAS3
I 7C0007A4 // tlbwe
But still its not working.
If anybody has already worked on it please gimme ur suggestions.
regards,
san