Hello Everybody
I’m working with a licensed CodeWarrior ver. 5.9 and Processor expert and my MCU is MC9S12E128QFP80
I have a problem with the IntFlash bean in processor expert
I added the bean to my program and when I try to compile it I'm getting each time this error from compiler.
{{{
+IFsh1
+ERROR: Compiler option -CpPPAGE=0x30 (address of PPAGE register) or -CpPPAGE=RUNTIME must be set to compile the generated code correctly
(current target settings, Compiler for HC12, Options, Code Generation tab, PPAGE register is used for paging). After compiler option change,
run Code design to apply the change in Processor Expert. For details, see Help of the bean.
}}}
I m trying just use this bean in a simple programming such as
IFsh1_SetByteFlash(0x7000,28);
IFsh1_GetByteFlash(0x7000,&data) ;
I was wondering if anybody can help me
Thank you