• odd erros
    Hi I have written am tiny bootloader to program 80C597AF and it works fine few days before but suddenly it stop working and show me error; Searching CPU not found I have also tried some other...
  • erroe C141 and c202
    my program is this: #include <REGX51.h> #include <math.h> #define s_pin P2^0; #define w_sensor P2^7; #define red_led P3^0; #define yellow_led P3^1; #define buzr P1^0; main() { while...
  • Erro "Cannot open Port"
    Hallo all, My project is for AT89C51CC03.In keil uvision4 i copy header file and include this file in following file. #include<stdio.h> #include "AT89C51CC03_HEADER.h" void main(void) ...
  • ds5 armcc link erro
    I am building a shared library for my own os with armcc(for some reason used the stdlib's 'malloc'), the link options is "--fpic --shared --linker_script="../lscript.ld" ",buf I got a link fault with...
  • update MDK , and generate erro
    I am maintaining a project which is worked with ARM COMPILER V2.53 and is finished six years ago . The development platform is lost, I try to build and download the latest Keil MDK 4.6. There...