• why does this assembly fail?
    Hello, I have this C code int value_a, value_b ; value_a = value_b ; that translates to this assembly: 0x0002B128 E58D600C STR R6,[R13,#0x000C] but the assignment fails - both variables...
  • Conditional compiling in Keil MDK-ARM
    Hi, We are using LPC2478 in our system with Keil RTX OS. We use Keil uVision v474. Our code is C based with above 300 files segregated in different folders. Currently, our project is such that...
  • 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...
  • Compiler Info for MDK- arm professional
    1. Which version of C programming is used in MDK -Arm, is it C99. 2. Is Compiler real-view, as in option we get path of compiler as Keil/Arm/RV31. But on Keil website it says compiler is ARM C/C...
  • Does MDK-ARM support Cortex-R4 simulation
    Hi All I am using the evaluation version of MDK-ARM. I am getting an error when trying to simulate a Cortex-R4 based project. So, my question is does keil support simulation of cortex-r4 processor...