Tool/software: TI-RTOS
where can I find the samples for 3_10 sdk? the samples for 1_40 sdk work for 3_10? can I directly replace sdk from 1_40 to 3_10?
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.
After you install 3.10 SDK, the examples are under SDK folder. By the way, the latest SDK is 3.20 and I recommended to use latest. For porting application from old SDK to new SDK, you can refer to dev.ti.com/.../migration.html
You have two options;
1. Start from scratch with a new baseline project on SDKv3.20 and port your application code piece by piece.
2. Use (every) migration guide throughout the releases in between. This will be very cumbersome since you are so behind.