Difference between revisions of "Firmware"

From NaWiki
Jump to: navigation, search
 
(SPI Protocol)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
== Description ==
 
== Description ==
  
To be written.
+
[[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.
+
Please read dserial.c/dserial.h

Latest revision as of 09:02, 25 November 2008

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

Please read dserial.c/dserial.h