• Using linker scatter file to 0-pad execution region
    Hello, I am trying to generate a hex file that places 0s in all unused bytes of my defined execution regions. I am having a hard time figuring out how to do this and would really appreciate some...
  • Using linker scatter file to 0-pad execution region
    Hello, I am trying to generate a hex file that places 0s in all unused bytes of my defined execution regions. I am having a hard time figuring out how to do this and would really appreciate some...
  • load region and execute region
    can the execute region address exceed the range specified by the load region base address and max size setting?
  • load region and execute region
    can the execute region address exceed the range specified by the load region base address and max size setting?
  • Load region size vs execution region size
    Trying to the keep the load region under 0x8000 but load region is more then 0x8000 yet execution region is only 0xa7c? How come my load region size is is so much more? This is a Cortex M1 on a Altera...