Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).
|
I keep getting the following error while trying to use CodeWarrior with the BDM P&E pod to program a banked flash application: Elf-loader Error while writing 308000 - 308041 What am I doing wrong? How do I download my flash application to the eval board? |
|
|
|
Hi. Please make sure that you have enabled banks in the SDI or ICD-12 menu, Set Bank... dialog (Banked Memory Location dialog). PPAGE Register is 30 hex for MC9S12 parts. Number of pages is 64. Also flash is done via the NVMC (Non Volatile Memory Control) dialog (Flash... menu entry). Regular "load" will not flash the program to the device. Please check demo projects or stationery projects to see who automated application erasing/programming is available (usage of preload and postload debugger command files). Regards, Gilles At 05:48 PM 10/11/2002, you wrote: >I keep getting the following error while trying to use CodeWarrior >with the BDM P&E pod to program a banked flash application: > >Elf-loader >Error while writing 308000 - 308041 >What am I doing wrong? How do I download my flash application to the >eval board? > >-------------------------------------------------------- >To unsubscribe from this group, send an email to: >To learn more about Motorola Microcontrollers, please visit >http://www.motorola.com/mcu |