I'm using a PowerPC MPC5605. I am trying to compile the e200Zx_ICST_RTMC_3.0.0 code. Will e200z0h support all packages below?
/* ICST package(s) selection */#define VLE_ICST_PACKAGE#define BOOKE_ICST_PACKAGE#define SPE_ICST_PACKAGE
Thanks,Rajashekar
解決済! 解決策の投稿を見る。
Hi Rajashekar,
only #define VLE_ICST_PACKAGE will be supported.
e200z0 cores supports VLE instruction set only, not BOOKE. SPE is not available on e200z0 cores.
Regards,
Lukas
元の投稿で解決策を見る
With the MPC5605B micro, I enabled only #define VLE_ICST_PACKAGE macro, but I'm always getting program exception.
Hi,In my attempt to run the ICST code, I am getting an IVOR6 interrupt (Program Exception).It would be very helpful if you could guide me in the next steps