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.

LAUNCHXL-CC1352P: How to make changes and recompile the ti driver library

Part Number: LAUNCHXL-CC1352P

Hi TI,

If I wanted to make changes to a file such as UART2CC26X2.c inside C:\ti\simplelink_cc13x2_26x2_sdk_5_20_00_52\source\ti\drivers\uart2, how can I do that?  I think they are pre-compiled.  Is there a way to link the source into my ccs project?

Thanks

  • To do that, copy the  UART2CC26X2.c  file into your project and change the file as you want. They the compiled version of  UART2CC26X2.c  inside the project will be used and not the version in the precompiled library.