Hi,
this is a response I got from Apps team...
"The address should be configured correctly – it is in system memory RAM range. Do you have initialized the system RAM memory in startup?
Mainly the issue will be that you don’t have configured the MBDORn Data Field offsets registers (“ILSA_EF: The CC detects the usage of an data field offset with value of 0“, see also chapter 50.8.1.2 Configure Data Field Offsets where is mentioned that the ILSA_EF is generated when the registers are not configured).
The data field offset is calculate as below on MPC5744P
How to get the address of the MB Header:
SADR_MBHF[n] = SMBA + MBIDXR(n)[MBIDX]*8
How to get the address of the MB data:
SADR_MBDF[n] = SMBA + MBDOR(i) = SMBA + MBDOR(MBIDXR(n)[MBIDX])"
BR, Petr