Difference between revisions of "DSP:LoadComponent"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | (halfword) (observed 0x00FF) (Program ram blocks the component should be loaded into) |
|- | |- | ||
| 3 | | 3 | ||
− | | | + | | (halfword) (observed 0x00FF) (Data ram blocks the component should be loaded into) |
|- | |- | ||
| 4 | | 4 |
Revision as of 20:41, 11 January 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x001100c2] |
1 | size |
2 | (halfword) (observed 0x00FF) (Program ram blocks the component should be loaded into) |
3 | (halfword) (observed 0x00FF) (Data ram blocks the component should be loaded into) |
4 | (size<<4) | 0xA |
5 | buffer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Resultcode |
2 | (Byte)ComponentLoaded (0 is not loaded 1 is loaded) |