Flash Programming
Preliminary Python tools (using
PyChips) which support AMC13 flash programming:
- amc13_python_2012-01-05.tar.gz
-- Initial pre-release. To use, install PyChips, change to amc13_python/src_amc13 and enter "python p_flash_v4.py". These tools assume the default I/P address of 192.168.1.20 for the AMC13.
Need to essentially port this C++ code
(
DCC2Programmer.cc
)
to Python.
Flash control registers listed in table below.
All registers are 32 bits wide. Multiple bytes are stored with the first byte in the upper 8 bits, etc.
Word Bits |
31..24 |
23..16 |
15..8 |
7..0 |
Byte Number |
0 |
1 |
2 |
3 |
F_wbuf holds a sequence of command and data bytes to be sent to the flash.
Flash Programming Details
Check Status
Handy Links
--
EricHazen - 06 Dec 2011