Hi Eugene Hiihtaja,
I2C1 can't be used as the LLS3 wake up resource, you need to use the LLWU to wake up LLS3.
I2C1 module is not the LLWU module.
You said you configure the SDA pin as the LLWU pin, but can't wake up LLWU, before you enter the LLS3, you need to configure the pin as the LLWU pin, and do the LLWU configuration.
About the LLWU pin configuration, I suggest you refer to our official SDK code, which can be downloaded from this link:
Welcome | MCUXpresso SDK Builder
Choose the FRDM-K82 , then build the SDK and download it.
You can find the according sample code from this folder:FRDM-K82F\boards\frdmk82f\demo_apps\power_manager
Please refer to official code and try it again.
Wish it helps you!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------