• 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...
  • getting values at runtime in keil
    hello, anybody help me out.I want to take values at runtime in keil.
  • C runtime environment setup by "#pragma asm"
    I am checking some terrible C source code; I haven't got any idea about how to maintain it or cooperate with it. But I found a very fundamental problem. It does NOT have a startup. asm ; it has a startup...
  • Adding pack to MDK-Lite runtime environment
    I've added MSP432Ware pack to my uVision. However when I open project/manage/run-time environment I don't find the MSP432Ware pack available for selection. I would like to try out the driverlib subcomponents...
  • 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...