Netduino Plus 2 Firmware

From Eleccelerator Wiki
Revision as of 21:21, 25 August 2013 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

notes about modifying the firmware of Netduino Plus 2

Instructions on how to build the default firmware using YAGARTO 20110429, I've gotten this to work. Do not attempt to use any other GCC version, only 4.6.0 works, 4.6.2 will not work. Do not attempt to update the firmware if a new one is available.

Native Code Interop

Pin Mapping

See "STM32_GPIO_functions.cpp", it uses

GPIO_TypeDef* port = Port(pin >> 4);

and

#define Port(port) ((GPIO_TypeDef *) (GPIOA_BASE + (port << 10)))

Other People's Tutorials

From miloush.net

From Adeneo Embedded

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox