Hi,
I'm testing the FEE module on the TMS570LS3137. I start with the HalCoGen example, and now I'm testing the management of the different blocks.
I select 2 blocks in halcogen and all of them have 5 bytes of size.
The issues comes when I try to write asynchronously in block 1 and then, write asynchronously in block 2 in the same virtual sector. This doesn't work unless I invalidate the block 1 before write asynchronously in block 2.
This means that I can't use different blocks of data at the same time? How can I do it?
Thanks in advance,