2003-11-02 10:59 PM
2003-10-30 01:21 PM
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 ?2003-10-30 01:44 PM
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=false2003-11-02 10:59 PM
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.