Sep 23, 2019
12:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sep 23, 2019
12:01 PM
Hello,
We're looking for a solution for using the DFlash section of memory that will perform eeprom emulation for us, rather than writing a specific driver for it. So far we've not found much other than an old reference to an XC2000 processor from infineon.
Is there a driver written for doing eeprom emulation on the Aurix, or is it expected that the customer implement their own eeprom emulation?
Cheers,
We're looking for a solution for using the DFlash section of memory that will perform eeprom emulation for us, rather than writing a specific driver for it. So far we've not found much other than an old reference to an XC2000 processor from infineon.
Is there a driver written for doing eeprom emulation on the Aurix, or is it expected that the customer implement their own eeprom emulation?
Cheers,
3 Replies
Sep 25, 2019
06:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sep 25, 2019
06:08 AM
Are you planning on using AUTOSAR? There is a specific AUTOSAR driver called FEE (Flash EEPROM Emulation) that would serve your purpose. It is part of the basic MCAL driver package. You can find the specification at http://www.autosar.org.
Oct 02, 2019
07:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 02, 2019
07:57 AM
Scott Winder wrote:
Are you planning on using AUTOSAR? There is a specific AUTOSAR driver called FEE (Flash EEPROM Emulation) that would serve your purpose. It is part of the basic MCAL driver package. You can find the specification at http://www.autosar.org.
At the moment we were not planning on using Autosar, we're writing our own system from scratch. I looked at the FEE driver specification and I think it would help us write our own eeprom emulator if that's what we have to do.
Oct 07, 2019
11:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 07, 2019
11:41 AM
It is possible to use the MCAL FEE driver in a non-AUTOSAR environment. You can buy a license for FEE by itself.
Writing your own FEE driver is a significant investment. It's hard to tiptoe around the Erase Disturb limitation.
Writing your own FEE driver is a significant investment. It's hard to tiptoe around the Erase Disturb limitation.
This widget could not be displayed.