cancel
Showing results for 
Search instead for 
Did you mean: 

Place stemwin fonts in external flash

aurelien2
Associate II
Posted on April 04, 2016 at 19:49

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.

2 REPLIES 2
Radosław
Senior
Posted on April 04, 2016 at 19:54

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.

aurelien2
Associate II
Posted on April 05, 2016 at 17:39

I use atollic true strudio. I have checked ''build output format'' in tool setting but it generate only one hex file. Can I program external nor flash with this file and ST Link utility?