Hi Pulsatrix,
First build latest KSDK package: Go to kex.nxp.com, select "Build an SDK", create new configuration for "MK20DX256xxx10" processor and select SDK 2.0, KDS toolchain and ensure you have FreeRTOS selected and then click on "Build SDK Package". When the package is ready, download using Software Vault. Unzip the package into new folder (it is recommended to create folder under c:\nxp\)
(1) In KDS 3.2 ensure, you have the latest version of NPW installed (use Check for updates) and here are steps to create new project:
- main menu - File - New - Kinetis SDK 2.x Project
- enter project name and select the root folder of the SDK package
- on the next package select board or processor and ensure, you have FreeRTOS selected
(2) Alternatively you can import example projects provided in "boards\{board}\rtos_examples\" folder (use main menu - File - Import - General - Existing Project into Workspace)
Regards
Marek