• setjmp/ longjmp
    Dear all, I have some problems with setjmp/ longjmp. I used the sample code (attached at the end). When I run my program the program steps into the trigger()-function and calls the longjump function...
  • setjmp/ longjmp
    Dear all, I have some problems with setjmp/ longjmp. I used the sample code (attached at the end). When I run my program the program steps into the trigger()-function and calls the longjump function...
  • longjmp and setjmp use in interrupt
    Dear All I'm going to start to use this two functions to perform a goto in case of a while 1 loop is added into some section of the code. into the main I've if (setjmp (env) == 0) { blocked_loop...
  • longjmp and setjmp use in interrupt
    Dear All I'm going to start to use this two functions to perform a goto in case of a while 1 loop is added into some section of the code. into the main I've if (setjmp (env) == 0) { blocked_loop...
  • How to use setjmp and longjmp to simuate watchdog timer for FX2 chip?
    Hi, Since FX2 does not have a watchdog timer, I am trying to simulate watchdog behavior using Timer 2 on chip. The timer setup seems to be functional, but when I try to execute longjmp(), FX2...