I am sorry if this is a duplicate post. I'm not sure if the orig. Post went through. I need help connecting the motor with the dragon board and its not ...
Matthew Dauer
matthewd88@...
Jun 17, 2009 7:19 pm
16452
The problem you are probably running into is power consumption. The board can not supply enough current to run a stepper motor. You are going to need to setup...
The Dragon12+ board contains a driver that will work fine for at least small stepper motors. You can jumper the driver to power it from a separate supply. If...
I have been looking, but I can't seem to find any HCS12 products with more than two undependant SCI ports. Does anyone know of a HSC12 product that does?...
... Check out the HCS12XA family you can get up to 6 SCI's. The 9S12A256 that I use has 3 SCI's but only in the large chip version. In the small chip version...
Hello everybody, it's my first time to use COSMIC to program MC9S12XDP512. I got along well with it. However, i'm a little bit confused on how to write my...
Hi, The vector table contains function addresses, so to implement an interrupt function, you have to create it somewhere with the @interrupt prefix, and you...
Can a weak (short or low voltage) programing write of the bits eventualy lead to the 0 bits drifting back to 1 bits. I am asking because I do get this...
Can weak voltage(short time or low voltsage) cause the 0 bits to turn into "1" bits...Occasionally, I get scarambled parameters of "65535" which means all my...
First of all what's device partnumber? Edward ... From: "Samer Abdallah" <sabdalla80@...> To: <68HC12@yahoogroups.com> Sent: Wednesday, July 29, 2009...
i'm anewbie.I like HCS12 but at VietNam no sale Kit. I want draw a board to test.help me for a schematic. If have schematic interface USB to download program...
... What it does have, however, is a perfectly good serial port. You can get something like an FTDI FT232R (you can even get it already mounted on a carrier...
James M. Knox
jknox@...
Jul 31, 2009 6:08 pm
16468
Thank you every body ! I'll try research HCS12. ... [Non-text portions of this message have been removed]...
Hello everybody, I am developing a project with CodeWarrior IDE 5.9.0 and Processor Expert. I am working with 16 bit MCU – 9S12E128QFP80 with PE BDM and...
Hi everyone, I got a simple question. I need to use port p as general purpose output, I need to take 0V or 5V output from any of pp0-pp5 pins? How can I...
You will have to configure the DDRP (Data Directional Register P) to output. Pending on the HC12 you are using, you will have to set the bits [0-7] of the...
There will be a header file that defines the port registers which you use as unsigned char or in some cases unsigned short variables. What you would write in...
Estimados:Apelo a su atención para que me ayuden a conseguir el compilador "CodeWarrior para HCS12 v3.1" sin limitaciones de tamaño de código ni cantidad...
How, it's quite easy in C !!! If you want to put all bits of port P as output, just write : DDRP = 0xff; And to write datas on port P : char c; .../... PORTP =...
Hi. I'm looking at the Bootloader source for mc9s12dj128. I'm using Codeworrior V3.1. and P&E usb multilink. I'm a new engineer (freshman) and really don't...
... AN2548 might be a better place to start. The Serial Monitor is supported by CodeWarrior, and the App Note explains the concepts very well. The bootloader...
I am working with a legacy program written in HC11 assembler and ported to HC9S12D64 assembler using MiniIDE and using TwinPeeks2.0 as the monitor residing at...