Processor Expert Examples for KDS3.0.0 and KSDK1.2

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Processor Expert Examples for KDS3.0.0 and KSDK1.2

1,497 Views
peter_fenn
Contributor V

Where do I find Processor Expert examples for Kinetis Design Studio 3.0.0 (+ KSDK1.2) ?

Of particular interest is application levelexamples of interfacing to I2C and SPI peripherals

Thanks

Peter

0 Kudos
4 Replies

451 Views
jordangarcia
Contributor II

Hi Peter,

You can find some examples about how to configurate the Pex component using HAL or Peripheral drivers at Freescale\KSDK_1.2.0\doc\ Kinetis SDK v.1.2.0 API Reference Manual.

The application for this you can find it in your mind. :smileysilly:

Regards,

Jordan c:

0 Kudos

451 Views
marek_neuzil
NXP Employee
NXP Employee

Hello Peter,

You can find Processor Expert example projects (with KSDK 1.2.0) in the KDS_3.0.0\eclipse\ProcessorExpert\Repositories\KSDK120_Repository\Projects\Kinetis\Processor_Expert_SDK folder. But there are not I2C and SPI examples.

You can find KSDK 1.2.0 I2C and SPI example projects in the KSDK installation folder KSDK_1.2.0\examples\ (see for example KSDK_1.2.0\examples\frdmkl25z\driver_examples\i2c , KSDK_1.2.0\examples\frdmkl25z\driver_examples\spi).

Best Regards,

Marek Neuzil

0 Kudos

451 Views
peter_fenn
Contributor V

Marek

Thanks for your prompt reply!

If you are possibly aware of any additional/unpublished PEx KDS3/KSDK1.2 examples please let me know...

(Platform that I'm working with is FRDM-K22F)

Thanks - Regards

Peter

0 Kudos

451 Views
ivadorazinova
NXP Employee
NXP Employee

Hello Peter.

As Marek said, you can find examples at PEx repository folder,

but in addition you can also find a some examples on Community.

  • Example for configuring KSDK GPIO Peripheral Driver with fsl_gpio

Video Link : 3195

  • Example for DAC Sinus Demo with fsl_dac and fsl_pit

DAC Sinus Demo (using PEx + KSDK 1.2 + KDS 3.0)

Both of them are for FRDM-K64F, but you can replicate for any KSDK supported board.

I hope it helps you,

Iva