Merged in rzr/nuttx/sandbox/rzr/review/master (pull request #861)
nucleo-144: Update mbed URL and fix mistakes Change-Id: I5ef39d1db894cc86b68973748d9ad9d48cecefeb Signed-off-by: Philippe Coval <p.coval@samsung.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
parent
3dd5dde410
commit
b80ad0f938
@ -71,7 +71,7 @@ Common Board Features:
|
|||||||
provide a ST-Link for programming, debug similar to the
|
provide a ST-Link for programming, debug similar to the
|
||||||
OpenOcd FTDI function - USB to JTAG front-end.
|
OpenOcd FTDI function - USB to JTAG front-end.
|
||||||
|
|
||||||
Expansion I/F: ST Zio and Extended Ardino and Morpho Headers
|
Expansion I/F: ST Zio and Extended Arduino and Morpho Headers
|
||||||
|
|
||||||
Nucleo F746ZG
|
Nucleo F746ZG
|
||||||
=============
|
=============
|
||||||
@ -166,9 +166,11 @@ NUCLEO-F767ZI Features:
|
|||||||
TRG: True random number generator
|
TRG: True random number generator
|
||||||
RTC subsecond accuracy, hardware calendar
|
RTC subsecond accuracy, hardware calendar
|
||||||
|
|
||||||
As of this writting the NUCLEO-F767ZI is not available on developer.mbed.org
|
For pinout and details Check NUCLEO-F767ZI page on developer.mbed.org:
|
||||||
However, See https://developer.mbed.org/platforms/ST-Nucleo-F746ZG for additional
|
https://os.mbed.com/platforms/ST-Nucleo-F767ZI/
|
||||||
useful information.
|
|
||||||
|
Also https://developer.mbed.org/platforms/ST-Nucleo-F746ZG
|
||||||
|
may contain some related useful information.
|
||||||
|
|
||||||
Development Environment
|
Development Environment
|
||||||
=======================
|
=======================
|
||||||
@ -347,7 +349,7 @@ Serial Consoles
|
|||||||
USART6 (CONFIG_NUCLEO_CONSOLE_ARDUINO)
|
USART6 (CONFIG_NUCLEO_CONSOLE_ARDUINO)
|
||||||
------
|
------
|
||||||
STM32F7
|
STM32F7
|
||||||
ARDUIONO FUNCTION GPIO
|
ARDUINO FUNCTION GPIO
|
||||||
-- ----- --------- -----
|
-- ----- --------- -----
|
||||||
DO RX USART6_RX PG9
|
DO RX USART6_RX PG9
|
||||||
D1 TX USART6_TX PG14
|
D1 TX USART6_TX PG14
|
||||||
@ -436,15 +438,15 @@ Serial Consoles
|
|||||||
|
|
||||||
SPI
|
SPI
|
||||||
---
|
---
|
||||||
Since this board is so generic, having a quick way to vet the SPI
|
Since this board is so generic, having a quick way to set the SPI
|
||||||
configuration seams in order. So the board provides a quick test
|
configuration seams in order. So the board provides a quick test
|
||||||
that can be selected vi CONFIG_NUCLEO_SPI_TEST that will initalise
|
that can be selected vi CONFIG_NUCLEO_SPI_TEST that will initialize
|
||||||
the selected buses (SPI1-SPI3) and send some text on the bus at
|
the selected buses (SPI1-SPI3) and send some text on the bus at
|
||||||
application initalization time board_app_initialize.
|
application initialization time board_app_initialize.
|
||||||
|
|
||||||
SDIO
|
SDIO
|
||||||
----
|
----
|
||||||
To test the SD performace one can use a SparkFun microSD Sniffer
|
To test the SD performance one can use a SparkFun microSD Sniffer
|
||||||
from https://www.sparkfun.com/products/9419 or similar board
|
from https://www.sparkfun.com/products/9419 or similar board
|
||||||
and connect it as follows:
|
and connect it as follows:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user