Search found 3 matches

by subzero
Mon Feb 25, 2019 6:16 pm
Forum: ESP32 Arduino
Topic: ULP assembler in Arduino IDE
Replies: 2
Views: 5004

Re: ULP assembler in Arduino IDE

Thank you. I thought if you added assembler in-line with the C program it would reside in the wrong memory. But I guess ulp_process_macros_and_load moves it over to slow memory and builds the 12 byte program header. If it also resides in main memory it would not be a problem because it has to be ver...
by subzero
Sun Feb 24, 2019 5:28 pm
Forum: ESP-IDF
Topic: Reading 2 ADC Channels ulp
Replies: 2
Views: 4939

Re: Reading 2 ADC Channels ulp

Have you tried channel 6 and 7?
Channel 5 is a touch pad and channel 6 and 7 are not.
Channel 4 is also a touch pad, GPIO32.
Maybe they have to be enabled via an RTC command?
by subzero
Sun Feb 24, 2019 2:19 pm
Forum: ESP32 Arduino
Topic: ULP assembler in Arduino IDE
Replies: 2
Views: 5004

ULP assembler in Arduino IDE

Another member (duff2013) has written a python script to supplement the espressif python script for building programs in Arduino IDE. But it does not work on linux PCs, and it requires you to install python on your PC just to execute those 2 scripts. I don't like python and I don't want to install i...