• 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...
  • CMSIS change MAC on runtime
    Hi All, I'm using the CMSIS network component on STM32F407. To set a right MAC I'm reading it from external I2C EEprom and then I need to change the MAC of the system... Can't find any function to...
  • IP change at runtime
    In keil NETWORK stack, how to change IP address in runtime? In documents, LOCALM is given but there is no example to use it. Thanks
  • Locating the RW and ZI load region
    I'm wanting to create a code image with the layout: 1 - Startup/Bootstrap 2 - Executable code 3 - (probable gap) 4 - Fixed location dispatch table 5 - (probably gap) 6 - Fixed location tables...