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

Regarding ERROR 34

Hi there, Iam unable to view the CAN SFR , CAN1GSR
(w.r.t. LPC2368 controller) which is declared(i.e.#defined) in the header file LPC23xx.h . If i try to view the same by adding it to the watch window , i get the following error.

*** Restricted Version with 16384 Byte Code Size Limit
*** Currently used: 3604 Bytes (21%)

WS 1,CAN1GSR
_____^
*** error 34: undefined identifier

Kindly give me your suggestions to view the same.

Parents
  • The register has the name C1GSR within the debugger (it looks like the documentation has changed since we have created the list in the debugger).

    You can view the Peripheral registers in the Symbols Window under Peripheral SFR.

Reply
  • The register has the name C1GSR within the debugger (it looks like the documentation has changed since we have created the list in the debugger).

    You can view the Peripheral registers in the Symbols Window under Peripheral SFR.

Children