SDK_2.2_MKL03Z16xxx4 Error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

SDK_2.2_MKL03Z16xxx4 Error

4,560 次查看
Lupo
Contributor III

KL03Z data-sheet and reference indicate pin 10 of QFN16 or 14 of QFN24 as CMP0_IN5, an input to the comparator.

The MCUXpresso_Config_Tools_V4 however does not list this pin as a comparator input!

I suppose that the documentation is right and the tool is wrong. Am I correct?

0 项奖励
回复
5 回复数

4,282 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello,

This will be fixed at next version  MCUX_conf_tools_v_4.1_EAR .

BR

Alice

0 项奖励
回复

4,282 次查看
Robin_Shen
NXP TechSupport
NXP TechSupport

This pin is default as CMP0_IN5 function if VREF_OUT is disabled.

0 项奖励
回复

4,282 次查看
Lupo
Contributor III

Thanks, so the SDK is wrong?

0 项奖励
回复

4,282 次查看
Robin_Shen
NXP TechSupport
NXP TechSupport

This pin is default as CMP0_IN5 function if VREF_OUT is disabled.

Alought the MCUXpresso Tool didn't generate PORT_SetPinMux(PORTB, 2U, kPORT_PinDisabledOrAnalog); in BOARD_InitPins.

Customer still can use this pin as CMP0_IN5 function.

You can refer the cmp interrupt project in SDK_2.3.0_FRDM-KL03Z.(modify shown below)

CMP interrupt.jpg

Best Regards,

Robin

 

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

4,282 次查看
Lupo
Contributor III

Hello NXP, somebody knows if it is possible to use the comparator with this pin?

0 项奖励
回复