• OPTIMISING CODE
    HI all iam working on cygnal mcus,we have limited keil programme space of 1000bytes now my programme is yet to cross the limit . how to reduce the code size , if any one knows please put a reply to...
  • code optimisation
    what is meant by code optimization?how is it carried out?
  • optimisation settings causing odd behaviour
    Hi, I've recently been experiencing some concern regarding the behaviour of a program, for which the optimiser, when set to favour size [OPTIMIZE (6, SIZE)], occasionally leads to the contents of a...
  • RTX crash when setting an event in interrupt
    Hi all! My problem started with migration from MDK 401 to MDK 410 and is still happening on all new versions. Compile on my old computer with MDK401 always produced a flawless code, while program...
  • ArmCC Code optimisation
    Note: This was originally posted on 1st June 2011 at http://forums.arm.com Hi, I am trying to generate an assembly code for the following C structure access using armcc typedef struct {   char a : 4 ;...