• error: A1355U: A Label was found which was in no AREA
    Hi trying to build a uccosii port on keil uvision3. am getting the following errors ..\BSP\LPC2378_Flash.scat(11): error: A1355U: A Label was found which was in no AREA assembling LPC2378_RAM...
  • error: A1355U: A Label was found which was in no AREA
    Hello, My project can't creat *.axf file for this error: A1355U: A Label was found which was in no AREA Could anyone help me? Thanks for advance!
  • Error code A1163E/A1355U
    Hello, Im working on a project using FRDM-KL25Z and using Keil uVision5. When i compile my code I keep getting the same 3 errors. I posted a link to the picture. Someone help please. https://ibb...
  • Constant errors A1163E and A1355U
    I always keep getting 2 errors and they are: a.s(2): error: A1163E: Unknown opcode AREA, , expecting opcode or Macro a.s(3): error: A1355U: A Label was found which was in no AREA no matter what...
  • error in label
    i am makinga 4x4 keypad interacing program where da character pressed has to be sent serially to anothr board.. checking all 4 coulumns for each row, i gave a an exit command jb col4 exit where...