• How to reduce the size of .axf file
    Hello, I work with the Nordic nRF52832 development board, it has flash memory of 512KB. The projects that i build and upload using keil uvision 5 appear to generate .axf files that exceed that...
  • 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...
  • code reduce
    Hi All I'm writing a software for 8 bit architecture using uvision 2. But when I try to compile my project using uvision2 it gives the following error *** ERROR L107: ADDRESS SPACE OVERFLOW ....
  • 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...
  • 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;...