2016-04-04 10:49 AM
Hello, I use stemwin with stm32f7 controller. I would like to put fonts and bitmap in external nor flash memory. I have declared my section in linker file. But I don’t know how to generate hex or bin file to put in nor flash.
Thanks.
2016-04-04 10:54 AM
It should be in Hex automatically. Show Linker file.
But external memory are't suported by OpenOCD. You need flash it by external tool like STLink utility and start debug session without loading.2016-04-05 08:39 AM