• How to jump to assigned place after interrupt occurs ?
    Hi, I want to implement following job in C code with Keil C51. (1) jump to a place (function entry) after an interrupt occurs. I know how to implement it in assemble, but I don't know how to implement...
  • Jump to function at absolute address
    Hi, In my project I have some functions that has to be protected against changes. For that reason a checksum has to be calculated on that specific code in runtime, just to prove that the actual code...
  • Interrupt Jump to Code
    Hi, I am trying to make a simple main program that waits on an External rising edge interrupt from INTO (P2.10 KEIL 1760). The main code does the configuration for the interrupt then sits in a loop...
  • Number of cycles for an Interrupt jump
    Hi, I am currently using the uC LPC1769 in my project. My application is timing critical and hence every clock used up by the controller counts. Please can someone let me know how many clock cycles...
  • Memory corruption when jumping into function
    I am experiencing an high undesirable behavior on C8051F500DK kit. My scenario is: Toolchain: PK51 Prof. Developers Kit for SiLabs Version: 9.52.0.0 Toolchain Path: C:\Keil\C51\BIN C Compiler: C51...