• C166 : locate some variables in a specified area memory
    Hello, I use Keil µvision 3.60 I need to store some variables from different files.c in the same memory area in order. I saw there are link directives such ORDER, SECTIONS, GROUPS, but it seems these...
  • C166 : locate some variables in a specified area memory
    Hello, I use Keil µvision 3.60 I need to store some variables from different files.c in the same memory area in order. I saw there are link directives such ORDER, SECTIONS, GROUPS, but it seems these...
  • Problems after update from c166 v5.00 to c166 v5.05 (v6.02)
    Hello all, I have just updated from c166 v5.00 to v5.05 but the generated assembler code differs and the program is running errorious. I'm using an XC161CJ. the instruction: #define CC1_IOC_STAG...
  • Problems after update from c166 v5.00 to c166 v5.05 (v6.02)
    Hello all, I have just updated from c166 v5.00 to v5.05 but the generated assembler code differs and the program is running errorious. I'm using an XC161CJ. the instruction: #define CC1_IOC_STAG...
  • ARM GCC is missing some builtins for ARMv7-M Thumb
    I'm writing embedded code for the Cortex-M4 using ARM GCC 11.2.1, and wish to call the SMLAxy instruction from C code. Ideally, I'd like to do this with built-in functions like: int res0 = __builtin_arm_smlabb...