• Cannot remove filename from project list.
    I successfully built a target using a set of files in Group 1 (the only group). I removed a file from the group because I intended to replace it. To do this, I right-clicked the file and clicked...
  • Microlib removing issue
    Hi everyone, I'm developing a project with lpc2478. Trying to access usb with fopen() it's always return error (even if i init, explore and format the usb correctly); searching around I read that...
  • Remove standard include paths
    I want to use different implementation of standard library with armcc, so I need to remove standard include paths. I know that it's possibly with armclang with -nostdinc option. There is an option...
  • TLKPS. DC OFFSET REMOVAL
    HI ALL. WHAT I MUST DO IS WRITE AN ALGORHYMN TO REMOVE THE DC OFFSET FROM A SIGNAL? (15-20V DC (NOT CONSTANT AND WILL NORMALLY BE IN THIS RANGE), 1 VPP SIGNAL OVERLAID ON TOP OF IT) I AM TRYING TO...
  • How to remove unused __aeabi_idivmod
    Hi, Does any one know how to remove unused __aeabi_idivmod? In SourceCode.htm, we can see __aeabi_idivmod is unused. But in SourceCode.map, it still occupy code memory. SourceCode.htm __aeabi_idivmod...