Where is the list of Physical pin of LPC824?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Where is the list of Physical pin of LPC824?

Jump to solution
783 Views
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

Labels (3)
0 Kudos
1 Solution
593 Views
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).

View solution in original post

0 Kudos
3 Replies
593 Views
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 Kudos
593 Views
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 Kudos
594 Views
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 Kudos