• *** Error A80 -- Invalid Absolute Base/Offset Value
    Hi, I was able to compile my code successfully with version 8.09. Now I have installed update keil 8.16a and started getting error message "Invalid Absolute Base/Offset Value" Once before I also...
  • invalid base address
    i was using the ins. sbit x=0xA4; i realise that 0xA4 is not a multiple of 8.please suggest me if there is a method to access the each bit of register with Base address 0xA4. will bdata work thanks...
  • error 59: Invalid Absolute module
    Find attached code which i am using for receiving single CAN message on LM3S8962 Stellaris Evaluation board. (1)While debugging i am getting "error 59: Invalid Absolute module" error Please help...
  • *** error 59: invalid absolute module
    I can no longer run the simulator, debugger, or download code to my target. When I try to download code to my target I get the below error message, which I can't seem to find any reference to online...
  • how to round off the return value
    hello anyone here wants to help me...i want the return value to be rounded off for example: TotalComponent=235 PartialComponent=90 per=38.3% but with this function i always get 0 % anyone here...