• working with Keil 4 and other software
    hello, I am using Keil 4 and tritan (another s/w like Keil). when I download the program using tritan into LPC2148, it is running but the same program but using keil is not working...I am not understanding...
  • working with Keil 4 and other software
    hello, I am using Keil 4 and tritan (another s/w like Keil). when I download the program using tritan into LPC2148, it is running but the same program but using keil is not working...I am not understanding...
  • Keil uVision program not starting when flashed to other flash memory address
    Hi, I am using Keil uVision V5.37.0.0. free version with uC STM32G041C8T6 and ULINK-ME programmer/debugger. Flash memory starts at 0x08000.00000. I would like the application to get stored into flash...
  • 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}; ...