Questions tagged [hcs08]

5 questions
6
votes
1 answer

Still getting link error after switching to banked memory for Freescale HCS08

My program for a Freescale MC9S08DZ128 (HCS08 family) got too big, and I was getting the message: Link Error : L1102: Out of allocation space in segment ROM2 at address 0xFE13 so I tried to switch to the banked memory model. My options before I…
tcrosley
  • 47,708
  • 5
  • 97
  • 161
2
votes
3 answers

Power cycle error when trying to program/debug HCS08 MCU

I'm trying to program a Freescale MC12311 transceiver IC which has a 9S08QE32 MCU embedded in it: MC12311: Sub-1 GHz RF and 8-bit HCS08 MCU with 32KB Flash, 2KB RAM I'm using a Background Debug Module (BDM) from P&E Micro (USB Multilink Universal);…
Omid1989
  • 275
  • 1
  • 3
  • 12
0
votes
1 answer

How to define the stop mode command? (S08DZ96)

I am using MC9S08DZ96 microcontroller and I using CodeWarrior version 11. I want to put the MCU to sleep mode(STOP3). In the CPU settings, I have changed the sleep mode setting and the relevant registers have been activated. I know with the asm…
0
votes
0 answers

How to put NXP S08 Microcontroller in sleep mode (stop3) and then wake it up?

I am using MC9S08DZ96 microcontroller with 8MHz external clock. I have read Freescale AN3387 (HCS08 Automotive Low-Power Modes) and I have tried to change some of registers. When the timer value reaches a certain value, the stop mode is executed and…
0
votes
1 answer

Chip behaves differently in debug vs flash

I'm currently working on a program for an 8-bit freescale chip (MC9S08QG8) in CodeWarrior v10.3 which uses the timer/ period capture to turn a frequency to an analog voltage. I've gotten the thing to work pretty well in debug mode, but I noticed…
Drewster
  • 483
  • 3
  • 10