Search found 7 matches

by Praveen.kullu
Thu Nov 30, 2023 8:24 pm
Forum: ESP-IDF
Topic: unexpected and random InstrFetchProhibited errors
Replies: 1
Views: 1409

Re: unexpected and random InstrFetchProhibited errors

photo as attachment..
by Praveen.kullu
Thu Nov 30, 2023 8:23 pm
Forum: ESP-IDF
Topic: unexpected and random InstrFetchProhibited errors
Replies: 1
Views: 1409

unexpected and random InstrFetchProhibited errors

I am developing on ESP32 dev board. I am getting instrFetchProhibited error randomly. I am unable to understand what is causing it because there is no consistent behaviour. following image has the error message from serial log(sorry i have a photo for the moment.) https://jpg3.su/img/Y0iio3I https:/...
by Praveen.kullu
Mon Nov 20, 2023 7:57 am
Forum: ESP-IDF
Topic: Random and frequent crashes
Replies: 5
Views: 7033

Re: Random and frequent crashes

Hi, i might be facing a similar issue, has anyone found the underlying cause and the fix for it?
by Praveen.kullu
Fri Nov 17, 2023 10:47 am
Forum: ESP-IDF
Topic: Unable to disable menuconfig options
Replies: 1
Views: 653

Unable to disable menuconfig options

The binary size of my project is too big, i am trying disabling various options, i am unable to disable this option CONFIG_LWIP_IPV6. can anyone help me why. attached is a screenshot of menuconfig.

i am using IDF v4.4.6
by Praveen.kullu
Thu Nov 24, 2022 6:19 am
Forum: ESP-IDF
Topic: Unable to read core dump information. pygdbmi.gdbcontroller.NoGdbProcessError: gdb process has already finished with ret
Replies: 0
Views: 813

Unable to read core dump information. pygdbmi.gdbcontroller.NoGdbProcessError: gdb process has already finished with ret

ESP-IDF v4.4.2 Chip is ESP32-D0WDQ6 I am trying to read core dump information. first i am reading the flash using esptool esptool.py --port /dev/ttyUSB0 read_flash 0x3ec000 0xE000 ./core.bin then i am trying to extract information using: espcoredump.py info_corefile --core ./core.bin --core-format r...
by Praveen.kullu
Thu Sep 30, 2021 12:47 pm
Forum: ESP-IDF
Topic: ESP32 gpio_isr_handler interrupt getting frozen/unresponsive.
Replies: 2
Views: 1522

Re: ESP32 gpio_isr_handler interrupt getting frozen/unresponsive.

You need to configure your CPT to qualify only one touch active at a time. use simplicity studio provided by silicon labs to configure yours. I remember you need to check "mutex buttons" option. you can play around with other setting to suit your application.
by Praveen.kullu
Thu Sep 30, 2021 12:39 pm
Forum: ESP-IDF
Topic: I2c behaving differently on idf 3.3 and 4.2
Replies: 0
Views: 1038

I2c behaving differently on idf 3.3 and 4.2

i have interfaced CPT112S with my esp32. reading from touch data from sensor it reads couple of times but stops reading (in the case of slider). also it is giving TIMEOUT error. this is not in case of idf 3.3. fraction of related logs is attached below. I have interfaced CPT112S via i2c to my esp32....