Hello,
I programmed the LPCXpresso55s69 with the PLU_combination.c code from the new version of the SDK (2.6.3) dedicated for this board.
I followed the readme file steps, the LEDs suppose to blink based on the entered combinations through the terminal. Unfortunately, nothing happened.
So I am wondering if someone tried this demo example? maybe I missed something
Thank you.
Hello Randa Zarrouk
Checking the example I found a similar mistake. The issue is the sdk, so I will report it to the corresponding team in order to get this fixed.
There are some issues in the GPIO config. At the function BOARD_InitPins(), please configure the LED'S gpio as Digital Output and leave the other pins as digital input.
Also note that for port1 of Gpio, pin 4 corresponds to blue, pin 6 to red and pin 7 to green so some corrections needs to be done at SetPluInputSource().
Let me know if this is helpful.
Best regards,
Omar
Maybe you have a better understanding to this issue to give me some hints. Personally, I think there I am miss understanding the concept or there is a flaw in the design concept.
Thanks again.