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!
Hello Bryan Wilcutt,
Could you please show your whole project, I will help you check it on my side.
BR
Alice