2005-04-12 11:19 PM
2005-03-31 09:09 PM
Hi Guys,
I am trying to integrate ST7538 with PICF8720 can someone please let me know few things on interfacing. 1. How many pins are required for interfacing st7538 to MCU (Min,Max) 2. What is zero crossing. 3. If anyne successfully integrated st7538 with PIC please let me know the configurations and pin connections. 4.what is the distance range of data sent ?2005-04-01 12:00 AM
Have a look at an1714 -
http://www.st.com/stonline/books/pdf/docs/9546.pdf
datasheet also has info about connections http://www.st.com/stonline/books/pdf/docs/9324.pdf Regards sjo2005-04-02 04:21 PM
Hi Kartheek,
Readily available solution is available on ST72334. Why do you need to use PIC ? Contact your local sales contact. Alok2005-04-04 01:42 AM
Hi Alok,
sometimes it is not only a matter of solution available, but also infrastructure for munufacturing the product with that device. If our friend already has structure, tools, etc for PIC, why should he use another microcontroller? Before I forget: I use 9 lines to communicate a PIC with the ST7538. I could use less lines, of course, the minimum is 6. But certain features I require in my system need these 9 lines. Regards from BRASIL PS: read all the comments about 7538 in the forum. There is some interesting tips here.2005-04-04 11:56 AM
1 is the mininum ; One Wire
2 : I2C/SMBUS 3 : 3-Wires/SPI if you use many pins you get more speed but why using many Pin when the Microchip's Pic can be used to do something else while the ST7 do something more important with more free pin2005-04-04 05:58 PM
Hi Krapf,
I agree with you that PIC is a forced choice if the tools are already available. but sometimes we start to work on a subject and spend time to develop something which is already available. the time to market is very important and extra cost to get the tools is less than the time spend on development. that's why it is wise to inform that a solution is available on which time can be spent for customisations.. Thanks a lot.2005-04-05 01:48 AM
Hi Alok,
I am forced to agree with you. TIME TO MARKET IS KILLING. :o :o :o :o Cortex: how did you manage to use only one wire??? how do you say to the ST7538 to transmit and receive? how do you transmit and receive data in the same pin? I got confused! Rafael Krapf BRASIL2005-04-05 07:07 AM
u can use the interruptions.
fix a Normal State : ex : low and when u want to communicated change Input to Output and send the the data the other side will be in input and will go to interruption code i hope that you have understand the way regards [ This message was edited by: Cortex on 05-04-2005 19:40 ]2005-04-06 02:46 AM
I understood,
but you still need at least two wires! :o Remember the communication clock? (CLR/T) :-] regards, Rafael Krapf BRASIL