Search found 30 matches

by NevynSelby
Sat Apr 06, 2019 10:57 am
Forum: ESP-IDF
Topic: Re-using GPIO 1 & 3
Replies: 2
Views: 4819

Re-using GPIO 1 & 3

I have an application that needs to reuse the UART0 pins for GPIO and I am trying to work out how to do it. I have used make menuconfig and changed the debug UART output pin for UART0 to pins 21 and 22. When the ESP32 is restarted I see the initial debug information going to pins 1 & 3 (this is OK)....
by NevynSelby
Wed Jan 09, 2019 7:49 am
Forum: ESP-IDF
Topic: JTAG Debugging Using Eclipse on Mac
Replies: 4
Views: 4747

Re: JTAG Debugging Using Eclipse on Mac

We were using the D2WD chip with built in flash so that would have been 1.8V (assuming I've read the datasheet correctly). Things has slight overtaken us since the original post. We have made some changes to the hardware and currently have a new prototype in manufacture. We decided to switch from th...
by NevynSelby
Tue Jan 08, 2019 1:44 pm
Forum: ESP-IDF
Topic: JTAG Debugging Using Eclipse on Mac
Replies: 4
Views: 4747

Re: JTAG Debugging Using Eclipse on Mac

Thank you ESP_igrr. It looks like you are right. I finally managed to get to UART0 through a tricky modification to the board. At boot we are getting something like the following on the UART: rst:0x10 (RTCWDT_RTC_RESET),boot:0x1b (SPI_FAST_FLASH_BOOT) flash read err, 1000 ets_main.c 371 ets Jun 8 20...
by NevynSelby
Thu Jan 03, 2019 6:05 am
Forum: Hardware
Topic: Programming Flash - It is possible using SPI
Replies: 4
Views: 4560

Re: Programming Flash - It is possible using SPI

Thank you for your help.

Regards,
Mark
by NevynSelby
Wed Jan 02, 2019 5:33 pm
Forum: Hardware
Topic: Programming Flash - It is possible using SPI
Replies: 4
Views: 4560

Re: Programming Flash - It is possible using SPI

By glue logic - I take it you mean we would have to put the logic in our application or write a custom bootloader?

Regards
Mark
by NevynSelby
Mon Dec 31, 2018 4:34 pm
Forum: Hardware
Topic: Programming Flash - It is possible using SPI
Replies: 4
Views: 4560

Programming Flash - It is possible using SPI

After reading the documentation I think I know the answer, but is it possible to use the SPI bus to load a program into the flash memory?

From what I have read I think there are really only two options:
  • UART
  • OTA
Is this correct?

Regards,
Mark
by NevynSelby
Sun Dec 30, 2018 9:59 am
Forum: ESP-IDF
Topic: JTAG Debugging Using Eclipse on Mac
Replies: 4
Views: 4747

JTAG Debugging Using Eclipse on Mac

I have followed the instructions in the documentation web site for setting up JTAG debugging with Eclipse. After completing this I run a simple Blinky example on the WROVER board and that seems to work OK. I then move over to a custom board we are building using the ESP32-D2WD chip programming using...
by NevynSelby
Fri Nov 30, 2018 10:55 am
Forum: ESP-IDF
Topic: Missing items in queues
Replies: 3
Views: 3990

Re: Missing items in queues

I think you are right about the timing issue, I did some optimisation yesterday and it looks to be performing as expected. I'll see how it does under stress testing :)

Thanks for your time,
Mark
by NevynSelby
Thu Nov 29, 2018 8:57 am
Forum: ESP-IDF
Topic: Missing items in queues
Replies: 3
Views: 3990

Missing items in queues

I have some code with multiple tasks and queues and I'm creating some test data and the application is exhibiting some odd behaviour. Basic principle, the main application posts a series of messages to a queue ( UARTTaskQueue ). A task, UARTTxTask , waits on the queue and retrieves the messages bein...
by NevynSelby
Thu Dec 24, 2015 12:11 pm
Forum: General Discussion
Topic: [Tool Release] FLASH_DOWNLOAD_TOOL
Replies: 35
Views: 94350

Re: [Tool Release] FLASH_DOWNLOAD_TOOL

Ok, got Windows all set up with an example "hello world" - compiles just great... not the foggiest idea what to do with the pins on the demo board. On the ESP8266 we have to attach 3v3 to 3v3, gnd to gnd, serial in and out - and ground GPIO0 temporarily to program.. So what is the equivalent on the...