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.
Good day. I've searched online for tutorials on how to use cmsis drivers with the tm4c123gh6pm but I couldn't find any. I ran a sample code from the cmsis documentation on keil uVision 5 but I got an error:
L6218E:Undefined symbol Driver_USART3
when trying to run a USART code.
Is there a solution to this or is the Tivaware library the best way of quicker embedded applications on this platform.
Thank you
Hello Olaoluwa,
TivaWare library is the recommended software to use. We have example projects for UART using Keil, IAR, and Code Composer Studio included with TivaWare.
For CMSIS, you can see this post from an E2E community member: e2e.ti.com/.../2365916
From the TI side, we don't offer support for CMSIS for TM4C currently, but maybe that post could help.