Difference: AMC13FlashProgramming (3 vs. 4)

Revision 410 Jan 2012 - EricHazen

Line: 1 to 1
 
META TOPICPARENT name="HcalDTC"

Flash Programming

Line: 6 to 6
 
  • 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.
Deleted:
<
<
Need to essentially port this C++ code (DCC2Programmer.cc) to Python.

Flash control registers listed in table below.

Name IPbus address Description
F_wbuf ? flash write buffer
F_rbuf ? flash read buffer
F_cmd ? flash command register

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

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback