We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
My application is split into two parts. Code, and some constant data, that resides in CODE space. Data, that resides in XDATA space. Due to memory constraints this is being built as two separate images, Code & Data. The Code is loaded into CODE space, the Data should be loaded into XDATA space before the Code starts to execute. Obviously loading the Code is something dScope does well. Is there a way to take a ABS/HEX image and load it into XDATA via dScope? Thanks in advance, Mark.
Thanks so far, I am actually building the hex file to load into XDATA as another image file. If I 'load' it, it will get loaded to CODE space. What do I need to put at the front of a hex file to force its contents to go to XDATA rather than CODE when loaded? Mark.