Flashing CFI devices?

Hi,

I’d like to connect a M28W320 flash (4MB, manufactured by ST) to an LPC2290 and use OpenOCD to program it. The flash seems to be CFI-compliant. Has someone tried to use ST flash chips with OpenOCD? Do you think it will work?

If not can you tell me the part number of some flash chip that run well with OpenOCD?

While I was searching in the forum I found thisviewtopic.php?t=5856 topic :frowning: that however is one year old. Is the support for that flash improved now?

This flash is supported by openocd

This is the config line to program the str710 eval board mentioned in that post.

flash bank cfi 0x60000000 0x400000 2 2 0

make sure you set up a working area though otherwise it may be slow.

Cheers

Spen

Does anyone here had a version of OCD which support SST39VF1601 and is able to communicate with Olimex USB JTAG ? It need not be a stable version, but one which can program my Flash.

I urgently need this version of OCD to test out with my board, and is having problem changing the source code of the latest OCD to support the SST flash.

Hope someone can help out… thanks a million.