Message Edited by airswit on 05-10-200602:34 AM
Message Edited by airswit on 05-11-200606:12 PM
Hi,
For your development, you can use the QG8 DEMO BOARD.
After, to program your final app, you will use the BDM which is on the demo board with a 6 ribbon cable.
You can program other ref than QG8 with this BDM : I tried with a GB32, and it worked.
Regards,
Message Edited by yb on 05-15-200610:30 AM
Hi all,
The subject of using a QG8 demo board to progrogramme/ etc other devices has been discussed extensively before (I will let you find it!). It appears to work perfectly. The price diffence I think you will find is:
1: No sexy blue/purple box
2: Marketing deciding that they can forgo some profit on these in order to sell millions more QG8's in the future.
Regards Peg
Hi,
My memory is better than I thought. It was back on Freegeeks. You remember.... the forum where the forum stuff actually worked... like searching and code posting boxes...........
Anyway enough stirring here are some links:
http://forums.freescale.com/freescale/board/message?board.id=8BITCOMM&message.id=265
http://www.freegeeks.net/modules.php?name=Forums&file=viewtopic&t=459
yes, the main reason it works is you can pull the DIP part out of the socket!
Regards Peg
Hello Trevor,
Since the main processor is powered down for some of the time, yet you also require the main processor to interrupt the new device, this may present a minor difficulty. It would seem that you would need to buffer the output from the main processor with a NPN bipolar transistor or N-channel FET. The transistor would conduct to generate the interrupt, but there would be no additional current draw when the main processor was powered down.
Regards,
Ewen
Hi,
Try Chapter 12 (page 173) of MC9S08QG8.pdf Rev. 1.01 10/2005
The BDM connects to power, BKGD and RESET.
If you use these pins as inputs in the application and they are coming from "off board" this may make the dual use easier/safer. Another idea is to use a QG8 for development and use a QG4 in the end product. Makes like easier, I have done this a few times with QT/QY.
Regards Peg
Hi,
A matix keypad is just one use for the KBI pins.
It is very general purpose though.
If you just enable one pin of the port as KBI then it just works like a IRQ but with a different priority. Once you enable more than one, as there is only one vector, it is up to you to work out which one generated it and handle the cases where one is still active from previously etc.
All in all, the applications for the KBI are only limited by your imagination and programming skills.
Regards Peg