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

External Flash

Hi,
Currently I'm using LPC2478 that has 512KB Internal flash with my ULINK2.
It works fine - I can downlaod flash, Debug, Run....

512KB become too small - I would like to move to bigger flash size (without changing NXP).

I Can use the LPC2470 (without internal flash) and connect it to the SST39x160x (that is supported by the ULINK2).
When I do that- I will loose something?
Can I still download , Debug, and run the target with the JTAG and ULINK2?

Regards,
Doron

Parents
  • 512KB become too small - I would like to move to bigger flash size

    Hmm... It would be a good idea to stop for a minute and think about why you are running out of memory. If you have a lot of data in ROM (like content for a web server) it should be easy to offload the data into an external serial flash memory device. If you actually have 512 KB of code, maybe the structure of your program is far from optimal?

    Can I still download , Debug, and run the target with the JTAG and ULINK2?

    Not sure if uVision can burn an internal flash out of the box, but running and debugging the code should present no problems.

Reply
  • 512KB become too small - I would like to move to bigger flash size

    Hmm... It would be a good idea to stop for a minute and think about why you are running out of memory. If you have a lot of data in ROM (like content for a web server) it should be easy to offload the data into an external serial flash memory device. If you actually have 512 KB of code, maybe the structure of your program is far from optimal?

    Can I still download , Debug, and run the target with the JTAG and ULINK2?

    Not sure if uVision can burn an internal flash out of the box, but running and debugging the code should present no problems.

Children