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
  • Dear Sir,

    I dont know, whether is possible to flash program to external flash using FLIP already i asked the question, still i didn't get reply.

    But, i did by my own method. i written a firmware driver to write code to external flash.

    Means, initially i will run this driver in internal memory. the application code executable .bin file (means .hex file converted to .bin by using hex2bin.exe which is provided by keil) will be write to external flash at 0x0000h by receiving through serial port by putting EA pin to high(as per data sheet).
    and next power on i will make EA pin low (its jumper setting).

    its not working..

    Is this correct method...?

    If not, please suggest me.

    Regards
    Thiru N

Reply
  • Dear Sir,

    I dont know, whether is possible to flash program to external flash using FLIP already i asked the question, still i didn't get reply.

    But, i did by my own method. i written a firmware driver to write code to external flash.

    Means, initially i will run this driver in internal memory. the application code executable .bin file (means .hex file converted to .bin by using hex2bin.exe which is provided by keil) will be write to external flash at 0x0000h by receiving through serial port by putting EA pin to high(as per data sheet).
    and next power on i will make EA pin low (its jumper setting).

    its not working..

    Is this correct method...?

    If not, please suggest me.

    Regards
    Thiru N

Children