Content originally posted in LPCWare by strawhats10 on Fri Jul 31 08:52:48 MST 2015 Hi all,
I have a question about setting the pin state in LPCXpresso54102 platform. What i would like to do is to set a pin high before a task is executed and set it back to low after the task has been executed. Right now I am doing it like this:
The problem is that i check the values of temp1 and temp2 and they do not change at all. It is like the Chip_GPIO_SetPinState has no effect at all. Am I missing something? Thank you in advance!