Hi,
i would like use LPCXpresso55S06 Board( LPCXpresso55S06-EVK) for my project.. where could i find pinout?
Hi @fofotiz!
You can find the pinning information for the LPC55S06 on this MCU’s datasheet. Here’s the link:
https://www.nxp.com/docs/en/data-sheet/LPC55S0x_LPC550x_DS.pdf
For the connectors, jumpers, LEDs and buttons of the Development Board it comes with, look into the Dev board user manual:
https://www.nxp.com/docs/en/user-guide/LPCXpresso55S06UM.pdf
Finally, the MCUXpresso IDE comes integrated with Config Tools, which allows you to set up and adjust the pin multiplexing of your MCU. With this tool, you can also check which pins routed to your board and how. The following link does NOT use the same board, but can still give you a good insight on how to install SDKs, import an example, and create pin muxing and clock configurations:
I hope this helps!
Edwin.