Dragon Plus HCS12 traniner board


The development of this code was partially funded by www.MicroDigitalEd.com

Copyright (c) 2010, MicroDigitalEd.com

This code is made available for educational and example purposes only

Project

Description

Source Main

Full project file

DAC_Sin_C

C code, implements SPI to DAC. Infinate loop sin wave.

main.c DAC_Sin_C.zip

DAC_Step_asm

Assembly code, implements SPI to DAC. Infinate loop stair step.

main.asm DAC_Step_asm.zip

I2C_RTC_asm

Assembly code, implements IIC serial com to write and read RTC. Outputs to SCI0.

main.asm I2C_RTC_asm.zip

I2C_RTC_C

C code, implements IIC serial com to write and read RTC. Outputs to SCI0.

main.c I2C_RTC_C.zip

KeyPad

C code implements keypad, displays to LED array PORTB and SCI0.

main.c KeyPad.zip

Key_Pad_asm

Assembly code, implements keypad, displays to LED array PORTB.

main.asm Key_Pad.zip

Projects