Part Number: SK-TDA4VM
Currently we are using SK-TDA4 EVM board, so in that case, How to build mcal drivers inside TI processor SDK?
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.
Part Number: SK-TDA4VM
Currently we are using SK-TDA4 EVM board, so in that case, How to build mcal drivers inside TI processor SDK?
Hello,
Please find the instructions on how to build the MCAL drivers in the MCUSW documentation. I've linked the latest documentation below:
To build a particular driver, you can go to the build folder in mcusw/build. For example, to build the CAN driver, run `make can`. For more information, run `make help`.
The documentation I linked has how to build all of the MCAL examples for each driver.
Regards,
Erick