• Debug Interface,cc1110 and cc1010,alternatives
    With all respect of each and every one of you,who I know are the best on this(Andy Neil,Westermark,Erik Malund,Dan Henry)I would ask some advice.first I should said that I have read a lot of posters...
  • Debug Interface,cc1110 and cc1010,alternatives
    With all respect of each and every one of you,who I know are the best on this(Andy Neil,Westermark,Erik Malund,Dan Henry)I would ask some advice.first I should said that I have read a lot of posters...
  • Extended asm alternative for Arm Compiler 5 (memory barriers)
    The following definitions make use of extended asm, which is not supported by Arm Compiler 5. static inline void dmb(void) { asm("dmb" ::: "memory"); } static inline void dsb(void) { asm(...
  • Extended asm alternative for Arm Compiler 5 (memory barriers)
    The following definitions make use of extended asm, which is not supported by Arm Compiler 5. static inline void dmb(void) { asm("dmb" ::: "memory"); } static inline void dsb(void) { asm(...
  • uVision IDE alternatives?
    I'm using uVision 5.25, and this IDE is difficult to work with. So I would like to use a different IDE that supports the Keil ARM toolchain. I see that Keil has an Eclipse IDE plugin for uVision 4 projects...