TMS570LS1224: FEE Writing in asynchronous mode maximum is 8 bytes in the FEE block

Part Number: TMS570LS1224

Tool/software:

Hello, 

I wanted to confirm a behavior using the write asynchronous with FEE.

I created 2 blocks of 1200 bytes each.

  

When I am triggering the asynchronous write, I am using then the TI_Fee_MainFunction(), to complete the job to not block my task here (or as it would be with a synchronous write).

What I was not expecting is that only 8 bytes (see below my pattern written in the block 0xABABABAB 0xABABABAB) are written in the fee each times I trigger TI_Fee_MainFunction(). I though that more data could be written in on shot in the background when FEE is trigger.

So it will take me more time to fill the block that I was thinking using the asynchronous mode.

Do you confirm this behavior (8 bytes written at a time) ?

Thank you !

Regards,

Marc