• 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)...
  • 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)...
  • Reentrant function whose arguments are located to absolute addr
    I defined a reentrant function with 4 long arguments like this (excerpt from the lst) 21 unsigned long func0(unsigned long a, unsigned long b, unsigned long c, unsigned long d) large reentrant 22 ...
  • Reentrant function whose arguments are located to absolute addr
    I defined a reentrant function with 4 long arguments like this (excerpt from the lst) 21 unsigned long func0(unsigned long a, unsigned long b, unsigned long c, unsigned long d) large reentrant 22 ...
  • 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...