Hello @CauTran ,
Let's try to answer each question:
But I don't see pwm module for three phase, and Can module for communication among system modules.
The PWM is generated using the FTM peripheral so you have to open the configuration tool (Open the block, press Configure button and the MCUXpresso will be open) and to enable 6 channels for the FTM instance you have connected to the 3 Phases.

For CAN we do not provide blocks but you can use the MCU Xpresso to configure the peripheral and send data using custom block.
Can you tell me, what different between two that version?
The current release comes with the support for the MCUXpresso and code generated on top of the ksdk2_0. Using the external Configuration Tool, you can now access each setting of the MCU, of course, supported by the KSDK. You can now change the clocks settings for all the peripherals to match your application and route the pins as your application requires using a graphical tool.
For the current version, can you give me the example for motor control?
We already deliver a PMSM application for the KV3. Of course in the External Configuration Tool the MCU has to be changed and also the pins have to be matched for your MCU part.

For previous version, How can I get a license for using that one?
If you want to use the previous release, you have to go to our download page, select the Preivious Tab, and find the Motor Control Toolbox for MATLAB/Simulink MBD for Kinetis V series. But keep in mind that we will only provide support for our current release!


Hope this helps,
Marius