Other Parts Discussed in Thread: TMS570LS1224, HALCOGEN
Tool/software: TI C/C++ Compiler
Hello TI,
I have a question regarding the TI_Fee_Read - function :
Std_ReturnType TI_Fee_Read(
uint16 BlockNumber,
uint16 BlockOffset,
uint8* DataBufferPtr,
uint16 Length)
I am not able to read the data for a specific block number. For example I have configured 10 Fee blocks with different data sizes as it can be specified in ti_fee_cfg.h. After writing several times on different blocks by using the asynchronous write job and evaluating it on the Memory Browser, I wanted to readback all the dummy data I have written into the fee blocks.
But right now I am always reading the data content from the latest block which has been used to store data content. I mean the signature for the TI_Fee_Read is straight forward, but changing the "BlockNumber" after a read job doesn't cause anything. I am always getting the latest data which has been written into the FEE.