STM32-P407 Platform

This is the Platform Library implementation for the Olimex STM32-P407.

http://www.olimex.com/Products/ARM/ST/STM32-P407/

Notes

The LCD uses the TRST signal, so to debug and program applications that use the LCD, please ensure that you use SWD mode rather than JTAG mode.

Mass Storage

Examples use the built-in SD/MMC socket.

Networking

Examples use the built-in Ethernet port.

Graphics

Examples use the built-in color LCD. Please see notes above.

The LCD requires a 9-bit SPI protocol that the STM32F4 does not provide in hardware. Therefore, SPI is emulated in software using the methods in <software_spi.h> as part of the CrossWorks Platform API.

I2C

The platform I2C bus routing is:

SPI

The platform SPI bus routing is:

API
***../../samples/Olimex_STM32_P407/platform_config.h not found ***