Flash Programming
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. These must be
Flash Programming Details
Check Status
Handy Links
--
EricHazen - 06 Dec 2011