• Is there a way to check the stack size during runtime?
    Is there a way to check the stack size during runtime? I use a Freescale K10 MCU.
  • Reading the Flash from the ST10 during Runtime
    Hi I try to read my flashdata during the execution but it didnt run because the systen hangs after the following inline source: __asm { push R5 push R6 push R7 mov R5, #01554h mov R6...
  • Check heap & stack size during debug
    Hi, How can I check heap & stack size during debugging. I am using LPC1317 with Keil 4.54.0.0
  • St10 User stack
    Hi all, I have a question about ST10 user stack. In my linker file, I located it at 0xF0100, size x2000; so from 0xF0100 to 0xF20FF In my startup file, I can see the user stack init : MOV R0,#DPP2...
  • User Stack Placement
    I am considering placing the user stack into internal ram. It defaults into near which is assigned to the first 16k external ram. I am a bit confused about the asm in the startup file. The section Ex...