• Codebanking: combining 2 Projects(Blootloader+Firmware)
    Hello Community, I have a problem with combining 2 Projects wich are both using Codebanking. I need Codebanking, because the codesize of the Firmware is over 64k. When I compile both Projects...
  • Codebanking: combining 2 Projects(Blootloader+Firmware)
    Hello Community, I have a problem with combining 2 Projects wich are both using Codebanking. I need Codebanking, because the codesize of the Firmware is over 64k. When I compile both Projects...
  • deciding on stack and heep size
    Hello I have a general question. Is there a method to find how much should be the size of stack and heep? I mean for example for a microcontroller with a 20KByte of SRAM what makes the developer...
  • deciding on stack and heep size
    Hello I have a general question. Is there a method to find how much should be the size of stack and heep? I mean for example for a microcontroller with a 20KByte of SRAM what makes the developer...
  • How memory type is decided when MMU is disabled ?
    Hi, I got a 'data abort' exception from a LDR instruction LDR w0, [x8]. It's because the address contained in x8 is not 4-byte aligned. I want to disable the aligment check so I did use '--nounaligment...