Difference between revisions of "Firmware"
(→Description) |
|||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
− | + | [[Bootloader]] only provides very limited functionality - enough to upload firmware into the MCU flash and boot it. Firmware, on the other hand, is meant to provide additional functionality. | |
+ | |||
+ | Please go to [[downloads]] to download firmwares. | ||
== SPI Protocol == | == SPI Protocol == | ||
To be written. | To be written. |
Revision as of 11:56, 15 January 2007
Description
Bootloader only provides very limited functionality - enough to upload firmware into the MCU flash and boot it. Firmware, on the other hand, is meant to provide additional functionality.
Please go to downloads to download firmwares.
SPI Protocol
To be written.