Referring to sprabb1b.pdf "Using the TMS320C6747/45/43 Bootloader", this documents the AIS format, and the functions supported by the ROM of these devices.
I am writing an AIS generator that will use the "Section Fill command".
4.2 Section Fill Command (0x5853590A)
[addr][size][type][pattern]
However, the encoding of the 'type' field is not specified.
Also how the pattern field is used when the type is not 32 bits.
Can anyone tell me the details.
Alternatively, a link to the ROM bootloader source code would allow me to find the same info indirectly.
thanks