• Change load region at runtime
    Hi All, I am implementing a software upgrade mechanism (burning a new image into a flash memory area). The problem: I don't know how to change the load region address at runtime. Flash contains...
  • 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...
  • CC1010 - Changing the frequency runtime
    Hi Guys, I am trying to find out if it is possible to change the receiver frequency [for CC1010] during runtime. For example, i start at 433 MHz, then, after a few seconds I will change the frequency...
  • runtime changing memroy model in c51
    in c51 you can set memory model for each "procedure" and set memory model of "program" but: how change mamory model of "program" in runtime ! for example in my program require start with only...
  • Runtime of if
    Hello, if there is code like if (condition) bla = blub; than the timming can be different if condition is true or false. How to make timing equal on both path? Is else dummy...