Hi, I am using Keil uVision V5.37.0.0. When flashing my application into the uC I would like to automatically flash a precompiled data .hex file along with it. I looked through the Compiler User Guide and think it somehow should be possible using a scatterfile but I like to see an example before crawling throug this guide. My code starts at flash 0x0800 0000 and the data should reside at flash address 0x0800 C000.
you may refer to the link "Pre-Download Script" of the µVision user guide page:
developer.arm.com/.../Flash-Download-Configuration
Thanks!