summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2021-10-25 21:11:47 +1300
committerDavid Phillips <david@yeah.nah.nz>2021-10-25 21:12:14 +1300
commit251d8754dc13d1edb8ed13836365323fb9ce6473 (patch)
treebff55ca248e30256f2d4ff5a0249e63ddadc256e
parente7a3f6377c18b346f455f5f7e5ad2a73d0a032f7 (diff)
downloadcolorlight-5a-75e-blinky-251d8754dc13d1edb8ed13836365323fb9ce6473.tar.xz
Add README.md
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b147f10
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# Obligatory blinky for the 5A-75E
+
+This quick-and-dirty design blinks the green user LED on the Colorlight 5A-75E
+at 1 Hz with a 50% duty. It divides the 25 MHz crystal oscillator input to the
+FPGA down with a counter to achieve this.
+
+## Notes
+
+I've seen one of the HC245s decide to oscillate if you flash this bitstream
+after letting the factory design start. It tried to draw my current limit of
+500 mA, and would presumably draw more if allowed. It's probably due to this
+design leaving unused I/Os in high-Z. It seems not to be able to get itself
+into the state when I set a lower current limit and/or a lower voltage on the
+board's main input, such as 300 mA and/or 3.3 V.
+
+Another workaround is not to load the factory design boot up.
+