Difference between revisions of "PROTO"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
In this example we will be using the [[PROTO]] board to test uart, i2c and spi communication by creating the following connections: | In this example we will be using the [[PROTO]] board to test uart, i2c and spi communication by creating the following connections: | ||
− | {| | + | {| class="wikitable" |
|- | |- | ||
| UART2 | | UART2 |
Revision as of 08:59, 16 September 2023
After producing the first few boards, the need for a quick prototyping board became obvious.
Schematic
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:
UART2 | TX | PA2 | <--> | PC11 | RX | UART3 |
UART2 | RX | PA3 | <--> | PC10 | TX | UART3 |