Search found 643 matches

by mzimmers
Wed Aug 21, 2019 4:56 pm
Forum: ESP-IDF
Topic: (solved) My app now hangs on boot
Replies: 12
Views: 12277

Re: My app now hangs on boot

Another data point: here's the output from "make flash monitor:" $ make flash monitor Toolchain path: /opt/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc Toolchain version: crosstool-ng-1.22.0-80-g6c4433a5 Compiler version: 5.2.0 Python requirements from C:/esp-idf/requirements.txt are satisfied. App "Wi...
by mzimmers
Wed Aug 21, 2019 2:04 pm
Forum: ESP-IDF
Topic: (solved) My app now hangs on boot
Replies: 12
Views: 12277

Re: My app now hangs on boot

Hi guys - I'm sorry -- I misspoke above; the output above is what I see repeated. The first time it starts, I get this: (28) boot: ESP-IDF v3.3-rc-dirty 2nd stage bootloader I (28) boot: compile time 15:17:55 I (39) boot: Enabling RNG early entropy source... I (39) boot: SPI Speed : 40MHz I (39) boo...
by mzimmers
Wed Aug 21, 2019 12:59 am
Forum: ESP-IDF
Topic: (solved) My app now hangs on boot
Replies: 12
Views: 12277

Re: My app now hangs on boot

This isn't an area I'm really familiar with -- this GPIO15, is it something I could have done purely in software? If so, it has to be something that I inadvertently did with Eclipse. I'm happy to throw away all of my Eclipse work, but I don't know how this will restore my app. I've already pulled a ...
by mzimmers
Wed Aug 21, 2019 12:42 am
Forum: ESP-IDF
Topic: (solved) My app now hangs on boot
Replies: 12
Views: 12277

Re: My app now hangs on boot

Hi Angus - that is the full output I get. I do have a log message at the top of app_main(); it doesn't print.

Thanks...
by mzimmers
Tue Aug 20, 2019 10:35 pm
Forum: ESP-IDF
Topic: (solved) My app now hangs on boot
Replies: 12
Views: 12277

(solved) My app now hangs on boot

Here's what I get: I (29) boot: ESP-IDF v3.3-rc-dirty 2nd stage bootloader I (29) boot: compile time 15:17:55 I (38) boot: Enabling RNG early entropy source... I (38) boot: SPI Speed : 40MHz I (38) boot: SPI Mode : DIO I (41) boot: SPI Flash Size : 4MB I (45) boot: Partition Table: I (49) boot: ## L...
by mzimmers
Tue Aug 20, 2019 5:59 pm
Forum: ESP-IDF
Topic: (solved) getting "assert failed" on socket() call
Replies: 15
Views: 18062

Re: getting "assert failed" on socket() call

OK, I have some more information that may be useful. I put in log statements prior to where the program blows up; they should be semi-self-explanatory: I (357) HTTP_SERVER: calling httpd_start(). I (367) httpd: entering httpd_start(). I (367) httpd: calling httpd_create(). I (377) httpd: calling htt...
by mzimmers
Tue Aug 20, 2019 2:17 pm
Forum: ESP-IDF
Topic: (solved) getting "assert failed" on socket() call
Replies: 15
Views: 18062

Re: getting "assert failed" on socket() call

Hi Angus - I believe I *am* getting an assertion failure -- here's the start of the console output: C:/esp-idf/components/freertos/queue.c:1442 (xQueueGenericReceive)- assert failed! Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled. Core 0 register dump: Also, I'm cal...
by mzimmers
Mon Aug 19, 2019 7:35 pm
Forum: ESP-IDF
Topic: (solved) getting "assert failed" on socket() call
Replies: 15
Views: 18062

Re: getting "assert failed" on socket() call

Ah. Thank you. That is currently not enabled for my project, so I guess that wasn't it. Still good to know about that issue, though.
by mzimmers
Mon Aug 19, 2019 6:29 pm
Forum: ESP-IDF
Topic: (solved) getting "assert failed" on socket() call
Replies: 15
Views: 18062

Re: getting "assert failed" on socket() call

Hi Permal - thanks for the suggestion. I'm not sure I fully understand the problem...we're using the WROVER module in our product. How do I go about disabling PSRAM? I don't see a setting for it in my sdkconfig file.

Thanks...
by mzimmers
Mon Aug 19, 2019 2:34 pm
Forum: ESP-IDF
Topic: (solved) getting "assert failed" on socket() call
Replies: 15
Views: 18062

Re: getting "assert failed" on socket() call

Anyone have any ideas on this? Thanks...