there is a hex file from a C project. I want to download this hex file on LPC1768's flash with some raw data which I use it in the code on runtime ( for initializing data in the code ). I know when I write it on the board, in the run time, LPC1768 copies data from flash on the memory.
problem 1: how to download raw data with hex file, with jflash?
problem 2: how can I find where the raw data copied on the memory, to use it in the runtime?