using UART in ST7LITE
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2003-11-02 10:59 PM
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2003-10-30 1:21 PM
Posted on October 30, 2003 at 22:21
If we want to make communication between 7LITE and PC,
7LITE only have the SPI com method, How can we apply UART in ST7Lite ? The timer (8 bit in 7LITE) should can make the UART by program, right ?Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2003-10-30 1:44 PM
Posted on October 30, 2003 at 22:44
Have a look at the document i have attached :
- application note descibing the procedure - zipped files Rem : the code has been developped for a ST72251, so you will have to change the mapfile. ________________ Attachments : sci_soft.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I079&d=%2Fa%2F0X0000000bTd%2FP0Hy5sNcY34sGU60Bhf3O2hfEvlCW9uYlz8D8OR4lQM&asPdf=falsesci_software.pdf : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I038&d=%2Fa%2F0X0000000bTe%2FkwOr_RiiLvfn9r_3PTXs.QFM4drFcfD4J1sPY3mwZ6s&asPdf=falseOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2003-11-02 10:59 PM
Posted on November 03, 2003 at 07:59
For ST7LITE0 we do not have any reference available presently but will be available within month duration.
Basic Idea: You can use 12 bit autoreload timer - output compare functionality along with 2 i/o pins, one config. in input mode with interrupt enable & other in output mode. Interrupt will be enabled only to sense START bit.