Where is the list of Physical pin of LPC824?

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

Where is the list of Physical pin of LPC824?

跳至解决方案
1,154 次查看
franciscopasten
Contributor I

Hi all,

I use LPC824 and i want to use the second i2c but i don't find the physical pin number to use with the function 

Chip_SWM_MovablePinAssign(CHIP_SWM_PIN_MOVABLE_T movable, uint8_t assign), then what number use in assign variable for any pin? 

Thanks

标签 (3)
0 项奖励
回复
1 解答
964 次查看
johanmyréen
Contributor II

PIO0_1 is pin 1, PIO0_15 is pin 15. In general, PIO0_n is pin n. See section 7.3.1 the User Manual (UM10800).

在原帖中查看解决方案

0 项奖励
回复
3 回复数
964 次查看
soledad
NXP Employee
NXP Employee

Hi,

Please check the below information from user manual: http://www.nxp.com/docs/en/user-guide/UM10800.pdf 

pastedImage_1.png

pastedImage_3.png


Have a great day,
Soledad

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

0 项奖励
回复
964 次查看
franciscopasten
Contributor I

Dear Soledad, 

i have this:


 Chip_SWM_MovablePinAssign( SWM_I2C1_SCL_IO, x);
 Chip_SWM_MovablePinAssign( SWM_I2C1_SDA_IO, y);

but i don't know which numbers use in x,y for assignate PIO0_1 and PIO0_15 as SDA and SCL pins for I2C1

Do you know if there's a table with that information?

thanks 

0 项奖励
回复
965 次查看
johanmyréen
Contributor II

PIO0_1 is pin 1, PIO0_15 is pin 15. In general, PIO0_n is pin n. See section 7.3.1 the User Manual (UM10800).

0 项奖励
回复