Search found 43 matches

by aaquilina
Fri Mar 10, 2017 10:48 am
Forum: General Discussion
Topic: Storing a Large (800kB) Website
Replies: 3
Views: 6605

Storing a Large (800kB) Website

Hi, Can anyone tell me what the best way to store a large website (815kB) in the ESP32's external flash? I assume, hard coding the website directly into a header file would not utilise the external flash and therefore causes the user app not to boot. I have converted the website to a hex dump as rec...
by aaquilina
Fri Mar 10, 2017 10:44 am
Forum: General Discussion
Topic: JTAG Debugging "Failed to verify app image @0x10000 <8194>"
Replies: 8
Views: 11110

Re: JTAG Debugging "Failed to verify app image @0x10000 <8194>"

It turns out the second serial output that I posted is caused by something else, so it seems to be two different errors. The second I believe is caused by me hard coding a rather large website (815KB) into a header file. I will start a separate post on this issue. Thanks for your help so far. This a...
by aaquilina
Fri Mar 10, 2017 9:45 am
Forum: General Discussion
Topic: JTAG Debugging "Failed to verify app image @0x10000 <8194>"
Replies: 8
Views: 11110

Re: JTAG Debugging "Failed to verify app image @0x10000 <8194>"

Thanks for your input. Unfortunately, I already tried this. Its strange because I used the board for a month before it started doing this. I ordered some new boards to test whether its caused by the boards at all. Are you still using VisualGDB?
by aaquilina
Thu Mar 09, 2017 1:24 pm
Forum: General Discussion
Topic: JTAG Debugging "Failed to verify app image @0x10000 <8194>"
Replies: 8
Views: 11110

Re: JTAG Debugging "Failed to verify app image @0x10000 <8194>"

I've managed to set the flash voltage. However, I still getting the same errors while using VisualGDB JTAG debugger. I need to identify where the issue is coming from. Whether it's a VisualGDB issue, JTAG issue or a code issue. Luckily, I have another ESP32 Board with the same issue if anyone has an...
by aaquilina
Wed Mar 08, 2017 5:11 pm
Forum: General Discussion
Topic: JTAG Debugging "Failed to verify app image @0x10000 <8194>"
Replies: 8
Views: 11110

JTAG Debugging "Failed to verify app image @0x10000 <8194>"

Hi, I'm debugging using JTAG and recently, more often than not, I get the error "Failed to verify app image @0x10000 <8194>" when trying to reprogram for debug. I then try to flash the ESP32 with the hello world program over serial and it succeeds without fail. After a while of a series of reprogram...
by aaquilina
Mon Mar 06, 2017 8:36 am
Forum: General Discussion
Topic: [SOLVED] free() causing (vPortFreeTagged)- assert failed!
Replies: 5
Views: 8570

Re: free() causing (vPortFreeTagged)- assert failed!

Thanks! That was the problem. Using netbuf_copy now :) .
by aaquilina
Fri Mar 03, 2017 2:01 pm
Forum: General Discussion
Topic: [SOLVED] free() causing (vPortFreeTagged)- assert failed!
Replies: 5
Views: 8570

Re: free() causing (vPortFreeTagged)- assert failed!

Thanks for your suggestion, that didn't come to mind. I just tried it but I'm still getting the same error. The undescribed processing is that I populate it with whatever comes over the TCP socket and then read it so that I can decrypt it. By the way, I wanted to thank you for your excellent videos ...
by aaquilina
Fri Mar 03, 2017 12:56 pm
Forum: General Discussion
Topic: [SOLVED] free() causing (vPortFreeTagged)- assert failed!
Replies: 5
Views: 8570

[SOLVED] free() causing (vPortFreeTagged)- assert failed!

Hi, Writing some code to serve a TCP and creating a character pointer to hold the received data. I then malloc the buffer, receive the data, decrypt it and try and free it. When I try to free I get the below error. As soon as I comment the free, the program works, but I'm pretty sure that with enoug...
by aaquilina
Thu Feb 02, 2017 2:00 pm
Forum: ESP-IDF
Topic: VisualGDB with ESP32
Replies: 2
Views: 6721

Re: VisualGDB with ESP32

Thanks! It was a matter of resetting it into bootloader mode