Unable to Use Flash Driver and EED together
- March 31, 2017
- 1 reply
- 1777 views
Hello All,
I am working on SPC560B54L5 board using SPC5studio version 5.2.3.
Since the code for EED(EEPROM Emulation Driver) is not getting generated automatically in version 5.2.3, I updated the plugin for EED locally, shared in ST community
Now, if I am working only with EED component the application is working fine. But when I am trying to add both Flash and EED component together in the application, it is giving error as ''conflicting types for FlashInit()'', since the prototype of FlashInit() for both the drivers is same, please refer FlashInit() in eed_flash.h of EED component and ssd_c90fl.h of Flash component. It differs only with the formal argument.
In my application I should use both the EED and Flash components.I am attaching my test application and compilation error screenshot with this kindly check and provide your valuable suggestion for resolving the reported issue.
Thanks in Advance
Regards,
R.Santhamurthy
Note: this post was migrated and contained many threaded conversations, some content may be missing.