This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MDK-ARM compilation of huge data

Hi all,

There is a need for compilation of structure that contains more than 7 MB of data. MDK-ARM (Professional, version 5.12.0.0) stops working after compilation, though a binary file is successfully created. As one can understand from Keil site there is a limitation: an output file nor grater than 4 megabytes can be generated. It was practically checked that in case when data did not exceed 4 megabytes, compilation finished successfully with no failure of Keil's work but adding data over 4 MB leads to failure. However, it must exist some ways to bypass this restriction. Could someone tell how to compile such huge data, please?

Thanks in advance!