From a21be46665461cf47223280ec1d8c07602f01133 Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Sat, 17 Jan 2015 10:10:38 -0800 Subject: [PATCH] Created Board FEZ Cerb40 II (markdown) --- Board-FEZ-Cerb40-II.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Board-FEZ-Cerb40-II.md diff --git a/Board-FEZ-Cerb40-II.md b/Board-FEZ-Cerb40-II.md new file mode 100644 index 0000000..d5a0357 --- /dev/null +++ b/Board-FEZ-Cerb40-II.md @@ -0,0 +1,19 @@ +Cortex M4 +* GHI Electronics FEZ Cerb40 II https://www.ghielectronics.com/catalog/product/450 + +###Features### +* STM32F405RGT6 ARM 32 bit CORTEX M4™ 168MHz +* 1024KB FLASH, 192kB SRAM +* 12 MHz crystal +* 32.768 kHz RTC Crystal +* MiniUSB connector +* on-board 3.3V regulator + +This is basically about as bare bones as you can get for an STM32F405 board. + +###Status### +Supported using BOARD=CERB40 + +To flash, connect the LOADER pin to 3.3V while resetting (or plugging in the USB). This will put the board into DFU mode. + +Remaining instructions are as per pyboard. \ No newline at end of file