Sign in

username:

password:



Not a member?

Search 68hc12



Search tips

Subscribe to 68hc12





Ads

68hc12 by Keywords

68HC1 | 812A4 | 9S12DP256 | Bootloader | CodeWarrior | D60A | Debugger | DP256 | ECT | EEPROM | EVB | Flash | HC1 | HCS12 | I2C | IAR | ICC1 | Interrupts | LCD | M68KIT912DP256 | MC9S12DP256 | MC9S12DP256B | Metrowerks | Motor | MSCAN | Multilink | PLL | Quadrature | SDI | SPI | Transceiver | XFC

Discussion Groups

See Also

DSPFPGAElectronics

68HC12


Advertise Here

Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).

Search Results for "pll"

  

Post a new Thread

RE: HCS12 SCI Flash Programming Help

jpdi - Nov 6 2009
Hi, Below, the vector interrupt table I use for DP256... Note the address I put it is 0xff80, not 0xef80... I use ICC12 too, and it run OK for interrupt. When I used DP256, I... RE:  HCS12 SCI Flash Programming Help

=?iso-8859-1?Q?Re:_=5B68HC12=5D_Problem_initialise_timer_for_1=B5s_cycle?=

Edward Karpicz - May 18 2009
Joel is right, interrupt every 1us is overkill. Minimalistic interrupt service routine, even without mandatory flag clear sequency would take 9+8 bus cycles (SWI+RTI). That's 0... =?iso-8859-1?Q?Re:_=5B68HC12=5D_Problem_initialise_timer_for_1=B5s_cycle?=

=?iso-8859-1?Q?RE=3A_=5B68HC12=5D_Problem_initialise_timer_for_1=B5s_cycl?= =?iso-8859-1?Q?e?=   [2 Articles]

Sven K - May 18 2009
Hello, > Because of character problems on the mail I received, I can't see if you > want=20 interrupt each micro-second.=20 > If so, it seems very very fast for that=20 proc... =?iso-8859-1?Q?RE=3A_=5B68HC12=5D_Problem_initialise_timer_for_1=B5s_cycl?= =?iso-8859-1?Q?e?=

=?iso-8859-1?Q?RE:_=5B68HC12=5D_Problem_initialise_timer_for_1=C2=B5s_cyc?= =?iso-8859-1?Q?le?=

jpdi - May 4 2009
Hi, I find just this morning your problem about Timer. Because of character problems on the mail I received, I can't see if you want interrupt each micro-second...=20 If so, ... =?iso-8859-1?Q?RE:_=5B68HC12=5D_Problem_initialise_timer_for_1=C2=B5s_cyc?= =?iso-8859-1?Q?le?=

RE: comparing 9S12 and S12X to Microchip PIC18   [4 Articles]

jpdi - Apr 16 2009
Hi, I use 9s12XDP512CAL (112 pins), with Imagecraft ICC12 compiler, and NoIce debugger with USB BDM. Very nice configuration. Very easy to write very big programs with it in ... RE:  comparing 9S12 and S12X to Microchip PIC18

Quad core programming problem   [3 Articles]

Jonathan Masters - Feb 26 2009
Hi all. I am experimenting with moving my PE+METROWERKS setup to a quad core Intel machine. Metroworks can be made to work and compile my project. I can then connect to the... Quad core programming problem

Re: BDM

Edward Karpicz - Dec 5 2008
Rivan Rivaldy wrote: > Hi all, > can anybody explain to me what's the relation between BDM and the MCU > external clock? How is the data transfer in BDM related to the cloc... Re:  BDM

Re: Internal Voltage Regulator misuse   [5 Articles]

Petrescu - Oct 20 2008
Hi, The manual states in Appendix: Electrical Characteristics the followings: 1. The device contains an internal voltage regulator to generate the logic and PLL supply out of t... Re:  Internal Voltage Regulator misuse

Re: input capture problem

leonardo_u3000 - Oct 13 2008
Here is my code for Reading Motor's Speed , use PulseAcc-A and TOC2 +> TOC2 make a Timer Interrupt 20ms +> PulseAcc-A detect Rising Edge, PulseAcc-A connect with pin-PT7. ... Re: input capture problem

Re: Request for help with clock-cycle calculation   [3 Articles]

