boards: stm32l562e_dk: Enable SPI and BLE
Enable spi1 interface that connects to STM module SPBTLE-RFTR on the stm32l562e_dk board. Tested the configuration with st_ble_sensor sample + ST BLE Sensor app on Android phone. Signed-off-by: Yestin Sun <sunyi0804@gmail.com>
This commit is contained in:
parent
87ff1513fa
commit
f7d866735e
3 changed files with 42 additions and 0 deletions
|
@ -164,6 +164,8 @@ The Zephyr stm32l562e_dk board configuration supports the following hardware fea
|
|||
+-----------+------------+-------------------------------------+
|
||||
| I2C | on-chip | i2c |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| SPI | on-chip | spi |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not yet supported on this Zephyr port.
|
||||
|
||||
|
@ -184,6 +186,7 @@ Default Zephyr Peripheral Mapping:
|
|||
|
||||
- USART_1 TX/RX : PA9/PA10
|
||||
- I2C_1 SCL/SDA : PB6/PB7
|
||||
- SPI_1 SCK/MISO/MOSI : PG2/PG3/PG4 (BT SPI bus)
|
||||
- USER_PB : PC13
|
||||
- LD10 : PG12
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue