How can I replace Texts on a running Device?
Hello all,
I will replace Texts on a running device. I'm using a STM32F7 and a external Flash to store Texts, Fonts and Bitmaps. For different variants of the device, we have to replace some of these Texts, Fonts and Bitmaps in the production line.
The problem is that the new text can be longer or shorter than the old text. Of that reason the address of each texts in the Flash are different.
I'm looking for a solution to change texts and replace the start addresse of the Text section, on a running device.
So here my questions:
- Where is the adresse of each Text ( or the text area ) defined ?
- How can I change the address ?
Thanks for help
