• ULink-Pro verses JLink-Ultra
    It seems to me that the JLink-Ultra offers a lot more than the ULink-Pro but is this always going to be the case? I pay annually for support for Keil, so if I buy a ULink-Pro that all comes with...
  • VBIC immediate
    I'm looking for the intrinsic that corresponds to VBIC{cond}.datatype Qd, #imm I can't find it and it's not listed as not implemented.
  • Pass in an immediate value to an inline assembly function
    Note: This was originally posted on 6th March 2009 at http://forums.arm.com Hi, I would like to pass in an immediate value to an inline assembly function, such as in this example: inline int foo(int a...
  • var arg, __VA_ARGS__, C99
    hi, i was wondering if anything has changed since nov.2006 in the field of variable arguments in macros. does anybody know something about a support of __VA_ARGS__ in the current c-compiler?...
  • Init Vars and Clear Memory
    I have these set to 1 in my startup file, CLR_MEMORY INIT_VARS. I would like to know if this clears all internal and external ram ? and the vars ? I ask because when i start to debug, upto main, via...