LPC11C24 ISP Status LED

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

LPC11C24 ISP Status LED

502件の閲覧回数
matthewfilibert
Contributor I

I'm making a board for the LPC11C24 and was wondering what the best way to implement a status LED would be when the device is in ISP mode? Do the pins default to pull up in ISP mode? I noticed that most pins are at 3.3V, however the current is very small as the pins are probably set as inputs.

タグ(2)
0 件の賞賛
1 返信

307件の閲覧回数
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Matthew Filiberti,

    1. ISP mode

      You need to check the condition that enter in the ISP mode at first.

pastedImage_2.png

   Actually, you don't need to use the LED, because when you give the condition, the chip will enter in the according ISP mode.

  If you still want to use the LED. You can use PIO0_1 as the LED light signal.

  As you know, if you enter LED mode, you need to keep PIO0_1 to low level during reset, so you can connect a LED, which is light with low level, and connect it to PIO0_1.

    2. pins default to pull up 

     Yes, after reset, most pins are in input and pullup enable mode.

    You can check the chpater 7, IOCONFIG register.

    You will find, after reset, pull up is enabled in default.

    Take an example:

  pastedImage_1.png

Wish it helps you!

If you still have question, please let me know!


Have a great day,
Kerry

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

0 件の賞賛