Hello
I used the S32DS tool to generate the Fee sample software. I saw that the Fee, MemAcc and Mem_43_INFLS components were generated in the MCAL layer. And the fee interface was used in the main function to perform read and write operations.
But I noticed that it is inconvenient to use the Fee read and write interface to perform operations. After each read and write, the functions Fee_MainFunction() and MemAcc_MainFunction() need to be polled to perform the corresponding actions, which is not practical in actual applications.
Do you have an upper-level Flash data storage management module? Like the sample code of the NVM module in AutoSar?
BestRegards
Simon