Hi All,
I am using MK22FN512VLH12 MCU in my design. I am confused about a pin VREG. How should I connect this pin? Any suggestions would help greatly.
Thanks in Advance.
解決済! 解決策の投稿を見る。
Hello Vishal Girisagar:
I suppose you mean the VREGIN pin. If using the USB module then VREGIN is the input for the internal USB voltage regulator and you need to provide from 2.7 V to 5.5 V to this pin, as noticed in the datasheet:
And in the pin VOUT33 you must connect a capacitor:
If not using USB functionality, then you can leave the pins floating and also disable the USB regulator by writing 0 to SIM_SOPT1[USBREGEN].
Regards!,
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello Vishal Girisagar:
I suppose you mean the VREGIN pin. If using the USB module then VREGIN is the input for the internal USB voltage regulator and you need to provide from 2.7 V to 5.5 V to this pin, as noticed in the datasheet:
And in the pin VOUT33 you must connect a capacitor:
If not using USB functionality, then you can leave the pins floating and also disable the USB regulator by writing 0 to SIM_SOPT1[USBREGEN].
Regards!,
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Jorge,
Thank you...