• Keil Named Register Variable not working
    Somebody ever used named register variables successfully and can tell me what i am doing wrong? example code: #pragma O0 // optimization off #pragma thumb // thumb mode __global_reg(8) int myR8;...
  • Named register variables
    Hello! In one of my applications i need to copy value of a register in a C variable. Because I work with a LM3S811 I cannot use inline assembler (because it is not permitted when generating Thumb code...
  • Named register failed compilation
    Hello! Everybody! Please help me. I would like to use named register. R6 for example. After a subroutine, which modify this register, the compiler doesnt recognize it, and place a nop where I...
  • Register to know the STM32 product
    Hello everyone, Is there any register to proceed to know the product of the STM32. Best regards.
  • array with names
    hello to all of you, is there a way to have a array and give each element of the array a special name? An example: float my_array[20]; . . for(i=0;i<20;i++) send(my_array[i]; . . and each element...