File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed
bsp/stm32/stm32f746-st-disco Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,28 @@ STM32F746-disco 是 ST 推出的一款基于 ARM Cortex-M7 内核的开发板,
3535## 外设支持
3636
3737本 BSP 目前对外设的支持情况如下:
38-
38+ | ** 板载外设** | ** 支持情况** | ** 备注** |
39+ | :----------------- | :----------: | :------------------------------------- |
40+ | 板载 ST-LINK 转串口 | 支持 | UART1 |
41+ | QSPI Flash | 暂不支持 | |
42+ | 以太网 | 暂不支持 | |
43+ | SDRAM | 暂不支持 | |
44+ | SD卡 | 暂不支持 | |
45+ | 4.3寸电容屏 | 暂不支持 | |
46+ | MEMS麦克风 | 暂不支持 | |
3947| ** 片上外设** | ** 支持情况** | ** 备注** |
4048| :------------ | :----------: | :-----------------------------------: |
41- | GPIO | 支持 | PI1 |
42- | UART | 支持 | UART1 |
43- | SD卡 | 暂不支持 | 即将支持 |
44- | 以太网 | 暂不支持 | 即将支持 |
49+ | GPIO | 支持 | PA0, PA1... PK7 ---> PIN: 0, 1...168 |
50+ | UART | 支持 | UART1 |
51+ | SPI | 暂不支持 | 即将支持 |
52+ | QSPI | 暂不支持 | 即将支持 |
53+ | I2C | 暂不支持 | 即将支持 |
54+ | FLASH | 暂不支持 | 即将支持 |
55+ | WDT | 暂不支持 | 即将支持 |
56+ | SDIO | 暂不支持 | 即将支持 |
57+ | USB Device | 暂不支持 | 即将支持 |
58+ | USB Host | 暂不支持 | 即将支持 |
59+ | SAI | 暂不支持 | 即将支持 |
4560
4661## 使用说明
4762
You can’t perform that action at this time.
0 commit comments