• Declaring memory space in external memory
    Hi, I'm using the STM32F103ZD microcontroller. This uC is residing on some control board and is physically connected by it's address bus and data bus to an external 1M*16 SRAM memory chip. I...
  • Memory allocation
    Hello all, I am new to developing code for ARM based processors under the Keil environment and as such finding my way around the IDE. Can someone clarify how to accurately establish the following...
  • Stacktrace into memory
    Keil MDK ARM has cool feature named "Call Stack + Locals". While debugging in this windows we can see order of functions call (stacktrace) and local variables. Is it possible with MDK ARM save the stack...
  • dynamic memory
    hello, (NXP 1768 with RTX) i will use dynamic memory (heap size : 0x5120=20768) in my project. project allocate differente size in function of configuration. i count the size allocate heap use...
  • memory mismatch
    im trying to debug for the first time but i get this error: ULINK- ARM Error Memory Mismatch! Address: 0x00000344 Value: 0x10 Expected = 0x18 what does this error mean and how can i fix...