Movatterモバイル変換


[0]ホーム

URL:


EmbeddedRelated.com
The 2026 Embedded Online Conference

   Forums    Search for: 68HC12

HC12

Started byramsin incomp.arch.embedded21 years ago4 replies
68HC12

Hi,Does anybody know where I can find necessary parts to start working onHC12? I'm looking for HC12 itself, its programmer and anything...

Hi,Does anybody know where I can find necessary parts to start working onHC12? I'm looking for HC12 itself, its programmer and anything which isnecessary to implement a project using M68HC12.Thanks,


Mot HC12 Networking

Started byDavid Evennou incomp.arch.embedded22 years ago1 reply
68HC12Ethernet

Anyone have Ethernet running on Mot HC12? Comments on both commercial andfreeware and appreciated.Thanks,David Evennou

Anyone have Ethernet running on Mot HC12? Comments on both commercial andfreeware and appreciated.Thanks,David Evennou


Software Real-Time Clock on HC12

Started byChristian Winter incomp.arch.embedded20 years ago5 replies
68HC12ClockSoftware

Hi!I am trying to implement a software real-time clock on the HC12 usingthe timer module. I am pretty much unable to do it at this point...

Hi!I am trying to implement a software real-time clock on the HC12 usingthe timer module. I am pretty much unable to do it at this point andwas hoping that someone could point me in the right direction --perhaps even coded examples that could serve as a way to betterunderstand it. I need to keep track of a 24 hour day, no need for anyactual dates. I can code using either assembler or...


HC12 (+ Ethernet) development kit ?

Started byAnonymous incomp.arch.embedded19 years ago11 replies
68HC12CompilerEthernetFreescaleIARMicrochipMicrocontroller

Hi all,I am planning to develop an embedded application with theFreescale (Motorola) MC9S12DP256 microcontroller.I aleready have a good 10...

Hi all,I am planning to develop an embedded application with theFreescale (Motorola) MC9S12DP256 microcontroller.I aleready have a good 10 year knowledge of HC11/HC12C/assembly programming, and electronics design,what I need now is a good development kit,including compiler and Backgroud Debug Mode.Question # 1So what kit should I buy to start with ?I saw IAR Embedded Workbenc...


HC12 : inDart-HCS12/D anyone ?

Started byAnonymous incomp.arch.embedded19 years ago2 replies
68HC12ADCCodeWarriorEthernetFreescaleSensor

Hi all,I'll develop an embedded system based on FreeScaleHC12, mainly using MC9S12NE64 and MC9S12DP256.In short, MC9S12NE64 - based will...

Hi all,I'll develop an embedded system based on FreeScaleHC12, mainly using MC9S12NE64 and MC9S12DP256.In short, MC9S12NE64 - based will be a card collectinganalog sensor's data, an ADC, an Ethernet port, whilethe MC9S12DP256 - based will be a more versatile oneto develop prototype for some other future projects.I am currently looking for a development kit :SofTec inDart-HCS12...


ALP for Real Time Clock using timer unit of HC12

Started byalex99 incomp.arch.embedded16 years ago5 replies
68HC12Clock

HI,I am implementing an ALP program to implement a real time clock to displayhour,minute,second using features available in a timer unit....

HI,I am implementing an ALP program to implement a real time clock to displayhour,minute,second using features available in a timer unit. Digits have todisplayed on one of the GPIO ports of HC12 micro-controller. I do know how to proceed on this in C language but am a newbie inmicro-controllers and assembly programming - was hoping that someone couldpoint me in the right direction -- p...


Can't get HC12 EVB and metrowerks to program Flash on target board via BDM

Started byegp001 incomp.arch.embedded22 years ago2 replies
68HC12FlashIDEMemory

When I connect a target board to an HC12 EVB and use Metrowerks v2.0freeware IDE, I can assemble, link, go to the debugger and downloadinto...

When I connect a target board to an HC12 EVB and use Metrowerks v2.0freeware IDE, I can assemble, link, go to the debugger and downloadinto RAM. When I set my default.prm file for the linker to point toflash, the download fails with the message:Elf-LoaderError while writing to 8000..80B4Looking at the communications between the debugger and the EVB board,I see that when I load RA...


HC12 Jtag

Started byRepzak incomp.arch.embedded21 years ago8 replies
68HC12JTAG

