• Compiler generates bad code ?
    I have spent a lot of time on this. Here is my observation: I am porting a piece of GNU code to the MCB2130 card using the Keil toolset (including the limited compiler that comes with the board). I...
  • Compiler generates bad code ?
    I have spent a lot of time on this. Here is my observation: I am porting a piece of GNU code to the MCB2130 card using the Keil toolset (including the limited compiler that comes with the board). I...
  • Why Keil generates differen outputs from the other compilers with the same code?
    I am using the following code in different compiler: #include <stdio.h> int main(void) { int i = 0; int b[10] = {100,101,102,103,104,105,106,107,108,109}; int c[10] = {0,1,2,3,4,5,6,7,8,9}; ...
  • Why Keil generates differen outputs from the other compilers with the same code?
    I am using the following code in different compiler: #include <stdio.h> int main(void) { int i = 0; int b[10] = {100,101,102,103,104,105,106,107,108,109}; int c[10] = {0,1,2,3,4,5,6,7,8,9}; ...
  • why is the support for ARM diabollically bad
    As a student being forced to learn the LPC21xx microcontrollers as part of my degree, I have found getting information and help extremely poor. Everything points you in the direction of the data...