I am debugging S32G3 IPCF and
I found that in the u-boot terminal, I cannot use md 0x34000000 to obtain the content of sram
(note:S32G2 is ok)
Hi Ni Yu
Hope you are doing well
There my be problem with cache, try below command in u-boot
=> dcache off
=> md.b 0x34000000 0x10
the result with my board as below
Regards ,
Tushar