We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am trying to use CMSIS USART DRIVER API to use UART0 on my LPC1768. But whenever I try to build the project, I get the following error: .\Objects\1.axf: Error: L6218E: Undefined symbol DRIVER_USART0 (referred from 1.o)
Can anyone please help me with it ?
Did you enable the related CMSIS-Driver for UART in the Run-Time management dialog?
Note that you also need to enable the drivers using RTE_Device.h
how to enable in rtx_device.h file