This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 me in solving the error.

(2)Also i would like to know about below two lines.
Whenevr i am compiling it shows me undefined error for GPIO_PA0_U0RX & GPIO_PA1_U0TX

GPIOPinConfigure(GPIO_PA0_U0RX); GPIOPinConfigure(GPIO_PA1_U0TX);

I tried it by including pin_map.h also but it makes no difference in error.
I gone through the pin_map.h , there is no definition of above two parameter for lm3s8962.
For other Board the definitions available.

Hence i kept them as comment kine in a code & then compiled sucessfully.
What is the problem with it ?