LPC43xx default pins in output mode

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

LPC43xx default pins in output mode

336 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by acristescu on Tue May 08 07:50:52 MST 2012
I am currently designing a board with LPC4330. I have observed that some of the pins have as function #0 (default function) output states. The pins are the followings (on my TQFP144 package):

- P4_7 -> LCD_DCLK
- PF_4 -> SSP1_CLK
- CLK0 -> EMC_CLK0
- CLK2 -> EMC_CLK3

My questions are:

1) Are these really outputs after reset?
2) What are the waveforms or logic states after reset?
3) During reset they are Hiz or outputs?

Thanks for help.

标签 (1)
0 项奖励
2 回复数

298 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by acristescu on Mon May 14 02:11:13 MST 2012
Thanks Phil for help.
I am using P4_7 and PF_4 in my schematic for some synchronization signals (IO) but I prefer them to be Hiz at boot (GPIO IN). My design will boot from SPIFI, will not use SSP1. Unfortunately I do not have a board in my hand to check these two pin signals with oscilloscope when LPC43xx boots from SPIFI. Is there any bootloader code published to take a look there?

Thanks.
0 项奖励

298 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by PhilYoung on Sun May 13 00:32:35 MST 2012
the pins should be outputs.
reset is a bit misleading since the boot loader always runs after reset, so don't assume that a pin takes its HW reset value, for many they will have the value set by  the boot loader which has to enable the memory interface to check for an image in external flash depending on the boot mode pins.
0 项奖励