bigdragon1977 / stm32flash

Automatically exported from code.google.com/p/stm32flash
0 stars 0 forks source link

how to connect stm32 boardt to usart terminal? #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
can you put the circuit diagram to connect stm32 to pc for programming through 
stm32 flash.

Original issue reported on code.google.com by kiranjos...@gmail.com on 20 Jul 2011 at 6:54

GoogleCodeExporter commented 9 years ago
I used a cheap copy of a Nokia USB data cable, modelled on a CA-42. Most 
computers don't have RS232 serial connections any more.

Mine has a Prolific PL2303 chip in it, and by providing ground, 3v, and then 
connecting to your chosen USART Rx and Tx pins (this is chip-dependant), and 
setting your chip's BOOT pins correctly, you should be able to use this program.

Not all adaptors are wired up the same, and many use different colours for the 
wires, so you'll have to use the Nokia-side plug to test which wires have which 
function.

You can't use a modern one of course- all modern Nokias are natively USB.

Original comment by mishg...@gmail.com on 29 Jul 2011 at 3:02

GoogleCodeExporter commented 9 years ago
See the datasheet for your device

Original comment by ge...@spacevs.com on 4 Oct 2011 at 2:38