• How to force string (rodata.str) alignment with ARM 6.6.3
    Hi is there a way to force constant strings to be aligned on 4 byte boundary? For example: createTask("Taskname"); I tried the linker option "OVERALIGN", but it just generates a warning. Cheers...
  • force gcc usign ARM instruction set,why there are 2byte aligned instructions?
  • Force function to be in CODE instead of ECODE
    Hi, I've configured the memory model to HUGE and I have more than 64kb ROM space. I'm working on a project using C compiler. I noticed that if I declare the ECODE class, all functions will be placed...
  • Code Alignment in A51?
    Hi, I'm having troubles with translating this code from IAR to KEIL taken from TI cc1110 datasheet which aligns the halFlashDmaTrigger function to 2-bytes boundary: MODULE flashDmaTrigger.s51 RSEG...
  • Force a function to not use xdata
    I have a function that uses xdata in one of it's helper functions. How do I prevent it from doing so?