Edward Karpicz - Jul 31 2008
"jambotronic" wrote: > I am a newcomer to the board and I would like to ask for some > assistance on the following: > > I have a 16 MHz Elektronikladen 68HC12 Compact coll... Re:  Request for help with clock-cycle calculation

Re: Booting from Flash m9s12dg256   [3 Articles]

sburgin13 - Apr 24 2008
--- In 6...@yahoogroups.com, "Eric Engler" wrote: > > --- In 6...@yahoogroups.com, "sburgin13" wrote: > > > Here's my problem: I compile a program and look at th... Re: Booting from Flash m9s12dg256

Instruction trace buffer   [5 Articles]

Robert Milne - Apr 23 2008
I have an unexplained intermittant reset that is defying my crude debugging methods (sci print statements and pod breakpoints) and I need a more sophisticated tool to trace the s... Instruction trace buffer

pulse accumulator

xreemiex - Mar 10 2008
i want to use the pulse accumulator such that it generate an interrept after it counts 128 rising edges. My code seems to never generate an interrupt. I am using codewarrior as... pulse accumulator

Re: Re: How to measure 50Hz DC voltage with ATD   [6 Articles]

Edward Karpicz - Mar 5 2008
Normally you choose A/D prescaler so that you don't violate A/D specs for min and max A/D clock frequency. Suppose you are using PLL and get 25MHz bus clock. You have to divid... Re:  Re: How to measure 50Hz DC voltage with ATD

RE: Novice help wiring HCS12 to program

jpdi - Feb 27 2008
Hello, Chris, A couple of years ago, I moved from Intel 8051 (40 pins DIL package) to Freescale HC12 (CMS 112 pins). I was afraid about to start with a new and more powerful C... RE:  Novice help wiring HCS12 to program

Reg: Default Memory map for MC9S12XDP512 mcu   [3 Articles]

yadunandan kasu - Jan 29 2008
Hi everyone, I am working on MC9S12XDP512 mcu using HCS12X starter kit, I am not very good at MCU knowledge right now. During my work, I got stuck in the Memory map concep... Reg: Default Memory map for MC9S12XDP512 mcu

Re: HCS12D PLL Woes   [3 Articles]

robm...@web.net - Jan 17 2008
This isn't going to help but as an aside I've never been able to debug with the pll in operation. If I need to do source level debugging (techarts bdm with noice12) I compile wi... Re:  HCS12D PLL Woes

Re: Bad flash?   [7 Articles]

dleatmot - Oct 24 2007
--- In 6...@yahoogroups.com, Donald E Haselwood wrote: > > Does the following indicate the flash is bad (or is it something else)? > > Part: MC9S12E128CPV Mask 2L15... Re: Bad flash?

Re: PE Micro Cable12 vs. PLL   [2 Articles]

Jeff Smith - Sep 11 2007
--- In 6...@yahoogroups.com, "John Hartman (NoICE)" wrote: > Having been handed the opportunity on a silver platter, I COULD > suggest that you try NoICE :) [...] I mis... Re: PE Micro Cable12 vs. PLL

Re: S12D/E pad layout   [2 Articles]

dleatmot - Jul 19 2007
Hi James, That layout in the datasheet is a "best practice" layout. Trying to make the best of all worlds (ATD, Crystal, PLL, etc.)and fit it all onto a single layer. I ag... Re: S12D/E pad layout

Hai

Srinivas Parasaram - Mar 31 2007
Hai friends, I am using MC9S12E128 controller with CodeWarrior V4.5, Cyclone pro debugger and powered with 3.3V . Configuration used is 16Mhz bus frequncy with P... Hai

Oscillator from s12dp256 to s12Xdp512

jpdi...@free.fr - Mar 21 2007
Hye I'm trying to go from 9s12dp256 CPU to 9s12Xdp512, with the same printed board. I'm able to download and debug program (ICC12 ImageCraft V 7 compiler and NoIce debugger)... Oscillator from s12dp256 to s12Xdp512

DJ64 eeprom programming in low temperature   [7 Articles]

jo_wan_soo - Nov 23 2006
We are using HCS12 micro ( MCS12DJ64 CPV 2L86D mask set) in our automotive CAN application . Recently, we have discovered some problem with eeprom programming in low temper... DJ64 eeprom programming in low temperature

