Skip to content

Commit

Permalink
Merge pull request RIOT-OS#12883 from fabian18/microduino-corerf-doc-…
Browse files Browse the repository at this point in the history
…pin-mapping

boards/microduino-corerf: doc SPI and I2C pin mapping
  • Loading branch information
benpicco authored Dec 5, 2019
2 parents c7a534e + f3f4c3b commit 03b95ef
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions boards/microduino-corerf/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,22 @@ Atmel AT86RF23x line of transceivers with the only difference being that it is
not being accessed over an SPI bus, but instead the radio registers are directly
mapped into memory.


## Peripheral interfaces SPI and I2C
According to the wiki, SPI and I2C pins are the following:

| SPI | Original Pin Name | Map Pin Name |
|:---- |:------------------|:-------------|
| SS | PB4 | D10 |
| MOSI | PB2 | D11 |
| MISO | PB3 | D12 |
| SCK | PB1 | D13 |

| I2C | Original Pin Name | Map Pin Name |
|:---- |:------------------|:-------------|
| SDA | PD1 | D18 |
| SCL | PD0 | D19 |

# Flashing RIOT
Flashing RIOT on the CoreRF is done using the SPI method.
Using a cheap FT232H breakout board, connect the board as follows:
Expand Down

0 comments on commit 03b95ef

Please sign in to comment.