I have read your instructions and I could not find the Unsecure option. I will try and describe in details what happens. By the way I am using CW Special edition, v.6.2.2
I created a brand-new project for testing the board. It just blinks one of the LEDs (using Processor Expert). Then I click on the Debug button at CodeWarrior to generate code and open the debugger. Then a window called "Target Connection" opens, with the options for Hardware Model, where I select the DEMO9S08LC60 board, and then de device code is pre-selected as MC9S08LC60. There is also an option called "Connection mode" where I can select between Normal (target will be reset) and Hot plug-in (non intrusive, target will not be reset). I chose the Normal option (default). Also, there is a button called "Communication / Advanced Settings", which opens another window.
This new window has the options "BDC Clock (CLKSW)" with options "use alternate frequency (CLKSW = 0)" and "use system bus frequency (CLKSW = 1)". I kept the last option, as default. Also, a check box for "Flash mass erase", which I checked, and another checkbox called "enable fast programming", which I kept unchecked. I click on the OK button and get back to the first window.
Then I click on Connect button. I noticed a big time delay, 2 or 3 seconds, before anything else happens. Then I get the messages cited in my original post. Below follows a transcription of the "Command" window:
--------------------------------------------------------------------------------------------
executing C_layout.hwl
!OPEN source 0 0 60 39
NO CONNECTION
!Source < attributes MARKS off
!OPEN assembly 60 0 40 31
!Assembly < attributes ADR on,CODE off,ABSADR on,SYMB off,TOPPC 0xF88C
!OPEN procedure 0 39 60 17
!Procedure < attributes VALUES on,TYPES off
!OPEN register 60 31 40 25
!Register < attributes FORMAT AUTO,COMPLEMENT None
!OPEN memory 60 56 40 22
!Memory < attributes FORMAT hex,COMPLEMENT None,WORD 1,ASC on,ADR on,ADDRESS 0x80
!OPEN data 0 56 60 22
!Data:1 < attributes SCOPE global,COMPLEMENT None,FORMAT Symb,MODE automatic,UPDATERATE 10,NAMEWIDTH 16
!OPEN data 0 78 60 22
!Data:2 < attributes SCOPE local,COMPLEMENT None,FORMAT Symb,MODE automatic,UPDATERATE 10,NAMEWIDTH 16
!OPEN command 60 78 40 22
!Command < attributes CACHESIZE 1000
!bckcolor 50331647
!font 'Courier New' 9 BLACK
!AUTOSIZE on
!ACTIVATE Data:2 Command Procedure Data:1 Source Register Assembly Memory
done C_layout.hwl
Loading Target ...
IO registers loaded for MC9S08LC60 from C:\Arquivos de programas\Freescale\CodeWarrior for Microcontrollers V6.2\prog\REG\MCU101C.REG
The device has been reset
New BDM communication frequency: (~4294.967MHz)
executing .\cmd\SofTec_HCS08_startup.cmd
!// At startup the commands written below will be executed
RUNNING
done .\cmd\SofTec_HCS08_startup.cmd
Startup command file correctly executed.
The device has been reset
STOPPING
executing .\cmd\SofTec_HCS08_preload.cmd
!// Before load the commands written below will be executed
The device has been reset
RUNNING
done .\cmd\SofTec_HCS08_preload.cmd
Preload command file correctly executed.
executing .\cmd\SofTec_HCS08_postload.cmd
!// After load the commands written below will be executed
No Link To Target
done .\cmd\SofTec_HCS08_postload.cmd
Postload command file correctly executed.
in>
-------------------------------------------------------------------------------------
In the Procedure window, there is one line saying "No program counter"
I have been using this board for quite some time, without any problems. This happened just after the debugger freeze.
Quevedo