• 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...
  • 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...
  • 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 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;...