Reply by Edward Karpicz July 23, 20112011-07-23
:-). No compiler should reject any #pragma. You may see only some weird
warning. You have to look into user manuals for your compiler for how to
make interrupt service routine.

Edward

----- Original Message -----
From: "Jerry Fields"
To: <6...>
Sent: Friday, July 22, 2011 5:44 PM
Subject: RE: [68HC12] help for CHIPS12
> OK.
>
> I tried declaring the function as an interrupt, (using any syntax I could
> find that the complier didn't reject), and pulled out the RTI, but nothing
> worked.
>
> What I did to "fix" the problem, was to increment the stack twice, as soon
> as I reached the interrupt. At the end of the interrupt I executed an RTI,
> and it properly returned, and restored the registers properly also.
> This was not the fix I was looking for, but at least I got it working.
> Any further info or advice is welcomed of course, but Thanks to everyone
> for their help.
> Thanks again!
>
> Jerry
> To: 6...
> From: k...@ar.fi.lt
> Date: Fri, 22 Jul 2011 07:00:31 +0300
> Subject: Re: [68HC12] help for CHIPS12
> I don't know about CHIPS12, but you may try to unsecure chip using
> Unsecure_12 utility from www.pemicro.com
>
> Edward
>
> ----- Original Message -----
> From: "cwl_hf121"
> To: <6...>
> Sent: Thursday, July 21, 2011 11:08 AM
> Subject: [68HC12] help for CHIPS12
>
>> Hello,I have one chips12, but I can't debug it with P&E USB BDM
>> MULTILINK. I use codewarrior version 5.9, I have installed the latest
>> driver for USB BDM. Every time it shows : the target MCU has no clock or
>> wrong BDM clock speed is used or derivative is secured.
>> So, for P&E USB BDM, the Pin 1: BKGD; Pin2: GND; Pin6: VDD ;Is it
>> correspond to CHIPS12 BDM 6-PIN connector? Thanks a lot.
>>
>>
>>
Reply by Jerry Fields July 22, 20112011-07-22
Sorry, posted on the wrong thread.

> To: 6...
> From: e...@hotmail.com
> Date: Fri, 22 Jul 2011 10:44:37 -0400
> Subject: RE: [68HC12] help for CHIPS12
>
> OK.
>
> I tried declaring the function as an interrupt, (using any syntax I could find that the complier didn't reject), and pulled out the RTI, but nothing worked.
>
> What I did to "fix" the problem, was to increment the stack twice, as soon as I reached the interrupt. At the end of the interrupt I executed an RTI, and it properly returned, and restored the registers properly also.
> This was not the fix I was looking for, but at least I got it working.
> Any further info or advice is welcomed of course, but Thanks to everyone for their help.
> Thanks again!
>
> Jerry
> To: 6...
> From: k...@ar.fi.lt
> Date: Fri, 22 Jul 2011 07:00:31 +0300
> Subject: Re: [68HC12] help for CHIPS12
> I don't know about CHIPS12, but you may try to unsecure chip using
> Unsecure_12 utility from www.pemicro.com
>
> Edward
>
> ----- Original Message -----
> From: "cwl_hf121"
> To: <6...>
> Sent: Thursday, July 21, 2011 11:08 AM
> Subject: [68HC12] help for CHIPS12
>
> > Hello,I have one chips12, but I can't debug it with P&E USB BDM
> > MULTILINK. I use codewarrior version 5.9, I have installed the latest
> > driver for USB BDM. Every time it shows : the target MCU has no clock or
> > wrong BDM clock speed is used or derivative is secured.
> > So, for P&E USB BDM, the Pin 1: BKGD; Pin2: GND; Pin6: VDD ;Is it
> > correspond to CHIPS12 BDM 6-PIN connector? Thanks a lot.
> >
> >
> >
> >
> >
> >
> >
> >
> >
Reply by Jerry Fields July 22, 20112011-07-22
OK.

I tried declaring the function as an interrupt, (using any syntax I could find that the complier didn't reject), and pulled out the RTI, but nothing worked.

What I did to "fix" the problem, was to increment the stack twice, as soon as I reached the interrupt. At the end of the interrupt I executed an RTI, and it properly returned, and restored the registers properly also.

This was not the fix I was looking for, but at least I got it working.

Any further info or advice is welcomed of course, but Thanks to everyone for their help.

Thanks again!

Jerry

To: 6...
From: k...@ar.fi.lt
Date: Fri, 22 Jul 2011 07:00:31 +0300
Subject: Re: [68HC12] help for CHIPS12

I don't know about CHIPS12, but you may try to unsecure chip using
Unsecure_12 utility from www.pemicro.com

Edward

----- Original Message -----
From: "cwl_hf121"
To: <6...>
Sent: Thursday, July 21, 2011 11:08 AM
Subject: [68HC12] help for CHIPS12

> Hello,I have one chips12, but I can't debug it with P&E USB BDM
> MULTILINK. I use codewarrior version 5.9, I have installed the latest
> driver for USB BDM. Every time it shows : the target MCU has no clock or
> wrong BDM clock speed is used or derivative is secured.
> So, for P&E USB BDM, the Pin 1: BKGD; Pin2: GND; Pin6: VDD ;Is it
> correspond to CHIPS12 BDM 6-PIN connector? Thanks a lot.
>
>
>
Reply by Edward Karpicz July 22, 20112011-07-22
I don't know about CHIPS12, but you may try to unsecure chip using
Unsecure_12 utility from www.pemicro.com

Edward

----- Original Message -----
From: "cwl_hf121"
To: <6...>
Sent: Thursday, July 21, 2011 11:08 AM
Subject: [68HC12] help for CHIPS12
> Hello,I have one chips12, but I can't debug it with P&E USB BDM
> MULTILINK. I use codewarrior version 5.9, I have installed the latest
> driver for USB BDM. Every time it shows : the target MCU has no clock or
> wrong BDM clock speed is used or derivative is secured.
> So, for P&E USB BDM, the Pin 1: BKGD; Pin2: GND; Pin6: VDD ;Is it
> correspond to CHIPS12 BDM 6-PIN connector? Thanks a lot.
>
>
>
Reply by cwl_hf121 July 21, 20112011-07-21
Hello,I have one chips12, but I can't debug it with P&E USB BDM
MULTILINK. I use codewarrior version 5.9, I have installed the latest
driver for USB BDM. Every time it shows : the target MCU has no clock or
wrong BDM clock speed is used or derivative is secured.
So, for P&E USB BDM, the Pin 1: BKGD; Pin2: GND; Pin6: VDD ;Is it
correspond to CHIPS12 BDM 6-PIN connector? Thanks a lot.