Re: Re: SCI receive RDRF flag not coming on for some reason

Andrei Chichak - Nov 22 2006
At 01:12 PM 11/22/2006, you wrote: > > To get around the problem I transmitted a character and then > > everything started working. > This turned > out to be because ther... Re:  Re: SCI receive RDRF flag not coming on for some  reason

Re: Flash sector erase on S12DP256B   [5 Articles]

Steve Russell - Oct 26 2006
Adrian, Some notes on further straws below. My reading of all this is that the units did not fail in the middle of operation, but failed only on power up. Is this correc... Re:  Flash sector erase on S12DP256B

P&E Multilink   [3 Articles]

Adrian Vos - Oct 25 2006
Hi All, Related to my previous query when I was trying to work out what was going on. The S12DP256B project I am working on has a 4MHz crystal, and uses the PLL to put the b... P&E Multilink

Re: Re: bootstraploader   [5 Articles]

Edward Karpicz - Oct 23 2006
Andrew Lohmann wrote: [] > First questions are then is:- > > 1) Can I comment out lines with "OFFSET 0" ? OFFSET is important. Offset resets asm program counter to zero. ... Re:  Re: bootstraploader

RE: Burning into the eeprom

jpdi...@free.fr - Oct 10 2006
Hello Christian ! Below what I use to develop for 9s12=A0: - icc12 compiler - NoIce debugger, which can burn program into 9s12 - BDM multilink either on parallel port, either... RE:  Burning into the eeprom

9S12DP256 EVB Debugging Ideas - Comments Desired   [2 Articles]

Eric Engler - Aug 9 2006
Many people have 9S12DP256 based EVBs, and they use d-bug12 for debugging. This is especially popular with students and hobbiests, and they normally don't use d-bug12 in the pod ... 9S12DP256 EVB Debugging Ideas - Comments Desired

Re: run-time programming of EEPROM in DP256   [2 Articles]

danielkolodka2002 - Jun 29 2006
Gracias Agustin. Te comento, estamos con la aplicaci=F3n desarrollada=20 con el ICC 12(image craft compiler), de todos modos vamos a seguir la=20 rutina que nos enviaste hecha pa... Re: run-time programming of EEPROM in DP256

Re: serial port error & crystal freq measurement method for a 9s12dg128   [2 Articles]

blewis999 - Jun 2 2006
Andrew Lohmann wrote: > I have no problem probing either pins on the pierce oscillator=20 > configured crystal with 10M ohm oscilloscope probe. If it does not=20 > oscillate ... Re: serial port error & crystal freq measurement method   for a 9s12dg128

Flash MC9S12E via Serial Monitor Problem   [3 Articles]

ymliao - May 19 2006
Hi, I have been trying struggling for a week to flash micro via serial monitor without success. I really appreciate if anyone could give me some pointers. I've tried to u... Flash MC9S12E via Serial Monitor Problem

Re: Help in streamlining my xgate code   [3 Articles]

Edward Karpicz - May 17 2006
George ("aerowesty2000") wrote: > Thank you Steve and Doron for the great suggestions. Steve, just > placing the function code into the isr netted 1.94 Mhz and combining >... Re: Help in streamlining my xgate code

Help in streamling my Xgate code.   [3 Articles]

aerowesty2000 - May 15 2006
Hello S12X/Xgate people, I'm building a data simulator where I need to send out a continuous data stream. To get flexibility with the clock rate, I used the PIT timer. In ... Help in streamling my Xgate code.

Re: Re: COP Reset

Edward Karpicz - Apr 24 2006
> Is there any other way of inducing a COP reset apart from writing > values other than $55 and $AA in the COP register or letting the COP > watchdog timer get expired? Val... Re:  Re: COP Reset

Re: Re: Serial Communication

MK - Apr 20 2006
Hey guyz, here's a small program that i wrote using the Minidragon+ MC9S12DP256B board. it basically just sends and receives a serial character internally a= t a baud rate of 4... Re:  Re: Serial Communication

Re: Help with True Time simulator   [2 Articles]

Eric Engler - Apr 16 2006
--- In 6...@yahoogroups.com, "Keith Gilman" wrote: I'm not a Codewarrior user, but I understand what's happening here. The startup code is device-specific and it does a coup... Re: Help with True Time simulator
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | next