SDK_2.2_MKL03Z16xxx4 Error

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

SDK_2.2_MKL03Z16xxx4 Error

1,451 Views
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 Kudos
5 Replies

1,173 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello,

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

BR

Alice

0 Kudos

1,173 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

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

0 Kudos

1,173 Views
Lupo
Contributor III

Thanks, so the SDK is wrong?

0 Kudos

1,173 Views
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!
-----------------------------------------------------------------------------------------------------------------------

1,173 Views
Lupo
Contributor III

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

0 Kudos