HI all, How can we use McBSP as UART ? I am designing a McBSP to 8051 UART interface. The interface should work on 2 lines (DX,DR) from McBSP and (TXD,RXD) of 8051. any related link will be helpful. regards, Sandeep |
|
Use of McBSP as UART
Started by ●April 15, 2003
Reply by ●April 16, 20032003-04-16
>HI all, > >How can we use McBSP as UART ? >I am designing a McBSP to 8051 UART interface. The >interface should work on 2 lines (DX,DR) from McBSP >and (TXD,RXD) of 8051. >any related link will be helpful. > This thread has an idea from me and someone that seems to have implemeneted something similar. The whole thread hasn;t filtered through to Google yet, though, so if you have 'proper' news access you could probably find it on comp.dsp there - the subject was Re:mcbsp http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=ullyh75t2.fs\ f%40trw.com&rnum&prev=/groups%3Fq%3Dmcbsp%2Buart%2Bcomp.dsp%26start%3D10%26hl\ %3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3Dullyh75t2.fsf%2540trw.com%26rnu\ m%3D11 Cheers, Martin -- Martin Thompson BEng(Hons) CEng MIEE TRW Conekt Stratford Road, Solihull, B90 4AX. UK Tel: +44 (0)121-627-3569 - |
Reply by ●April 16, 20032003-04-16
At 04:45 AM 4/15/2003 -0700, Sandeep Pande wrote: >HI all, > >How can we use McBSP as UART ? >I am designing a McBSP to 8051 UART interface. The >interface should work on 2 lines (DX,DR) from McBSP >and (TXD,RXD) of 8051. >any related link will be helpful. Hi Sandeep, You are in luck. TI has an appnote on this exact subject - SPRA633a. http://focus.ti.com/docs/apps/catalog/resources/appnoteabstract.jhtml?abstractNa\ me=spra633a Regards, -- Matt >regards, > >Sandeep >_____________________________________ >Note: If you do a simple "reply" with your email client, only the author >of this message will receive your answer. You need to do a "reply all" if >you want your answer to be distributed to the entire group. > >_____________________________________ >About this discussion group: > >To Join: Send an email to > >To Post: Send an email to > >To Leave: Send an email to > >Archives: http://www.yahoogroups.com/group/c6x > >Other Groups: http://www.dsprelated.com >">http://docs.yahoo.com/info/terms/ |
Reply by ●April 16, 20032003-04-16
There is a nifty example showing how to make a software UART using the
McBSP in TI's device driver development kit. If you go to www.dspvillage.com and navigate to: "TI Home > DSP Village Home > Software > Peripheral Drivers > Driver Development Kit" there is a download link for the source code. Thom -----Original Message----- From: Martin.J Thompson [mailto:] Sent: Wednesday, April 16, 2003 12:25 AM To: ; Subject: Re: [c6x] Use of McBSP as UART >HI all, > >How can we use McBSP as UART ? >I am designing a McBSP to 8051 UART interface. The >interface should work on 2 lines (DX,DR) from McBSP >and (TXD,RXD) of 8051. >any related link will be helpful. > This thread has an idea from me and someone that seems to have implemeneted something similar. The whole thread hasn;t filtered through to Google yet, though, so if you have 'proper' news access you could probably find it on comp.dsp there - the subject was Re:mcbsp http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=ullyh75t 2.fsf%40trw.com&rnum&prev=/groups%3Fq%3Dmcbsp%2Buart%2Bcomp.dsp%26start%3 D10%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3Dullyh75t2.fsf%2540t rw.com%26rnum%3D11 Cheers, Martin -- Martin Thompson BEng(Hons) CEng MIEE TRW Conekt Stratford Road, Solihull, B90 4AX. UK Tel: +44 (0)121-627-3569 - _____________________________________ Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer. You need to do a "reply all" if you want your answer to be distributed to the entire group. _____________________________________ About this discussion group: To Join: Send an email to To Post: Send an email to To Leave: Send an email to Archives: http://www.yahoogroups.com/group/c6x Other Groups: http://www.dsprelated.com ">http://docs.yahoo.com/info/terms/ |