• Sections
    Hello, I am trying to convert a project from uVision 1 (C166 V3.11) to uVision 2 (C166 V4.20). After importing the old project and building it, I get linker errors L110:CANNOT FIND SECTION OR REGBANK...
  • SROM Sections
    I have an XC167 application that needs to place the code from two modules into the SROM class in order to copy code from Flash to the internal program memory. I can use the following in the User Sections...
  • syntax error
    #include<stdio.h> #include<reg51.h> void main () { int i; p1=0x0FF; while(1) { for (i=0;i<10000;i++); p1=0x0FF; for (i=0;i<10000;i++); P1=0x00; } } Build target 'Target 1' assembling blink...
  • syntax error
    in one of my program i use P2=some hex value then keil give me errorc141.Now how can i solve it..help me quick.Thanx in advance.