This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Execute from External Flash and how to flash program to external flash.

Dear Sir/Madam,

I'm using At89C51Ed2 controller based controller board. In that board has the following interfaces

1. External Flash of 64Kb 2. External SRAM of 64Kb 3. Digital I/O 4. ADC 6. Display (LCD display)

Platform: Windows Xp3. Tools: Keil and Flash Programmer Flip.

My question is, Is there any potability to flash external Flash memory by using Flip software?

Can i execute code from external flash? is there any setting as per data sheet EA have to configure.

Regards ,
Thiru N

Parents
  • That's the kind of idea.

    Remember that an 8051 cannot write to its CODE memory space - so you you will need some other way to access your flash to be able to write to it...

    You will have to study the Flash datasheet to find the programming algorithm for it...

Reply
  • That's the kind of idea.

    Remember that an 8051 cannot write to its CODE memory space - so you you will need some other way to access your flash to be able to write to it...

    You will have to study the Flash datasheet to find the programming algorithm for it...

Children