GPIO on m0 for LPC4337

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

GPIO on m0 for LPC4337

583 Views
bwilcutt
Contributor I

I'm using a gpio to turn an LED on and off.  On the m4, it worked fine.  I just recently activate the m0 core through MCUXpresso.  M0 has nothing on it right now, just the standard template code that MCUXpresso adds.  Adding m0 works just fine, no issues.  However, my gpio LED on m4 stopped working.  I moved it to m0, it works fine... back to m4, it stops.

 Chip_GPIO_SetPinState(LPC_GPIO_PORT,5,15,0);

Am I missing something?

Thanks!

0 Kudos
1 Reply

504 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Bryan Wilcutt,

Could you please show your whole project, I will help you check it on my side.

BR

Alice

0 Kudos