Search found 2 matches
- Tue May 16, 2017 3:10 pm
- Forum: General Discussion
- Topic: [ULP] How to read with adc ULP assembler instruction
- Replies: 6
- Views: 11090
Re: [ULP] How to read with adc ULP assembler instruction
Thanks, the example is very useful. The example and my program shows this weird message on wake up: rst:0x5 (DEEPSLEEP_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0x00 clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0008,len:8 l...
- Mon May 15, 2017 7:30 pm
- Forum: General Discussion
- Topic: [ULP] How to read with adc ULP assembler instruction
- Replies: 6
- Views: 11090
[ULP] How to read with adc ULP assembler instruction
Hi! I’m working on a ULP program that reads from ADC and wakes up the main cores if the result is greater than a threshold. The analog signal modulated with a potentiometer is connected to the pin (ADC2:3, GPIO15), but I’m not sure how I should use the ADC assembler instruction. Besides, the documen...