This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

what's the meaning of the arguments in the ais file



Q1:in the sprabb1b.pdf, page 6,  4.2 Section Fill Command,

it just say" the type of memory access(8/16/32-bit)", but what's the detail?

 

Q2,Jump Command / Jump&Close Command

i want to know how can i jump the address which is the argument of opcode?

because i want to read the ais file by a secondary bootloader.

  • Q1) This should be programmed similarly to the Length field of Table 2. We will update the app note to make this more clear. 0=8-bit, 1=16-bit 2=32-bit.

    Q2) In that case you can first perform a Section Load of your secondary boot loader and then use the Jump & Close Command to jump to the address where that is loaded.

    Jeff