Search found 124 matches

by rsimpsonbusa
Tue May 16, 2017 2:40 pm
Forum: General Discussion
Topic: Connecting JTAG?
Replies: 12
Views: 31320

Re: Connecting JTAG?

Sorry to intrude.

Does SWD work in the ESP32? I read that it did not. Could you later please confirm this.

br

Robert
by rsimpsonbusa
Tue May 09, 2017 6:57 pm
Forum: ESP-IDF
Topic: Using Eclipse with OpenOCD to build and debug ESP32
Replies: 13
Views: 30990

Re: Using Eclipse with OpenOCD to build and debug ESP32

Hi tedwood. Same environment, OSX 10.11.6, etc. I did the same with the exception of the java security feature so I just downloaded the plugin and installed it manually. (Thanks for the java tip, it works) I have a flyswatter2 JTAG debugger. I can debug manually, i.e.,flash (via Eclipse), start open...
by rsimpsonbusa
Thu Apr 27, 2017 9:57 pm
Forum: General Discussion
Topic: Debugging in Eclipse
Replies: 3
Views: 7506

Re: Debugging in Eclipse

Thanks did read it before and tried it. No joy :(
by rsimpsonbusa
Tue Apr 25, 2017 12:04 am
Forum: General Discussion
Topic: Debugging in Eclipse
Replies: 3
Views: 7506

Debugging in Eclipse

Hi guys. I am still struggling to have Eclipse work with the esp32 and openocd / gdb at least in OSX. Setup: OSX 10.11.6 OpenOcd from EspressIf JTAG is a Flyswatter2 App to debug: Blinky History: OpenOcd and xtensa gdb work directly as in a previous post (https://www.esp32.com/viewtopic.php?f=2&t=17...
by rsimpsonbusa
Mon Apr 24, 2017 7:05 pm
Forum: General Discussion
Topic: gpio interrupt conflicts with spi
Replies: 2
Views: 6114

Re: gpio interrupt conflicts with spi

Hi joicetm I have 3 gpios as inputs in interrupt, 3 spi devices in chain, 2 i2c devices in chain and all works fine. GPIOs interrupts at 300 usecs. Very fast. Reading your code, It may be that the start of app_main is a little messy probably of trying everything out of frustration :D It seems u want...
by rsimpsonbusa
Sun Apr 23, 2017 4:22 pm
Forum: General Discussion
Topic: What is not fully implemented yet?
Replies: 10
Views: 17655

Re: What is not fully implemented yet?

OpenOcd Flashing and debugging errors CAN (there is an unofficial driver ) It would be great if EspressIf had an alliance with some of the IDE Developers to have a stable IDE platform (even if paid). Eclipse is Ok but several limitations (debugging on the IDE) Internal Documentation like DMA GPIO l...
by rsimpsonbusa
Fri Apr 21, 2017 3:56 pm
Forum: General Discussion
Topic: OpenOcd in OSX
Replies: 1
Views: 5815

OpenOcd in OSX

Wanted to share with you the setup, step by step, for a Mac with a Flyswatter2 JTAG debugger. Apparently it can be any JTAG debugger as long as the voltage is viable. Anyway, the environment: OSX 10.11.6 USB 2.0 or 3.0, both work Flyswatter2 JTAG debugger http://www.tincantools.com/JTAG/Flyswatter2....
by rsimpsonbusa
Thu Apr 13, 2017 12:19 am
Forum: General Discussion
Topic: SPI and RFM69
Replies: 1
Views: 6346

Re: SPI and RFM69

Ill give u my Setup SPI routine, a Write 1 byte routine and a Read 1 byte routine. This device has the following command structure, To write: 1 Cmd Write Byte, 2 or 3 Address bytes(depends on the version of the device it needs 16 or 24 bits of address) and the byte to write. Total bytes to write, 4 ...
by rsimpsonbusa
Fri Apr 07, 2017 11:58 pm
Forum: General Discussion
Topic: OTA of factory app
Replies: 7
Views: 14976

Re: OTA of factory app

As I understand it, there is no such thing as Factory Partition. Either partition (assuming two A and B) is available by a system flag that tells it which was the LAST partition loaded from OTA and to boot that partition (lets say A). When you download a new app via OTA it puts this "new" app in the...