Other Parts Discussed in Thread: HALCOGEN
Hello everybody,
I am using TI FEE API to store some information in Flash memory, I created the sectors and blocks; following the example of the HALCoGen I managed to write in the Flash memory; but I have a question in making changes in data stored, I want to write the new data in the same direction as old data were, I mean, when I use TI_FEE_WriteSync() new block is created with the data changed and when I make another change new block is created and so.
Is there any way to avoid this behavior?