HeyAnyone have a design for a Jtag interface to a MC9s12NE64, it has to run 3v3 and 25Mhz..it's not easy to use that much money as a...

HeyAnyone have a design for a Jtag interface to a MC9s12NE64, it has to run 3v3 and 25Mhz..it's not easy to use that much money as a student :(Kasper


Advice on switching microntrollers

Started byAnonymous incomp.arch.embedded20 years ago25 replies
68HC12ADCAtmegaAtmelAVRAVRStudioGCCHardwareI2CInterruptsJTAGMicrochipMPLABPhilipsPWMSPIUART

Ok, flamewar time I guess.I am looking to explore new microcontrollers because the ones I haveunder my belt are coming up short for what I...

Ok, flamewar time I guess.I am looking to explore new microcontrollers because the ones I haveunder my belt are coming up short for what I need. I have a lot ofexperience with the 16 series of PICs from Microchip, I have playedwith basic Stamps (I, II, SX), some experience with Motorola's HC11,HC12 and HC16 series. Currently I use Atmel's AVR (Atmega128) at work. But in trying to b...


hc12,can i return from interrupt and jump elsewhere?

Started byblisca incomp.arch.embedded18 years ago9 replies
68HC12

Hello from Milan ,Italy,i'm programming a 9s12 uC in C language,with occasional assembly inserts;the question is:a function myfunc() is...

Hello from Milan ,Italy,i'm programming a 9s12 uC in C language,with occasional assembly inserts;the question is:a function myfunc() is runnin,and an external events calls an interruptservice routine,is it possible,once the interrupt did its job,to avoid tocontinue with my func()from the point where it was interruptd,and going back to main() instead?Itis not important if i have t...


How To Drive and Read A 4-20mA Sensor

Started byeeboarder incomp.arch.embedded17 years ago8 replies
68HC12ADCFreescaleMicrocontrollerSensor

Hello,I have limited experience with microcontrollers, all with freescale HC12and HCS12 systems. I have dealt with 0-5V sensors through ADC...

Hello,I have limited experience with microcontrollers, all with freescale HC12and HCS12 systems. I have dealt with 0-5V sensors through ADC before, too.I currently have a project where I might have to use a 4-20mA sensor. Howwould I go about electrically interfacing a 4-20mA sensor to a genericmicrocontroller? How would you power it and read it? Is there an ICavailable?Any suggest...


questions about motorola microcontrollers and MCUs in general

Started bypanfilero incomp.arch.embedded19 years ago26 replies
68HC12ParallaxRobotics

Hello, I had a few real basic question about microcontrollers. I'vebeen learning the motorola HC12 at school, but whenever I pick upmagazines...

Hello, I had a few real basic question about microcontrollers. I'vebeen learning the motorola HC12 at school, but whenever I pick upmagazines or any kind of hobby related embedded type of readingmaterial, the microcontrollers I see most often mentioned are the PICand the STAMP and now something by Parallax called the Propeller chip.Here's what I'm wondering: Are the HCS12 more powerf...


Help needed with SCI interrupts (HC12)

Started byAnonymous incomp.arch.embedded19 years ago10 replies
68HC12EthernetFreescaleInterrupts

Hello.I'm writing a program for an NE64 board, which reads a series of dataover the SCI1 port, and then transmits them over the Ethernet...

Hello.I'm writing a program for an NE64 board, which reads a series of dataover the SCI1 port, and then transmits them over the Ethernet port.Pretty much it's done and works, but due to the amount of datacollected on every reading, I have to send out 10-15 packets everytime.My problem is that, when the function for UDP transmission isexecuted, some of the data received on the serial ...


External Memory Capabilities of the HC12

Started byzach...@gmail.com incomp.arch.embedded19 years ago1 reply
68HC12EEPROMFlashI2CMemorySPI

Hello,I am relatively new to the 68HC12 (about 5 months) and I'm using it inaproject that I've been working on. I know that the 68HC12 has...

Hello,I am relatively new to the 68HC12 (about 5 months) and I'm using it inaproject that I've been working on. I know that the 68HC12 has anexternaladdressing scheme that will allow one to reach 1MBytes worth of data.Myquestion is this:What types of external memories are available? I have found an I2C1MbitEEPROM and some SPI flash memories, but nothing near 1MBytes that I...


hc12 sci PROBLEM

Started byJessie incomp.arch.embedded19 years ago11 replies
68HC12ADC

