|
Hi list, STMicroelectronics offers a developement kit that includes a HC11 MCU and a PSD9xx. The p/n is DK900-HC11-110. Mouser offers the kit for 178 $ but I think I saw it offered before for 99 $ somewhere, but do not remember where.... Any help would be appreciated . Also, would there be an other board available with both above chips ? Thanks. Cheers ! Jean |
|
|
|
Jean, I got one directly from the website for $99, but that was long ago. It may have been an introductory offer. Regards, Donald E Haselwood At 10:55 PM 10/27/02 -0500, you wrote: >Hi list, > STMicroelectronics offers a developement kit that includes a HC11 MCU >and a PSD9xx. The p/n is DK900-HC11-110. > > Mouser offers the kit for 178 $ but I think I saw it offered before for >99 $ somewhere, but do not remember where.... Any help would be appreciated >. > > Also, would there be an other board available with both above chips ? > > Thanks. > > Cheers ! > > Jean >To unsubscribe from this group, send an email to: |
|
The price at STMicro is $119 for HC11 version of DK900. Here's the link: http://us.st.com/stonline/prodpres/memory/psd/html/dk900.htm Unfortunately, the HC11 member used on this board has been discontinued quite a while ago. It also lacks A/D. I think you'll be better off designing a simple two-chip (HC11 and PSD) board yourself with a more 'standard' E (or F) series HC11. Just buy the FlashLink programmer module at $59, it's all you'll need. I had purchased the more expensive DK68HC11 (similar to DK900-HC11) to get familiar with the PSD but it turned out to be so easy to do our own board with the PSD just by reading the manuals, that I now think I could have done without the development kit. (I actually spent a lot of time debugging the sample code with the kit because of some minor flaw and the differences between the E series and the kit's discontinued MC68HC11ED0.) ----- Original Message ----- From: Jean St-Pierre <> To: <> Sent: Monday, October 28, 2002 5:55 AM Subject: [m68HC11] HC11 + PSD9xx > Hi list, > STMicroelectronics offers a developement kit that includes a HC11 MCU > and a PSD9xx. The p/n is DK900-HC11-110. > > Mouser offers the kit for 178 $ but I think I saw it offered before for > 99 $ somewhere, but do not remember where.... Any help would be appreciated > . > > Also, would there be an other board available with both above chips ? > > Thanks. > > Cheers ! > > Jean |
|
Hi Tony, list, Thanks for the link. It is exactly what I was looking for. I placed an order for the DK900-HC11-110 as it sounded very good. I searched the net, I found that Mr Karl Lunt added a PSD to a botboard (www.seanet.com/~karllunt/add813.jpg). It looks neat but there was no wiring diagram. I suppose I could do the same on my own botboard by just reading the kit manual. If you have a chance Tony, could you send to me a copy of the sample code you fixed in kit ? Many thanks in advance. With kind regards Jean ----- Original Message ----- From: "Tony Papadimitriou" <> To: <> Sent: Tuesday, October 29, 2002 9:49 AM Subject: Re: [m68HC11] HC11 + PSD9xx > The price at STMicro is $119 for HC11 version of DK900. Here's the > link: > http://us.st.com/stonline/prodpres/memory/psd/html/dk900.htm > > Unfortunately, the HC11 member used on this board has been > discontinued quite a while ago. It also lacks A/D. |
|
----- Original Message ----- From: Jean St-Pierre <> To: <> Sent: Tuesday, October 29, 2002 8:04 PM Subject: Re: [m68HC11] HC11 + PSD9xx > If you have a chance Tony, could you send to me a copy of the sample > code you fixed in kit ? The minor flaw was with the hardware (a leak from the RS232 that wouldn't let RAM die when switched off) but until I realized, we kept debugging the software. I don't remember a problem with the software. Anyway, it's been two years since I played with and I wouldn't remember the details. But I've been using the PSD in several projects successfully, and it really is worth its weight in... silicon :) > Jean |