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