• Deciding the SRAM requirement
    Hi, I want to select a new ARM controller for my project. I am thinking of going for LPC2103 which is having 32KB of FLASH and 8KB of SRAM. My code size will be less than 32KB, but I am not sure...
  • 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 to decide common codebank size?
    Could anyone tell me how to decide commonBank size? and How to check my program size in each bank? I am so confused that how to use codebank. I once changed the size of bank area, but found that my...
  • Realview and old Keil Assembler
    Hi, I am converting an old code to the Keil-Realview tool. I have this line, which was fine using the old tool. __asm{ LDR LR, [LR, #+60] }; The above generate the following error error...
  • ULINK2 was working - now no communication
    Help, I have a BLE SOC ARM Cortex M0 and a ULINk2 connected to the debugger in SW mode. EVERYTHING has been working fine until now. My device is programmed and running. I see the BLE advertisement...