PIN swap UART input

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

PIN swap UART input

1,069件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Tarakan on Thu Mar 03 08:29:56 MST 2016
Hey guys! I have a problem with the configuration of input for UART in LPC824. I use ringbuffer & interrupt.
(Output work on ewery pin OK.)
...
Chip_GPIO_SetPinDIRInput(LPC_GPIO_PORT, 0, 17);
Chip_SWM_MovablePinAssign(SWM_U0_RXD_I, 17);
...
Input does not work. When you use pins P0_10 or 11, 8,1 input work.
When you use pins P0_23, 17, 14, 15 input does not work.
What is the difference between pins?
I tried to disable the default setting pin functions with Chip_SWM_DisableFixedPin() No result :-(
Any idea? Thanks for the help.

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

1,030件の閲覧回数
lpcware
NXP Employee
NXP Employee
bump
0 件の賞賛
返信

1,030件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Wojtkingson on Tue Mar 08 04:23:17 MST 2016
pins 10 and 11 are true open drain. You have to use different pins
0 件の賞賛
返信