• ASKING FOR HELP
    I'm very glade to have a changce to make a communication with everyone here,although my English is very very poor! As a beginner,I'm afraid that I can't get well with keil software! What i used is keil...
  • Bypassing Interrupt Vector Table addres
    Hi, i have written a code in C language,in which i used two ISRs for timer0 and timer2. How can i avoid overlapping of addresses of ISRs and main, like we have LJMP instruction in assembly language....
  • Error 65: access violation (PC=0215): addr=--------
    Hi, Can anyone tell me what can be the cause. Error 65: access violation (PC=0215): addr=-------- I am getting the above specified problem about 20 times. as soon as i start the kiel debugger on...
  • asking about the memory model in the code
    Does anybody know if I can ask with a #ifdef statement about the memory model? How? I want to use it to declare the size of a buffer. Maybe "1k" in large mode, and 32 in small mode. Answers would...
  • access to function using absolute addr
    Hi,everyone ,I'm trying to access my function using its absolute address.It works when I debug it in KEIL step by step,but it jump to hard fault when runs. my code is as below: ptr=(int(*)(int)...