SPRABA5D January 2014 – January 2019 AM1802 , AM1802 , AM1806 , AM1806 , AM1808 , AM1808 , AM1810 , AM1810
The Section Fill command is an optimized version of the Section Load command, which is used when a section is completely filled with a pattern (for example, 0x00 or 0xFF).
This command takes four arguments: address and size of the section to be filled, the type of memory access, and the pattern that will fill the memory.
Value | Length of Data Pattern |
---|---|
0 | 8-bit |
1 | 16-bit |
2 | 32-bit |
When CRC checking is enabled, the address, size, type, and pattern arguments are fed into the CRC update function in that order. After the section is completely filled with the specified pattern, the section data is fed into the CRC update function beginning at the specified address.