This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

What is the max size of binary file allowed by the free Keil ARM MDK included in SDK 13.0 ?

Some of you may be using the ARM compiler that Nordic provides with SDK 13.0. I was not able to install it on my PC as it does not want to install since it sees another other ARM MDK which I use. I can only compile up to 32 Kb of code with the evaluation compiler V 5.23. How much code can be compiled with the compiler supplied in SDK 13.0? If it is more than 32K, I want to figure out how to get it running.

Thanks,

Mark

Parents
  • The MDK is not the full development environment. It is additional files required for compiling and building projects for the particular system which is the nRF51 or nRF52. The msi installers are for installing these extra files for Keil 4 and for IAR. In the case of Keil 5 you will be prompted when you open a project, for installing missing files. In all cases you must install the IDE separately.

Reply
  • The MDK is not the full development environment. It is additional files required for compiling and building projects for the particular system which is the nRF51 or nRF52. The msi installers are for installing these extra files for Keil 4 and for IAR. In the case of Keil 5 you will be prompted when you open a project, for installing missing files. In all cases you must install the IDE separately.

Children
No Data
Related