• problem during compiling
    How to run c++ embedded code on arm7(LPC2129) board using flash magic. I wrote LCD, LED, UART programming code by c++ , on Kiel uvision4(ie mdk472_a) compiler . In that I can do simulation, without...
  • problem during compiling
    How to run c++ embedded code on arm7(LPC2129) board using flash magic. I wrote LCD, LED, UART programming code by c++ , on Kiel uvision4(ie mdk472_a) compiler . In that I can do simulation, without...
  • ARM library error in arm keil need guidance in adding library issues during compilation of below code
    Hey I'm trying arm keil to run my code but I'm facing an error. here is files link drive.google.com/open here is an error *** Using Compiler 'V6.18', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin' ../USER...
  • Error during simulation
    hi, i have just started learning Keil simulation . I tried with simple programs and I tried the below one: #include<reg51.h> void main(void) { unsigned char z; for(z=0;z<100;z++) P1 = z; ...
  • Error during simulation
    hi, i have just started learning Keil simulation . I tried with simple programs and I tried the below one: #include<reg51.h> void main(void) { unsigned char z; for(z=0;z<100;z++) P1 = z; ...