cancel
Showing results for 
Search instead for 
Did you mean: 

using UART in ST7LITE

alanlai1
Associate II
Posted on November 03, 2003 at 07:59

using UART in ST7LITE

3 REPLIES 3
alanlai1
Associate II
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 ?

developsofter
Associate II
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=false

sci_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=false
jatin
Associate II
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.