Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).
DP256: Problem with receiving - rithes ameen - May 7 7:03:00 2005
Hi there ,
I am having a problem regarding reception of the data .
Identifier used is 00 for the controller Mc9s12dp256
I have set my Acceptance register to
CAN0IAR[0-7]=00;
CAN0IMR[0-7]=0x0FF;
and CAN0IAC=0x20; // That is 16 bit wide register
The controller is getting Synchroised that is "synch" bit is one.
But the Problem is that it is Show error by Setting CSCIF bit and RSTATE=1 ,RSTATE0=0;
I am not getting the Receive interrupt neither the flag is been set
Please tell me what might be the problem is it that bus time is not matching or anything
else.
Another request is that what is the declarative format of Interrupt service routine, i
have tried out two ways that is
void interrupt 37 funname()
{
}
and
interrupt 37 void funname()
{
}
Can anybody please help me
Thanks with regards
Yahoo! India Matrimony: Find your life partneronline.
[Non-text portions of this message have been removed]

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
DP256: Problem with receiving - rithes ameen - May 8 23:56:00 2005
Note: forwarded message attached.
Yahoo! India Matrimony: Find your life partneronline.
[Non-text portions of this message have been removed]
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.
(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
DP256: Problem with receiving - rithes ameen - May 9 0:02:00 2005
.Hi there ,
I am having a problem regarding reception of the data .
Identifier used is 00 for the controller Mc9s12dp256
I have set my Acceptance register to
CAN0IAR[0-7]=00;
CAN0IMR[0-7]=0x0FF;
and CAN0IAC=0x20; // That is 16 bit wide register
The controller is getting Synchroised that is "synch" bit is one.
But the Problem is that it is Show error by Setting CSCIF bit and RSTATE=1 ,RSTATE0=0;
I am not getting the Receive interrupt neither the flag is been set
Please tell me what might be the problem is it that bus time is not matching or anything
else.
Another request is that what is the declarative format of Interrupt service routine, i
have tried out two ways that is
void interrupt 37 funname()
{
}
and
interrupt 37 void funname()
{
}
Can anybody please help me
Thanks with regards
Yahoo! India Matrimony: Find your life partneronline.
[Non-text portions of this message have been removed]
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.
(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
Re: DP256: Problem with receiving - dwarkanath avarur - May 9 11:02:00 2005
Hello
1. Are you getting Receive frame bit set in the
control register ?
2. Is transmission happening. If transmission happens
then all your baud rate setting are all fine. if not
check for the transceiver setting.
Which is your transceiver and what is your baud rate.
Let me know, i will probe further
Thanks
Dwarak
--- rithes ameen <ritheshamin@rith...> wrote:
> .Hi there ,
> I am having a problem regarding reception of the
> data .
> Identifier used is 00 for the controller Mc9s12dp256
>
> I have set my Acceptance register to
> CAN0IAR[0-7]=00;
> CAN0IMR[0-7]=0x0FF;
> and CAN0IAC=0x20; // That is 16 bit wide register
>
> The controller is getting Synchroised that is
> "synch" bit is one.
>
> But the Problem is that it is Show error by Setting
> CSCIF bit and RSTATE=1 ,RSTATE0=0;
>
> I am not getting the Receive interrupt neither the
> flag is been set
>
> Please tell me what might be the problem is it that
> bus time is not matching or anything else.
> Another request is that what is the declarative
> format of Interrupt service routine, i have tried
> out two ways that is
>
> void interrupt 37 funname()
> {
> }
>
> and
> interrupt 37 void funname()
> {
> }
>
> Can anybody please help me
>
> Thanks with regards
> Yahoo! India Matrimony: Find your life
> partneronline.
>
> [Non-text portions of this message have been
> removed]
__________________________________________________
">http://mail.yahoo.com

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
RE: DP256: Problem with receiving - venki - May 9 11:42:00 2005
Hi dwarak,
Iam able to transmit a Message with 100kbps.But iam finding that
CANSTATUS CHANGE bit is setting then it is
showing TXWARN error.what could be the REASON.From other working CAN node
iam not getting the ACK.
some times while transmitting,iam getting the RXWARN error why i dont
know,but iam not getting TXWARN error at that time.
For the both sides the BAUD rate is 100kbps only.
In loop back iam not getting the bytes whatever i transmitted, into the
Reception registers.
thanks a lot,
i strucked at this problem.Your help would be appreciated.
-----Original Message-----
From: 68HC12@68HC... [mailto:68HC12@68HC...]On Behalf Of
dwarkanath avarur
Sent: Monday, May 09, 2005 8:33 PM
To: 68HC12@68HC...
Subject: Re: [68HC12] DP256: Problem with receiving
Hello
1. Are you getting Receive frame bit set in the
control register ?
2. Is transmission happening. If transmission happens
then all your baud rate setting are all fine. if not
check for the transceiver setting.
Which is your transceiver and what is your baud rate.
Let me know, i will probe further
Thanks
Dwarak
--- rithes ameen <ritheshamin@rith...> wrote:
> .Hi there ,
> I am having a problem regarding reception of the
> data .
> Identifier used is 00 for the controller Mc9s12dp256
>
> I have set my Acceptance register to
> CAN0IAR[0-7]=00;
> CAN0IMR[0-7]=0x0FF;
> and CAN0IAC=0x20; // That is 16 bit wide register
>
> The controller is getting Synchroised that is
> "synch" bit is one.
>
> But the Problem is that it is Show error by Setting
> CSCIF bit and RSTATE=1 ,RSTATE0=0;
>
> I am not getting the Receive interrupt neither the
> flag is been set
>
> Please tell me what might be the problem is it that
> bus time is not matching or anything else.
> Another request is that what is the declarative
> format of Interrupt service routine, i have tried
> out two ways that is
>
> void interrupt 37 funname()
> {
> }
>
> and
> interrupt 37 void funname()
> {
> }
>
> Can anybody please help me
>
> Thanks with regards
> Yahoo! India Matrimony: Find your life
> partneronline.
>
> [Non-text portions of this message have been
> removed]
__________________________________________________
">http://mail.yahoo.com
----------------------------------------------------------------------------
--
Yahoo! Groups Links
a.. To
----------------------------------------------------------------------
Email From "dwarkanath avarur " was security checked by 3.93 version of
CxProtect(tm) On: deiserver at: 20:44:04, 09-May-2005
Monday ---------------------------------------------------------------------
-
----------------------------------------------------------------------
Email From ""venki" <venki@venk...>" was security checked by
3.93 version of CxProtect(tm)
On: deiserver at: 21:22:52, 09-May-2005 Monday
Engine: 4.110.21, sign.def:23-Mar-2005, sign2.def:23-Mar-2005, macro.def:18-Mar-2005
----------------------------------------------------------------------
[Non-text portions of this message have been removed]

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
Re: DP256: Problem with receiving - rithes ameen - May 10 23:54:00 2005
hi dwarkanath,
I checked out in the LOOPBACK mode and it is Setting the RXF flag register. The buadrate i
have set is 500kpbs the trancevier MC33388. The thing is that the transmitting waveform
doesnot show switch of state between 0 and 5V it shows Charging of a capacitor waveform
shape for 0 to high transition i am suspecting the other end which a ATMEL board Haveing
the Transciever AT6660.
Any thanks for replying i possible tell me where i am going wrong
with regards
Rithesh.M
dwarkanath avarur <dwarki_a@dwar...> wrote:
Hello
1. Are you getting Receive frame bit set in the
control register ?
2. Is transmission happening. If transmission happens
then all your baud rate setting are all fine. if not
check for the transceiver setting.
Which is your transceiver and what is your baud rate.
Let me know, i will probe further
Thanks
Dwarak
--- rithes ameen <ritheshamin@rith...> wrote:
> .Hi there ,
> I am having a problem regarding reception of the
> data .
> Identifier used is 00 for the controller Mc9s12dp256
>
> I have set my Acceptance register to
> CAN0IAR[0-7]=00;
> CAN0IMR[0-7]=0x0FF;
> and CAN0IAC=0x20; // That is 16 bit wide register
>
> The controller is getting Synchroised that is
> "synch" bit is one.
>
> But the Problem is that it is Show error by Setting
> CSCIF bit and RSTATE=1 ,RSTATE0=0;
>
> I am not getting the Receive interrupt neither the
> flag is been set
>
> Please tell me what might be the problem is it that
> bus time is not matching or anything else.
> Another request is that what is the declarative
> format of Interrupt service routine, i have tried
> out two ways that is
>
> void interrupt 37 funname()
> {
> }
>
> and
> interrupt 37 void funname()
> {
> }
>
> Can anybody please help me
>
> Thanks with regards
> Yahoo! India Matrimony: Find your life
> partneronline.
>
> [Non-text portions of this message have been
> removed]
__________________________________________________
">http://mail.yahoo.com
---------------------------------
Yahoo! Groups Links
To
Yahoo! India Matrimony: Find your life partneronline.
[Non-text portions of this message have been removed]

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
RE: DP256: Problem with receiving - venki - May 11 0:16:00 2005
Hi Rithesh,
The transceiver MC33388 supports only baud rate from 10kbps to 125
kbps.In transceiver WAKE pin should not be left open.
we shorted that pin to ground.Keep the baud rate same at both ends.when we
transmit the message from the other CAN node we are
getting the error frames only.
you see once transceiver MC33388 pdf document.
while transmitting from the DP256 CAN node we are getting the TX ERROR i.e
error passive state.
Have u observed it.
venki.
-----Original Message-----
From: 68HC12@68HC... [mailto:68HC12@68HC...]On Behalf Of
rithes ameen
Sent: Wednesday, May 11, 2005 9:24 AM
To: 68HC12@68HC...
Subject: Re: [68HC12] DP256: Problem with receiving
hi dwarkanath,
I checked out in the LOOPBACK mode and it is Setting the RXF flag
register. The buadrate i have set is 500kpbs the trancevier MC33388. The
thing is that the transmitting waveform doesnot show switch of state between
0 and 5V it shows Charging of a capacitor waveform shape for 0 to high
transition i am suspecting the other end which a ATMEL board Haveing the
Transciever AT6660.
Any thanks for replying i possible tell me where i am going wrong
with regards
Rithesh.M
dwarkanath avarur <dwarki_a@dwar...> wrote:
Hello
1. Are you getting Receive frame bit set in the
control register ?
2. Is transmission happening. If transmission happens
then all your baud rate setting are all fine. if not
check for the transceiver setting.
Which is your transceiver and what is your baud rate.
Let me know, i will probe further
Thanks
Dwarak
--- rithes ameen <ritheshamin@rith...> wrote:
> .Hi there ,
> I am having a problem regarding reception of the
> data .
> Identifier used is 00 for the controller Mc9s12dp256
>
> I have set my Acceptance register to
> CAN0IAR[0-7]=00;
> CAN0IMR[0-7]=0x0FF;
> and CAN0IAC=0x20; // That is 16 bit wide register
>
> The controller is getting Synchroised that is
> "synch" bit is one.
>
> But the Problem is that it is Show error by Setting
> CSCIF bit and RSTATE=1 ,RSTATE0=0;
>
> I am not getting the Receive interrupt neither the
> flag is been set
>
> Please tell me what might be the problem is it that
> bus time is not matching or anything else.
> Another request is that what is the declarative
> format of Interrupt service routine, i have tried
> out two ways that is
>
> void interrupt 37 funname()
> {
> }
>
> and
> interrupt 37 void funname()
> {
> }
>
> Can anybody please help me
>
> Thanks with regards
> Yahoo! India Matrimony: Find your life
> partneronline.
>
> [Non-text portions of this message have been
> removed]
__________________________________________________
">http://mail.yahoo.com
---------------------------------
Yahoo! Groups Links
To
Yahoo! India Matrimony: Find your life partneronline.
[Non-text portions of this message have been removed]
----------------------------------------------------------------------------
--
Yahoo! Groups Links
a.. To
----------------------------------------------------------------------
Email From "rithes ameen " was security checked by 3.93 version of
CxProtect(tm) On: deiserver at: 09:33:31, 11-May-2005
Wednesday ------------------------------------------------------------------
----
----------------------------------------------------------------------
Email From ""venki" <venki@venk...>" was security checked by
3.93 version of CxProtect(tm)
On: deiserver at: 09:56:03, 11-May-2005 Wednesday
Engine: 4.110.21, sign.def:23-Mar-2005, sign2.def:23-Mar-2005, macro.def:18-Mar-2005
----------------------------------------------------------------------
[Non-text portions of this message have been removed]
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.
(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
Re: DP256: Problem with receiving - prashanthu baragur - May 11 1:14:00 2005
Hi
The CAN transceiver MC33388 supports "Baud rate from 10 kBaud up to
125kBauds" only.
Hope this helps you.
Regards
Prashanth
On 5/11/05, rithes ameen <ritheshamin@rith...> wrote:
> hi dwarkanath,
> I checked out in the LOOPBACK mode and it is Setting the RXF flag register. The
buadrate i have set is 500kpbs the trancevier MC33388. The thing is that the transmitting
waveform doesnot show switch of state between 0 and 5V it shows Charging of a capacitor
waveform shape for 0 to high transition i am suspecting the other end which a ATMEL board
Haveing the Transciever AT6660.
>
> Any thanks for replying i possible tell me where i am going wrong
>
> with regards
> Rithesh.M
> dwarkanath avarur <dwarki_a@dwar...> wrote:
> Hello
>
> 1. Are you getting Receive frame bit set in the
> control register ?
>
> 2. Is transmission happening. If transmission happens
> then all your baud rate setting are all fine. if not
> check for the transceiver setting.
>
> Which is your transceiver and what is your baud rate.
>
> Let me know, i will probe further
>
> Thanks
> Dwarak
>
> --- rithes ameen <ritheshamin@rith...> wrote:
> >
> >
> > .Hi there ,
> >
> >
> > I am having a problem regarding reception of the
> > data .
> > Identifier used is 00 for the controller Mc9s12dp256
> >
> > I have set my Acceptance register to
> > CAN0IAR[0-7]=00;
> > CAN0IMR[0-7]=0x0FF;
> > and CAN0IAC=0x20; // That is 16 bit wide register
> >
> > The controller is getting Synchroised that is
> > "synch" bit is one.
> >
> > But the Problem is that it is Show error by Setting
> > CSCIF bit and RSTATE=1 ,RSTATE0=0;
> >
> > I am not getting the Receive interrupt neither the
> > flag is been set
> >
> > Please tell me what might be the problem is it that
> > bus time is not matching or anything else.
> >
> >
> > Another request is that what is the declarative
> > format of Interrupt service routine, i have tried
> > out two ways that is
> >
> > void interrupt 37 funname()
> > {
> > }
> >
> > and
> > interrupt 37 void funname()
> > {
> > }
> >
> > Can anybody please help me
> >
> > Thanks with regards
> >
> >
> > Yahoo! India Matrimony: Find your life
> > partneronline.
> >
> > [Non-text portions of this message have been
> > removed]
> >
> >
>
> __________________________________________________
> ">http://mail.yahoo.com
>
> ---------------------------------
> Yahoo! Groups Links
>
> To
>
> Yahoo! India Matrimony: Find your life partneronline.
>
> [Non-text portions of this message have been removed]
>
> Yahoo! Groups Links

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
Where can I find BDM emulator? - º´ÁÖ Áø - May 11 2:57:00 2005
I try to find cheap BDM emulator which is possible to interface with Metroworks.or I would
like to make a BDM emulator for HCS12 by myself,
Where can i find solution?
bye
---------------------------------
±âº» 250MB ÃÖ´ë 1GB, ´õÀÌ»ó ¿ë·® °í¹Î¾ø´Â ¾ßÈÄ! ¸ÞÀÏÀ» ½áº¸¼¼¿ä. ´ëÇѹα¹ ºí·Î°Å ´Ù
¸ð¿©¶ó!
¾ßÈİ¡ Áö¿ø±Ý 100¸¸¿øÀ» ½õ´Ï´Ù! ¾ßÈÄ! ¸ð¹ÙÀÏ
ÃֽŠÈÞ´ëÆù Á¤º¸, º§¼Ò¸®, ij¸¯ÅÍ, ¹®ÀÚ¸Þ¼¼Áö
---------------------------------
±âº» 250MB ÃÖ´ë 1GB, ´õÀÌ»ó ¿ë·® °í¹Î¾ø´Â ¾ßÈÄ! ¸ÞÀÏÀ» ½áº¸¼¼¿ä. ´ëÇѹα¹ ºí·Î°Å ´Ù
¸ð¿©¶ó!
¾ßÈİ¡ Áö¿ø±Ý 100¸¸¿øÀ» ½õ´Ï´Ù! ¾ßÈÄ! ¸ð¹ÙÀÏ
ÃֽŠÈÞ´ëÆù Á¤º¸, º§¼Ò¸®, ij¸¯ÅÍ, ¹®ÀÚ¸Þ¼¼Áö
[Non-text portions of this message have been removed]

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
Re: Where can I find BDM emulator? - Jefferson Smith - May 11 11:33:00 2005
Cheap: TBDML
http://www.freegeeks.net/modules.php?name=NukeWrap&page=http://www.freegeeks.net/newwebpages/FDE/FDE.htm
Easier to obtain, but different debug protocol D-Bug12 4.x.x:
http://www.technologicalarts.ca/ uBDM12S or uBDM12SX
http://www.evbplus.com/Dragon_BDM/dragon_bdm.html
--- In 68HC12@68HC..., º´ÁÖ Áø <j2bichon@y...> wrote:
>
> I try to find cheap BDM emulator which is possible to interface with
Metroworks.or I would like to make a BDM emulator for HCS12 by myself,
>
> Where can i find solution?
>
> bye
> ---------------------------------
> ±âº» 250MB ÃÖ´ë 1GB, ´õÀÌ»ó ¿ë·® °í¹Î¾ø´Â ¾ßÈÄ! ¸ÞÀÏÀ»
½áº¸¼¼¿ä. ´ëÇѹα¹ ºí·Î°Å ´Ù ¸ð¿©¶ó!
> ¾ßÈİ¡ Áö¿ø±Ý 100¸¸¿øÀ» ½õ´Ï´Ù! ¾ßÈÄ!
¸ð¹ÙÀÏ
> ÃֽŠÈÞ´ëÆù Á¤º¸, º§¼Ò¸®, ij¸¯ÅÍ, ¹®ÀÚ¸Þ¼¼Áö
>
> ---------------------------------
> ±âº» 250MB ÃÖ´ë 1GB, ´õÀÌ»ó ¿ë·® °í¹Î¾ø´Â ¾ßÈÄ! ¸ÞÀÏÀ»
½áº¸¼¼¿ä. ´ëÇѹα¹ ºí·Î°Å ´Ù ¸ð¿©¶ó!
> ¾ßÈİ¡ Áö¿ø±Ý 100¸¸¿øÀ» ½õ´Ï´Ù! ¾ßÈÄ!
¸ð¹ÙÀÏ
> ÃֽŠÈÞ´ëÆù Á¤º¸, º§¼Ò¸®, ij¸¯ÅÍ, ¹®ÀÚ¸Þ¼¼Áö
>
> [Non-text portions of this message have been removed]

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
Re: Re: Where can I find BDM emulator? - Dr. David A. Perreault - May 11 12:11:00 2005
You might also try: www.pemicro.com
Their USB-ML-12 interface cable is a full of features including USB 2.0
communications. It is a truely professional device supported by
Metrowerks for only $99.
Jefferson Smith wrote:
> Cheap: TBDML
>
http://www.freegeeks.net/modules.php?name=NukeWrap&page=http://www.freegeeks.net/newwebpages/FDE/FDE.htm
>
<http://www.freegeeks.net/modules.php?name=NukeWrap&page=http://www.freegeeks.net/newwebpages/FDE/FDE.htm>
>
> Easier to obtain, but different debug protocol D-Bug12 4.x.x:
> http://www.technologicalarts.ca/ uBDM12S or uBDM12SX
> http://www.evbplus.com/Dragon_BDM/dragon_bdm.html
> --- In 68HC12@68HC..., º´ÁÖ Áø <j2bichon@y...> wrote:
> >
> >
> >
> > I try to find cheap BDM emulator which is possible to interface with
> Metroworks.or I would like to make a BDM emulator for HCS12 by myself,
> >
> > Where can i find solution?
> >
> > bye
> >
> >
> >
> >
> >
> > ---------------------------------
> > ±âº» 250MB ÃÖ´ë 1GB, ´õÀÌ»ó ¿ë·® °í¹Î¾ø´Â ¾ßÈÄ! ¸ÞÀÏÀ»
> ½áº¸¼¼¿ä. ´ëÇѹα¹ ºí·Î°Å ´Ù ¸ð¿©¶ó!
> > ¾ßÈİ¡ Áö¿ø±Ý 100¸¸¿øÀ» ½õ´Ï´Ù! ¾ßÈÄ!
> ¸ð¹ÙÀÏ
> > ÃֽŠÈÞ´ëÆù Á¤º¸, º§¼Ò¸®, ij¸¯ÅÍ, ¹®ÀÚ¸Þ¼¼Áö
> >
> > ---------------------------------
> > ±âº» 250MB ÃÖ´ë 1GB, ´õÀÌ»ó ¿ë·® °í¹Î¾ø´Â ¾ßÈÄ! ¸ÞÀÏÀ»
> ½áº¸¼¼¿ä. ´ëÇѹα¹ ºí·Î°Å ´Ù ¸ð¿©¶ó!
> > ¾ßÈİ¡ Áö¿ø±Ý 100¸¸¿øÀ» ½õ´Ï´Ù! ¾ßÈÄ!
> ¸ð¹ÙÀÏ
> > ÃֽŠÈÞ´ëÆù Á¤º¸, º§¼Ò¸®, ij¸¯ÅÍ, ¹®ÀÚ¸Þ¼¼Áö
> >
> > [Non-text portions of this message have been removed]
>
> ------------------------------------------------------------------------
> >.
[Non-text portions of this message have been removed]

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
Re: Re: Re: Where can I find BDM emulator? - Author Unknown - May 11 13:16:00 2005
Where can you get a cheap version of metrowerks software or is that not possible.
>
> From: "Dr. David A. Perreault" <dap@dap@...>
> Date: 2005/05/11 Wed PM 12:11:58 EDT
> To: 68HC12@68HC...
> Subject: Re: [68HC12] Re: Where can I find BDM emulator?
[Non-text portions of this message have been removed]

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
Re: Where can I find BDM emulator? - Jefferson Smith - May 12 10:10:00 2005
Try
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=CWX-H12-SE&parentCode=null&nodeId=016246TQmY
--- In 68HC12@68HC..., <elynum@c...> wrote:
> Where can you get a cheap version of metrowerks software or is that
not possible.
> >
> > From: "Dr. David A. Perreault" <dap@p...>
> > Date: 2005/05/11 Wed PM 12:11:58 EDT
> > To: 68HC12@68HC...
> > Subject: Re: [68HC12] Re: Where can I find BDM emulator?
> >
>
> [Non-text portions of this message have been removed]
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.
(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
[OT] 120VAC to 5V regulation. - John Dammeyer - May 14 23:56:00 2005
Hi guys,
A while ago I read about some new voltage regulator devices that could take the
rectified/filtered AC line voltage input and provide
a low DC output using 100Khz or higher switching regulator technology. Essentially a buck
regulator with either a simple inductor
or a transformer. Isolation is not a big issue here although always nice.
I've tried googling on various subject lines but can't find any. I believe that technology
is now being used in many of the wall
wart supplies. Suggestions?
Thanks
John Dammeyer
Wireless CAN with the CANRF module now available.
http://www.autoartisans.com/products
Automation Artisans Inc.
Ph. 1 250 544 4950

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
Re: [OT] 120VAC to 5V regulation. - BobG...@... - May 15 0:24:00 2005
In a message dated 5/14/05 11:59:50 P.M. Eastern Daylight Time,
johnd@john... writes:
I've tried googling on various subject lines but can't find any.
========================
Try offline switcher chip
[Non-text portions of this message have been removed]
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.
(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
RE: [OT] 120VAC to 5V regulation. - John Dammeyer - May 15 2:48:00 2005
Thanks Bob,
Who would have thought. 'Offline'
John
Wireless CAN with the CANRF module now available.
http://www.autoartisans.com/products
Automation Artisans Inc.
Ph. 1 250 544 4950
> -----Original Message-----
> From: 68HC12@68HC... [mailto:68HC12@68HC...]
> On Behalf Of BobGardner@BobG...
> Sent: Saturday, May 14, 2005 9:24 PM
> To: 68HC12@68HC...
> Subject: Re: [68HC12] [OT] 120VAC to 5V regulation.
>
> In a message dated 5/14/05 11:59:50 P.M. Eastern Daylight Time,
> johnd@john... writes:
>
> I've tried googling on various subject lines but can't find any.
> ========================
> Try offline switcher chip
> [Non-text portions of this message have been removed]
>
>
> Yahoo! Groups Links

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
Re: [OT] 120VAC to 5V regulation. - joncas04 - May 15 8:59:00 2005
Hello John
the Fairchild "green" SMPS ICs work very well, for example:
http://www.fairchildsemi.com/pf/FS/FSDM0565RB.html
The datasheet has complete schematics and very little external
circuitry is required.
(makes a great power supply for HCS12 circuits, too, so it's not
totally OT!)
--- In 68HC12@68HC..., John Dammeyer <johnd@a...> wrote:
> Hi guys,
>
> A while ago I read about some new voltage regulator devices that
could take the rectified/filtered AC line voltage input and provide
> a low DC output using 100Khz or higher switching regulator
technology. Essentially a buck regulator with either a simple inductor
> or a transformer. Isolation is not a big issue here although always
nice.
>
> I've tried googling on various subject lines but can't find any. I
believe that technology is now being used in many of the wall
> wart supplies. Suggestions?
>
> Thanks
>
> John Dammeyer
> Wireless CAN with the CANRF module now available.
> http://www.autoartisans.com/products
> Automation Artisans Inc.
> Ph. 1 250 544 4950

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
RE: [OT] 120VAC to 5V regulation. - Allen, Nick - May 16 9:35:00 2005
http://www.us.st.com/stonline/press/news/year2003/p1261c.htm
> -----Original Message-----
> From: BobGardner@BobG... [mailto:BobGardner@BobG...]
> Sent: Sunday, May 15, 2005 12:24 AM
> To: 68HC12@68HC...
> Subject: Re: [68HC12] [OT] 120VAC to 5V regulation.
>
> In a message dated 5/14/05 11:59:50 P.M. Eastern Daylight Time,
> johnd@john... writes:
>
> I've tried googling on various subject lines but can't find any.
> ========================
> Try offline switcher chip
> [Non-text portions of this message have been removed]
>
>
> Yahoo! Groups Links
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.
(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )