STM32 SPI FRAM FM25V05 EXTERNAL LOADER ?
Hello
hope some one can shed some light please,
I have a STM32F446RE board with SPI1 setup for 8pin SPI FRAM memory
I have written my own firmware using DMA / SPI1 to read and write to this FRAM IC
This is a very fast no volatile memory IC that does not have the limitations of standard FLASH memory
Reading and Writing continuously SPI1 40MHz speed
It does not require or use Block / Page / Sector , polling, time delays for write etc.
Its just continually allows write at very high speed, so eliminates all the pain of poor endurance, latency of normal serial flash memory.
Can I find an external flash loader routine for this type of memory so I can use STcube programmer to load the FRAM with my custom data, of course not ????
Could someone please advise in very basic steps how to create a flash loader for my ST32446
I have tried looking at various flash files / github etc. but there is so much code relative to page size, block size, sector size etc. None of that is applicable for me
Just need to be able to read and write to the SPI, from cube programmer
please can someone advise how to make a simple external loader
Thank you
