Link to home
Start Free TrialLog in
Avatar of dogbertius
dogbertius

asked on

Embedded Dev - HC08 programming

Hi there everyone,

I'm planning to purchase some HC08 chips(www.freescale.com)  that I plan to use to generate and output 4-bit addresses to an analog chip that controls a circuitboard I've built. I basically need to interface a special circuit with an ADC and a DAC so that a PC with a serial port can control this circuit and use it for data acquisition.

I haven't done any embedded development in a good while, and plan to do a fair bit (as a hobby and for research) and needed to know the following:

1) What physical device would I need in order to transfer my c or assembler program to the HC08? I recall using Metrowerks CodeWarrior for Microcontrollers, but I prefer to use a linux machine, and I don't see anything on the Metrowerks.de website that indicates that the microcontroller edition of their software works on Linux.

2) Is there any mainstream software (preferably Linux compatible) that can simluate the HC08 so that I can test my code thoroughly before loading it into the chip's RAM? I recall using something like HC12SIM way back when, and it would allow me to upload assembly code I compiled with mini-ide (http://www.mgtek.com/miniide/) and view things like register/ram contents, PSW, etc)

3) More importantly, does anyone have any suggestions on a good resource that would essentially allow me to get started on purchasing a few low-cost chips, programming them, and designing my own hardware from scratch? I'm doing a lot of this sort of thing in school, but so much of the ground work is already done in advance, or we're simply provided with demo-boards that already have most of the code/monitor apps installed in FLASH ROM already. I'd like to be able to do the whole thing from scratch.

Thank you very much.
ASKER CERTIFIED SOLUTION
Avatar of Mc7400
Mc7400
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial