• temporarily supress WARNING
    How can I temporarily supress a Compiler Warning just for one function? I thougt about #pragma WARNING disable = 47 void my_function(int iTest) { //do nothing, //iTest is an unreference Parameter...
  • temporarily supress WARNING
    How can I temporarily supress a Compiler Warning just for one function? I thougt about #pragma WARNING disable = 47 void my_function(int iTest) { //do nothing, //iTest is an unreference Parameter...
  • Problem: WFI instruction slowing down SYStick interrupt
    I've configured my Infineon relax kit for max frequency(120 MHz). I've set my SYSTick for a periodic interrupt of 10 ms. For power saving, I use a WFI assembler instruction whenever my processor is idle...
  • Problem: WFI instruction slowing down SYStick interrupt
    I've configured my Infineon relax kit for max frequency(120 MHz). I've set my SYSTick for a periodic interrupt of 10 ms. For power saving, I use a WFI assembler instruction whenever my processor is idle...
  • Why or how does SysTick interrupt wakeup the processor?
    Hello all, I am confusing by SysTick interrupt behavior. Even if SysTick clock was processor clock, the processor woke up from Sleep or DeepSleep mode by SysTick interrupt. My understanding is that the...