Search found 106 matches

by imtiaz
Tue Mar 28, 2017 12:07 am
Forum: ESP-IDF
Topic: Unstable partition API flashing functions
Replies: 38
Views: 45492

Re: Unstable partition API flashing functions

Hi Angus,

I am not sure how to increase the free rtos timer priority . In menuconfig all I can do is change from timer 0 (level 1) to timer 1 (level 3) .. or are you talking about changing code directly?
by imtiaz
Sun Mar 26, 2017 10:21 pm
Forum: ESP-IDF
Topic: Unstable partition API flashing functions
Replies: 38
Views: 45492

Re: Unstable partition API flashing functions

Hi @ESP_Angus , @ESP_igrr, With the last updates on the branch "spi_flash_lock_period"- everything is more stable. I am still finding that every once in a a while - maybe 1/10 times - The esp32 access point just drops off. Sometimes it comes back other times it doesn't. I think its something to do w...
by imtiaz
Fri Mar 24, 2017 9:44 am
Forum: ESP-IDF
Topic: Unstable partition API flashing functions
Replies: 38
Views: 45492

Re: Unstable partition API flashing functions

Hi Angus, Your code to calc the hash works awesomely well. However , here is the output when my md5 has code fails. I thought it was a WDT reset - but not sure now - anyway here you go File Size : 970864 Verifying File MD5 Hash Guru Meditation Error of type IllegalInstruction occurred on core 0. Exc...
by imtiaz
Fri Mar 24, 2017 8:58 am
Forum: ESP-IDF
Topic: Unstable partition API flashing functions
Replies: 38
Views: 45492

Re: Unstable partition API flashing functions

Thanks Angus - I'll send the exact wdt output tomorrow. Priority however of the task is 5 - so not high.

But yeah will swap to using memory map way - much faster.
by imtiaz
Fri Mar 24, 2017 3:06 am
Forum: ESP-IDF
Topic: Unstable partition API flashing functions
Replies: 38
Views: 45492

Re: Unstable partition API flashing functions

Thats awesome , thanks for the great support and magik linker code :) I had a function that verifies the downloaded file from the spi flash using MD5 which has always worked - and it just stopped working with the update - it just freezes now when you call it and after a while I get a WDT reset - do ...
by imtiaz
Fri Mar 24, 2017 2:41 am
Forum: ESP-IDF
Topic: Unstable partition API flashing functions
Replies: 38
Views: 45492

Re: Unstable partition API flashing functions

Wow - its definitely fixed the crash ! However after my file download , it now seems to just freeze - I''ll dig further.
by imtiaz
Fri Mar 24, 2017 2:17 am
Forum: ESP-IDF
Topic: Unstable partition API flashing functions
Replies: 38
Views: 45492

Re: Unstable partition API flashing functions

Thanks monitor works :) Heres what is being decoded on the crash - sorry I dont know if it will be helpful or not. erasing partition Guru Meditation Error of type IllegalInstruction occurred on core 0. Exception was unhandled. Register dump: PC : 0x400d3c3a PS : 0x00060931 A0 : 0x8000beb2 A1 : 0x3ff...
by imtiaz
Fri Mar 24, 2017 1:53 am
Forum: ESP-IDF
Topic: Unstable partition API flashing functions
Replies: 38
Views: 45492

Re: Unstable partition API flashing functions

not sure how to do this - can you provide some guidance please
Can you please decode the full stack trace (you can paste the whole backtrace line into xtensa-esp32-elf-addr2line
by imtiaz
Fri Mar 24, 2017 1:23 am
Forum: ESP-IDF
Topic: Unstable partition API flashing functions
Replies: 38
Views: 45492

Re: Unstable partition API flashing functions

make monitor
MONITOR
/bin/sh: winpty: command not found
make: *** [/c/esp32/esp-idf/components/esptool_py/Makefile.projbuild:92: monitor] Error 127
by imtiaz
Fri Mar 24, 2017 1:20 am
Forum: ESP-IDF
Topic: Unstable partition API flashing functions
Replies: 38
Views: 45492

Re: Unstable partition API flashing functions

Hi Angus,

Make monitor is not working on the latest IDF from what I know.