Hi,
What versions of CodeWarrior and Processor Expert plug-in do you use?
Best Regards, Processor Expert Support
please i need help about eeprom :
i'm working on a project with MC9S12XDG128 microcontroler,
i would like tu upgrade it to MS9S12XDT512 but i don't know how to do correct setting for internal eeprom.
it's strange because by default processor expert set the eeprom to disabled.
so plese i need to know how to port my old internal eeprom of the 128 processor to the new 512 processor,
even with the datasheet i'm not able to understand where i have to to modication and what adress sike i have to parameter .
i'm not sure if i must modify the cpu bean or the intEEP bean too
plese someane can give me the good parameter ??
FABRICE
A setting of the memory section on CPU component (build option) is only for generating linker file. For upgrade your project to the MS9S12XDT512 microcontroller you would set the IntEEPROM component. For the MS9S12XDT512 microcontroller is start EEPROM memory address 0x13F000, this value must be set to the IntEEPROM component (“Start address” property).
Best Regards,
Jiri Rezler
perfect, it works very nice !!
finally between all memories RAM FLASH EEPROM
THE eeprom is the only memory where it's necessary to modify in two bean : CPU BEAN and intEEP BEAN
thank you for your very necessary help
fabrice