Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).
|
Hi, Is it possible to change D-Bug12 v4.0.0 in order to start the HCS12 256K in "Expanded Wide Mode"? I was planning to use the 0x4000 to 0x8000 address space for external RAM and keep the FLASH mapped between 0x8000 and 0xFFFF... Thanks, /Cilo __________________________________________________ |
|
|
|
Cilo, You can utilize D-Bug12 in Expanded Wide mode on the MC9S12DP256, however, you cannot turn the lower fixed page off as D-Bug12 uses this area for the erase/programming driver code for all the supported MCUs. Regards, Gordon Cilo wrote: > Hi, > Is it possible to change D-Bug12 v4.0.0 in order to start the HCS12 256K in > "Expanded Wide Mode"? I was planning to use the 0x4000 to 0x8000 address > space for external RAM and keep the FLASH mapped between 0x8000 and > 0xFFFF... > Thanks, > /Cilo > > __________________________________________________ > > -------------------------------------------------------- > To unsubscribe from this group, send an email to: > To learn more about Motorola Microcontrollers, please visit > http://www.motorola.com/mcu > -- =============================================================== Gordon Doughman Ph: 937-438-6811 Motorola Semiconductor Fax: 937-434-7457 Field Applications Engineer Pager: 800-759-8352 Pin: 1304089 Suite 175 3131 Newmark Drive Miamisburg, OH 45342 Check out my HC12 book at: http://www.rtcgroup.com/books/ |
|
Cilo, You might want to consider using BDM instead of trying to get D-Bug12 to run on your expanded-mode embedded system. HC12 systems don't usually have a debugger in memory. What one does instead is to have two CPUs: one runs your software, and the other runs the debugger. They communicate via the BDM interface. This setup is much nicer than a memory-resident debugger. Stephen -- Stephen Trier Technical Development Lab Cleveland FES Center / CWRU / KG8IH |