-
Notifications
You must be signed in to change notification settings - Fork 2
Components STM32F051
supramaterial edited this page Feb 4, 2014
·
3 revisions
The Ellduino development board has the STM32F051 micro controller as its main and only processing unit. While we may change the choice for any later boards, we chose this MCU because it is relatively new, offers a good choice of peripherals, and has inexpensive packages if purchased in large numbers. Hence, it has the potential of allowing us to create low-cost PoE devices. (And, of course, Pekka Nikander happened to already know the chip quite well.)
- STM Product catalog page
- Data sheet (DM00039193.pdf)
- Programming manual (PM0215) (DM00051352.pdf)
- Reference manual (RM0091) (DM00031936.pdf)
- Cortex-M0 Technical Reference Manual (DDI0432C_cortex_m0_r0p0_trm.pdf)
- ARMv6-M Architecture Reference Manual (DDI0419C_arm_architecture_v6m_reference_manual.pdf)