/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / What is the function of J3 header connector ( footprint, not soldered)

Username:     
Password:     
             

Forum
  • Index
  •  » STM32 primer
  •  » What is the function of J3 header connector ( footprint, not soldered)

# 1   2008-04-23 15:45:03 What is the function of J3 header connector ( footprint, not soldered)

zetaursae
Member
Registered: 2007-12-14
Posts: 14

What is the function of J3 header connector ( footprint, not soldered)

1) There is a footprint marked J3 for 6pin header type connector (just near LCD and ST7 programmer chip)
Where is it connected, what is it's purpose, use etc.

2) Since IRDA connector footprint is actualy connected to USART Rx/Tx pins on STM32 , can that be used as a generic serial comm link to other serial device?
For example a FRAM type NV 2 wire serial memory like  FM24C512 on a separate PCB, wt 2 comm wire connected to Rx/Tx?

Offline

 

# 2   2008-04-26 12:14:52 What is the function of J3 header connector ( footprint, not soldered)

Stewee
Member
From: Dorset/England
Registered: 2007-10-11
Posts: 47
Website

Re: What is the function of J3 header connector ( footprint, not soldered)

1) I'm not sure, but I think J3 is for factory programming the rlink/dongle chip ST72f651.

2) There are Ramtron FRAM chips with an SPI interface. It may be quite easy to use an STM32's SPI peripheral to talk to a FRAM Device. SPI2 of the STM32s is avaialable on the expansion pads on the underside the primer board via pads 1(mosi) 3(miso), 5(clock), [7(slave select - if applicable)].  If the STM32 is a master you'd need a line for chip select.
If you hold the primer in front of you so you are looking at the back with the battery link at the top, then the expansion port pads are numbered as follows;-
20,19
18,17 
16,15
..etc..
8,7(SPI2 Slave Select)
6,5(SPI2 Clock)
4,3(SPI2-MISO)
2,1(SPI2-MOSI) 

A good thing to do with the IRDA/Uart port is to put an RS232 (or RS485) driver chip on it so that it can talk to a PC serial port. Something like a MAX232. ST make an equivalent that is used on the STM3203b-eval. Circuit here;
http://www.st.com/stonline/products/lit … /13472.pdf   
see page32


( Please Give Blood http://www.blood.co.uk >50% can.  5% do. )

Offline

 

  • Index
  •  » STM32 primer
  •  » What is the function of J3 header connector ( footprint, not soldered)

Board footer