Is there MKL17Z256 example code?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Is there MKL17Z256 example code?

ソリューションへジャンプ
445件の閲覧回数
JiaAn
Contributor I

Hi,

 

I am looking for the MKL17Z256 example code. But I can't find it. Nor KL17 example code either. (I guess it's the KL17 family. If I'm wrong please tell me.)

I would like to know how to use its ADC and DAC. And I guess an example code can give me a huge help.

Where can I find them?

 

Thanks for helping.

ラベル(1)
0 件の賞賛
1 解決策
439件の閲覧回数
bobpaddock
Senior Contributor III

The parent of the KL17 is, somewhat oddly, the KL43.

The USB KL27 is also part of the family.


The standard answer is look at the SDK for MCUXPresso.

Not the greatest answer.

 

Some example code can be found here:

 

https://www.nxp.com/design/development-boards/freedom-development-boards/mcu-boards/freedom-developm...


Also be aware that anything with a double buffered I2C module, such as the KL17, has problems.  The SDK fixes the issue by inserting undocumented NOPs.   Mark's uTasker project has a better solution using interrupts, he'll probably pop in with details.


元の投稿で解決策を見る

0 件の賞賛
1 返信
440件の閲覧回数
bobpaddock
Senior Contributor III

The parent of the KL17 is, somewhat oddly, the KL43.

The USB KL27 is also part of the family.


The standard answer is look at the SDK for MCUXPresso.

Not the greatest answer.

 

Some example code can be found here:

 

https://www.nxp.com/design/development-boards/freedom-development-boards/mcu-boards/freedom-developm...


Also be aware that anything with a double buffered I2C module, such as the KL17, has problems.  The SDK fixes the issue by inserting undocumented NOPs.   Mark's uTasker project has a better solution using interrupts, he'll probably pop in with details.


0 件の賞賛