From e18e5b3d2559f5f0395ffe79416cdca3abc89310 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 14 Feb 2021 16:01:15 +0000 Subject: Start restructuring for Pelican --- pelican/content/AlphaBoard.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pelican/content/AlphaBoard.md (limited to 'pelican/content/AlphaBoard.md') diff --git a/pelican/content/AlphaBoard.md b/pelican/content/AlphaBoard.md new file mode 100644 index 0000000..9dd7fee --- /dev/null +++ b/pelican/content/AlphaBoard.md @@ -0,0 +1,36 @@ +# Alpha Board + +## Rev 02 + +### Components + + +- ARM Processor: [STM32F429](http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f4-series/stm32f429-439.html) +- FPGA: [Xilinx Artix-7 XC7A200T-1](http://www.xilinx.com/products/silicon-devices/fpga/artix-7.html) +- Tamper Circuit: [ATtiny828](http://www.atmel.com/devices/ATTINY828.aspx) + + + + +### Status LEDs + +| ID | Color | Meaning | +|---|---|---| +| 01 | Green | ARM LED 2 | +| 02 | Red | ARM LED 4 | +| 03 | Blue | ARM LED 1 | +| 04 | Yellow | ARM LED 3 | +| 05 | Yellow | Application Access USB UART Rx | +| 06 | Green | Application Access USB UART Tx | +| 07 | Yellow | Management Access USB UART Rx | +| 08 | Green | Management Access USB UART Tx | +| 09 | Green | AVR LED 2 | +| 10 | Red | AVR LED 4 | +| 11 | Blue | AVR LED 1 | +| 12 | Yellow | AVR LED 3 | +| 13 | Red | FPGA Config NOT DONE | +| 14 | Red | FPGA LED 3 | +| 15 | Green | FPGA LED 1 | +| 16 | Yellow | FPGA LED 2 | +| 17 | Blue | FPGA LED 0. [Toggles with sys_clk when FMC is active.](https://trac.cryptech.is/browser/core/comm/fmc/src/rtl/fmc_indicator.v) | +| 18 | Green | Power OK | -- cgit v1.2.3