Other Parts Discussed in Thread: CC3200
Hello,
I have an application with CC3200MOD using PMF. I have an indication LED that is blinked to show different status and am having trouble understanding how to set io_park so my application retains control. If I try to set this GPIO to DONT_CARE, it seems to be turning off everytime sleep is entered. If I remove the GPIO from the park function, it seems to do the same. Is there a simple way to have the output state stay the same when processor goes to sleep? The only thing I could think of is to modify the struct every time I modify the GPIO output, but this seems like a messy solution.
Any thoughts would be greatly appreciated.
Thank you,
-Jon