• Can I reduce the size of jmp_buf?
    Hi, The jmp_buf defined in setjmp.h needs a large buffer, typedef __int64 jmp_buf[48]; //384 bytes As we checked in function setjmp/longjmp used by Cortex M0/M3, it is used to save only few run...
  • Reduce size code using strings
    Hi everybody. I am developping an embedded application using an ARM cortex M0. I have 32k of program memory, so i want the smallest footprint as possible. I want to use C++ and strings because in...
  • How to reduce the size of data section in lpc 2214.?
    Hi, i am develope a code in LPC2214 the max.RAm size is 16K,but i have a code,that size is exceeds 16K.I want to reduce my Data section in PRogram,for that purpose i used the #IFDEF preprocessor, even...
  • UNIX file system (case sensitive) and *.axf or *.AXF :-(
    Hey folks, i have a problem with my workspace in a Unix file system. Keil uVision stores the *.axf file extension in lower case. But when i try to flash the project on target, uVision searches a...
  • How to reduce Interrupt-Jitter
    Hello to everyone. This is my Code: void FIQ_Handler(void) __irq { T1CLRI = 0x55; // T1CLRI is an 8-bit register. // Writing any value to this register clears the Timer1 interrupt. GP4SET = 0x00040000;...