Tool/software:
Why are there different V0, V1, V2 versions of the driver source in the MCU+SDK, and should I always be using the higher number? If the higher number (i.e. V2) is always to be used, why is the V0 versions included?
Thanks,
Jim
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.
Tool/software:
Why are there different V0, V1, V2 versions of the driver source in the MCU+SDK, and should I always be using the higher number? If the higher number (i.e. V2) is always to be used, why is the V0 versions included?
Thanks,
Jim
Hi Jim,
The folder v0/v1/v2 usage will depend on which device you are using.
You can check this from example makefile or ccs project include paths, to see which version of folder does the example include as dependency
If the higher number (i.e. V2) is always to be used, why is the V0 versions included?
This is not true. Please check the suggestion in the previous reply to find the correct dependency needed for any particular example