• 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...
  • Looking for source C code of setjmp and longjmp
    Hello, I am looking for the source C code of the standard functions setjmp and longjmp for ARM7. Does anyone known where I can find them? Thank you very much! Julian
  • HSERDY not being set in simuation
    Hi, I'm trying to simulate a STM32F030C8Tx (a ST Cortex M0) part in Keil. The problem is that the firmware monitors the HSERDY flag in the Clock control register (RCC_CR) to determine if the...
  • watchdog timer
    Hi, My name is bharath i am studying a article on watchdog timers, i am in the middle of the article in that it is given as:: A properly designed watchdog mechanism should, at the very least, catch...