• _sys_exit(int x) error
    *** Using Compiler 'V5.06 update 5 (build 528)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' Build target 'Target 1' compiling usart.c... SYSTEM\usart\usart.c(30): error: #260-D: explicit type is missing ...
  • when will lib call _sys_exit(int returncode)?
    hello , everybody I want to know when will lib call _sys_exit(int return_code)? and how about the parameter return_code? I hope this function can help me to find some problem in my program...
  • IAP return code 4
    I am trying to do an IAP flash ,i am getting IAP return code in LPC2362 as 4 which means SRC_ADDR_NOT_MAPPED Source address is not mapped in the memory map. Count value is taken in to consideration where...
  • Command Line return code
    Hi there, I am using UV4 from the command line as such: > UV4.exe -b myproj.uvproj and this works fine, the build completes and returns "0" However, whenever I use the same to try and...
  • Unexpected return code from os_mbx_send
    I am using : µVision V4.22.22.0 Toolchain: MDK-ARM Standard Version: 4.22a This code is causing my problem: U8 res = os_mbx_send (CB_XMIT_MAILBOX, packetInfo, 0xFFFF); if(OS_R_OK != res) ...