??? 10/02/06 13:35 Read: times |
#125599 - My predecessor did just that Responding to: ???'s previous message |
DON'T try using FLASH as RAM without a lot of care. FLASH has a very finite number of erase cycles before it becomes unreliable
My predecessor did just that and now we are replacing code all over the place because of 'flash failures'. The new code condider the sector previously used for this DEAD and has a 'walking write' and is calculated to keep the flash going for 50 years instead of the 5 my predecessors code allowed. Erik For your app I would not consider anything but a parallel FRAM ( http://www.ramtron.com ) it would drop the requirement for reload and allow you to run at full speed (you WILL be surprised how much speed you need for scrolling) |