I'm porting an existing project which came from Invesense.
When I try to build the project, I get error "identifier "UPCS0" is undefined" in.../msp430/USB_API/USB_Common/usb.c.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm porting an existing project which came from Invesense.
When I try to build the project, I get error "identifier "UPCS0" is undefined" in.../msp430/USB_API/USB_Common/usb.c.
The recommendation from this thread https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/268483 is to delete the reference to UPCS0 in usb.cm afsar said:When I try to build the project, I get error "identifier "UPCS0" is undefined" in.../msp430/USB_API/USB_Common/usb.c.
Searching the source from MSP430ware v1.90.0.30 and 1.97.0.47 I can't see the code referencing UPCS0 anymore, so I think this is a problem which has been corrected in the MSP430 USB stack.
**Attention** This is a public forum