Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SPI_STMPE610 UniGraphic mbed
Today I got a Nucleo F411RE at ET2015.
So this is my first trial of making a program with F411RE.
Although I was expecting my SPI_STMPE610 library would work without modification, I was wrong!!
To make it work with F411RE, the spi format needed to be format(8,1) instead of format(8,0)
which worked fine with my FRDM boards.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
0:cd5e3d371b54 | 2015-11-19 | Rhyme | First working version with NUCLEO F411RE |