Difference between revisions of "PROTO"

From Stm32World Wiki
Jump to navigation Jump to search
Line 53: Line 53:
 
|-
 
|-
 
| I2C2
 
| I2C2
| TX
+
| SCL
| PA2
+
| PB10
 
| <-->
 
| <-->
|  
+
| PA8
| RX
+
| SCL
 
| I2C3
 
| I2C3
 
|-
 
|-
 
| I2C2
 
| I2C2
| RX
+
| SDA
| PA3
+
| PB11
 
| <-->
 
| <-->
| PC10
+
| PC9
| TX
+
| SDA
 
| I2C3
 
| I2C3
 
|}
 
|}

Revision as of 12:20, 16 September 2023

Proto top side view.jpg

After producing the first few boards, the need for a quick prototyping board became obvious.

Schematic

STM32World Proto Schematic.svg

PCB

The layout of the PCB becomes quite simple.

Example

In this example we will be using the PROTO board to test uart, i2c and spi communication by creating the following connections:

Peripheral Signal Pin Pin Signal Peripheral
Core Boot0 <--> PC15 GPIO
UART2 TX PA2 <--> PC11 RX UART3
UART2 RX PA3 <--> PC10 TX UART3
I2C2 SCL PB10 <--> PA8 SCL I2C3
I2C2 SDA PB11 <--> PC9 SDA I2C3

Proto Example Pinout.png

Gallery