Search found 1 match
- Sat Apr 02, 2022 11:59 am
- Forum: General Discussion
- Topic: ULP Instruction set passing value with global variables
- Replies: 0
- Views: 1264
ULP Instruction set passing value with global variables
Hello there, I'm trying to enable some GPIO's using the ULP while the main processor are in deep sleep mode. I accomplish this without problems using the ULP examples and enabling the RTC_GPIO_OUT_REG register. Just like the code below: // Enable RTC GPIO 12, which is equivalent to GPIO2 WRITE_RTC_R...