• How to disable stack area zero-init
    Hi, is there simple possibility to disable stack zero-init at startup (Keil MDK-ARM)? I'm trying to find some stack issues in the program, so I have filled the stack memory areas (multiple stacks...
  • How to disable stack area zero-init
    Hi, is there simple possibility to disable stack zero-init at startup (Keil MDK-ARM)? I'm trying to find some stack issues in the program, so I have filled the stack memory areas (multiple stacks...
  • how to get memory slot not zeroed
    I see options for target default start size Noinit 0x20000000 0x200 V 0x20000200 0xffff v and still a variable @ 0x20001348 zeroes out on reset/run Erik what then is the meaning of...
  • how to get memory slot not zeroed
    I see options for target default start size Noinit 0x20000000 0x200 V 0x20000200 0xffff v and still a variable @ 0x20001348 zeroes out on reset/run Erik what then is the meaning of...
  • ARM 7 Assembly memory areas are not initialized
    I am trying to write simple program using ARM 7 Assembly, but I cannot initialize memory region with simple data. Here is an example AREA RESET, CODE, READWRITE ENTRY LDR r0, =SortArray ;load...