• Cortex M3 - Conditions for IT folding
    Hi folks, Some weeks ago, I discover the mechanism of IT instruction folding supported by the cortex-M3. As mentionned in 'Cortex-M3 Devices Generic User Guide', "In some situations, the processor can...
  • Cortex M3 - Conditions for IT folding
    Hi folks, Some weeks ago, I discover the mechanism of IT instruction folding supported by the cortex-M3. As mentionned in 'Cortex-M3 Devices Generic User Guide', "In some situations, the processor can...
  • Constant variable
    I have declared around 15 variables as, code constant float var1 = 1.0; code constant float var2 = 3.5; . . . . when i see my file.m51 the file is showing these variables are located in xdata...
  • Constant Type
    Hi All,, I could not understand about what is meant by Type of a constant data type ?? forexample why is it needed to write a constatnt like 0x123455678L .. what does this trailing L means ?? What...
  • Importing constants
    How to import to a *.c file a constant defined in a *.asm file with EQU directive ?