You can access the variables just like you would access any other variable in the ulp memory. Note the .global channel_1_measurements and .global channel_2_measurements . You can access these by prefixing them with ulp_ in your main program. For example, to get the third measurement from the first c...
Hi, I recently bought an Esp32 which I want to integrate into a low power project. I'd like it to use as little power as possible, so utilising the ULP coprocessor is a no-brainer for me. The analog measurements should be stored in an array, so I can later evaluate the data on the Esp32's main proce...