• string parse
    Hi, i am new on arm. does any one have a string parser example for lpc2138 cpu. Thanks Orko
  • "parse stack overflow" on C51
    I get this message when compiling my program. It's about 25KB big, and MC have 32KB... What should I do to compile bigger programs anway, because program is not completed yet, I have to add some more...
  • visibility of functions names in Library
    Hi, I made a library. when i build executable using library, the map file created shows all functions/variables of library. Can i strip the library, so that only functions used by executable are...
  • [Cortex-M3] SWO Packet Parsing
    Note: This was originally posted on 21st February 2012 at http://forums.arm.com Hi, I'm trying to play with SEGGER JLink device and ARM M3 micro in order to implement a SWV engine. Currently I set a SWD...
  • Parsing arguments to main() through debugger
    I am trying to pass arguments to main function while calling the program to execute through the debugger but it does not work. The debugger has automatically enabled me semihosting on my target (in ELF...