• 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 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...
  • STM32 CAN registers name in keil
    Hi all ! Excuse me for my english ! I have a problem with CAN controller in STM32F107 . For use the registers of reference manual in keil, must use the nick name of each register that available...
  • STM32 CAN registers name in keil
    Hi all ! Excuse me for my english ! I have a problem with CAN controller in STM32F107 . For use the registers of reference manual in keil, must use the nick name of each register that available...
  • 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...