ARM Integrator-CP IRQTimerPICTasksMMAndMods: Difference between revisions

m
forgot to add better explanation
[unchecked revision][unchecked revision]
m (fixed two things)
m (forgot to add better explanation)
Line 32:
=== Attaching A Module ===
==== Python Script ====
This scripts pads the module to a 32-bit boundary so reads will be aligned., and inserts the
special header so it can be located. The header contains a few fields, see C code further down to see a structure defined for the header. The module can present it's own fields in the header through the ''slots'' field.
 
<source lang="python">
#!/usr/bin/python3
294

edits