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

SPI Flash burning

Hi,

I have to program external SPI flash (W25X16BV) connected to the LM3S9B90 via the SSI port and using ULINK2.
(I should burn about 1,5Mbyte data into the serial flash.)
I should make an xxx.FLM algorithm for the uVision but the sample codes are made usually for burning the internal flash of the controller.
Has anybody a sample project or any suggestion based on which I can make my code?

Thanks in advance,
Peter

  • There are a few of flash algorithms for SPI flash programming for example in folder \Keil\ARM\Flash\STM32F10x_M25P64\

    Also in Keil\ARM\Flash you can find some more algorithms for programming DataFlash with Atmel SAM9 microcontrollers.