2021-05-21 07:43 AM
I have tried a lot in creating a FLM file as well as how to configure the necessary settings in the Keil program. I am using w25q128 serial memory with quadspi protocol with stm32f746igt processor
Use this method because the processor is low on memory
#quadspi #w25q128
2021-05-23 06:50 AM
2021-05-23 12:12 PM
Ok, had to build in Keil rather than GNU/GCC
If you have the load problem you need to make sure there is enough RAM allocated, at least 32KB
2021-05-23 02:53 PM
"Cannot Load Flash Programmer Algorithm!" this can occur if there's not enough RAM allocated. The transaction window will typically specify the reason.
For the Keil builds looked to need at least 32KB (0x8000), need to figure how to get more dead code removal to kick in, the GNU/GCC builds where physically smaller.
2021-05-24 11:37 AM