cancel
Showing results for 
Search instead for 
Did you mean: 

Flash emulation workaround

rob239955_st
Associate II
Posted on November 22, 2004 at 12:15

Flash emulation workaround

3 REPLIES 3
rob239955_st
Associate II
Posted on October 29, 2004 at 09:48

Hi

I'm using the 72F264 flash memory as eeprom in my application, problem is the DVP3 tells me it can't emulate the flash control register, in fact i get a stop error every time it's accessed.

This causes a problem trying to run the application in real time!

Does any know a work around for this?, i can put a define in to block accesses to the fcsr when emulating, but will the dvp3 then allow me to write to the flash memory and read back the data?

Thanks

rob carter

jatin
Associate II
Posted on November 22, 2004 at 08:50

No, it is not possible with DVP3 or emulator as it does not have the true flash.

alphonse
Associate
Posted on November 22, 2004 at 12:15

Moderator is right, Flash is not emulated.

The only work around on DVP3 is to avoid read/write to FCSR and modify the mapping of program area as RAM instead ROM.

That will alows you write to the program memory and read back the data.

But be carefful, this modification will remove the protection of program memory.

Regards