Using PROG in CodeWarrior
Cyclone Stand Alone Programmer , In-Circuit Flash Programming , HCS08/RS08/HC08 Micrcontrollers
Did you know that the Freescale Codewarrior IDE includes an
option that allows you to program flash with more flexibility? This option is
called “Expert Mode."
Expert Mode provides a set of general interface functions which are used to control the erasing, verifying, programming and viewing of modules to be programmed and provides the flexibility of choosing your own flash programming algorithm and program/erase ranges in your module within the IDE.
To access this feature, follow these steps:
- Start the Freescale CodeWarrior IDE
- Create your project or use an existing one.
- Make sure the connection type is set to “P&E Multilink/Cyclone Pro” and your target is connected.
- Start the Debug session and interface with the target.
- Inside the real-time debugger, navigate to
“MultilinkCyclonePro” ==>
“Start Expert Mode Programmer…” and select this option.
This will allow you to access features that are normally available to you in P&E's PROG flash programming software. This option is available in CodeWarrior 6.2 for the HCS08 and RS08 architecture and allows the Cyclone PRO to be used for interactive programming.
To find full documentation of our software for your device, please visit:
http://www.pemicro.com/support/downloads_find.cfm
and select the specific PROG that you are using.