Hi all,I'm currently using a HC912 EVB board to transmit the data convertedfrom ADC to SCI and then transmit to the PC, hoping PC will get...

Hi all,I'm currently using a HC912 EVB board to transmit the data convertedfrom ADC to SCI and then transmit to the PC, hoping PC will get thedata and display. But it seems nothing is received on PC, although theD-bug 12 is shown in Hyperterminal, while the program is executed,only thing I can see is User breakpoint encountered, and none of thedata is received. I tried MS kermit al...


PDIUSBD12,non sense interrupt 0xC3?

Started bydiegotrex incomp.arch.embedded18 years ago
68HC12USB

Hello, i builded at a board based on a PDIUSB12 USB controller and a9s12e64 uC (i choose the Hc12 uC is because i can debug it pretty...

Hello, i builded at a board based on a PDIUSB12 USB controller and a9s12e64 uC (i choose the Hc12 uC is because i can debug it pretty easilywith the BDM interface)I used as a trace the code fromhttp://www.beyondlogic.org/usbnutshell/usb7.htm#Enumerationthat was intended for PDIUSBD11.I think that my board is electrically ok:the D12 responds correctly tocommands as Set_Clk_Out,Soft conn...


Automatic Pill Dispenser

Started bytlo57 incomp.arch.embedded17 years ago9 replies
68HC12EthernetMicroprocessor

Hi,I am new the website but I've taken a microprocessor class before and usedthe HC12 board so I know the basics of embedded design. For my...

Hi,I am new the website but I've taken a microprocessor class before and usedthe HC12 board so I know the basics of embedded design. For my seniorproject we are suppose to design a pill dispenser that receives scheduleinformation from a website and dispenses the specific pill accordingly tothe time of the schedule. Now I guess my question would be what kind ofmicro-controller would I need...


68hc12 TOVF interrupt problems ICC12

Started byMarcipicus incomp.arch.embedded17 years ago3 replies
68HC12CompilerInterruptsISR

I'm trying to get the timer overflow interrupt working on the hc12 dp256bbut so far I haven't had any luck.The overflow interrupt is never...

I'm trying to get the timer overflow interrupt working on the hc12 dp256bbut so far I haven't had any luck.The overflow interrupt is never generated in my program(used a breakpiontin isr) and I can't find the logic error in my code.Here is my work environment:CHIP: hc12dp256COMPILER: ICC12DEBUGGER: NOICEHere's the code that doesn't work----------------------------------...


Why do I get the this error - "Read from unprogrammed EEPROM address"

Started byalex99 incomp.arch.embedded16 years ago
68HC12ClockEEPROMInterrupts

Mu Code for HC12 is given below : USER_STACKTOPequ$0a00;just above RAM areaPORTAequ$0000;Port A registerPORTBequ$0001;Port B...

Mu Code for HC12 is given below : USER_STACKTOPequ$0a00;just above RAM areaPORTAequ$0000;Port A registerPORTBequ$0001;Port B registerPORTPequ$0056;Port P registerDDRAequ$0002;Port A Data Direction RegisterDDRBequ$0003;Port B Data Direction RegisterDDRPequ$0057;Port P Data Direction RegisterINTCRequ$001e;Interrupt Control RegisterCOPCTL eq...


The 2026 Embedded Online Conference

Sign in

Forgot username or password?  | Create account

Search comp.arch.embedded

comp.arch.embedded by keywords

Free PDF Downloads

Embedded Systems – Theory and Design Methodology
C++ Tutorial
Getting Started with C Programming for the ATMEL AVR Microcontrollers

Blogs - Hall of Fame

So You Want To Be An Embedded Systems Developer

So You Want To Be AnEmbedded Systems Developer
Steve Branam

Introduction to Microcontrollers

Introduction toMicrocontrollers
Mike Silva

Important Programming Concepts (Even on Embedded Systems)

ImportantProgramming Concepts (Even on Embedded Systems)
Jason Sachs

How FPGAs Work and Why You'll Buy One

HowFPGAs Work and Why You'll Buy One
Yossi Krenin

MSP430 Launchpad Tutorial

MSP430 Launchpad Tutorial
Enrico Garante

Arduino Robotics

Arduino Robotics
Lonnie Honeycutt

Discussion Groups

Quick Links

About EmbeddedRelated.com

The Related Sites


[8]ページ先頭

©2009-2026 Movatter.jp