• how to link executable to discontinuous flash area
    I am using uVision4.74 with STM32F407, I want to link my program to two sections, one section is 0x8000000 length 0x4000, and the other section is 0x8008000 length 0x38000. I did the setup in the options...
  • Code Area
    How do I set my c51 keil to a compact memory model?
  • NO_INIT data area
    I am converting from the IAR compiler to Keil and cannot find reference to defining segments like I used to. Specificly I used a seg known as NO_INIT in XDATA for variables I did not want altered on power...
  • The ram area map in the link
    Dear all, In my project,the internal ram is limit,but some state the ram can overlay,How can define the compiler or link option?such as following. +----------+ | area 1 | stateA | | | | ...
  • How to define variable to ZI area
    I have defined some globle variables without initial value, but they were in the RW area, this cause the BIN file larger, how can I put them to ZI area? thanks!