Search found 19 matches

by wobblyboots
Mon Oct 02, 2017 7:15 pm
Forum: General Discussion
Topic: Timer group performance
Replies: 17
Views: 22035

Re: Timer group performance

Spectacular sprite_tm - thank you so much for posting. We are digesting this as I write this.

kind regards
Ian.
by wobblyboots
Thu Sep 28, 2017 11:47 pm
Forum: General Discussion
Topic: Open OCD
Replies: 3
Views: 5349

Re: Open OCD

I have some notes for this since I've done this recently, I'll type them up in the next day or so

- Ian.
by wobblyboots
Mon Sep 25, 2017 1:22 pm
Forum: General Discussion
Topic: Timer group performance
Replies: 17
Views: 22035

Re: Timer group performance

Hi Alexey, The LIBUSB errors seem to be a red herring - when I first saw them I searched else where and it seems that Openocd searches for USB devices and tried a few before finding the right one. I downloaded the latest Openocd-esp32 source from Github for Windows under msys and built it - it's a d...
by wobblyboots
Fri Sep 22, 2017 1:41 am
Forum: General Discussion
Topic: Timer group performance
Replies: 17
Views: 22035

Re: Timer group performance

And if it helps, here's an openocd log with extra debugging turned on: bin/openocd -d 3 -s share/openocd/scripts -f interface/ftdi/esp32_devkitj_v1.cfg -f board/esp-wroom-32.cfg 2>&1 | tee openocd.log It certainly seems to me that events are being sent - they just don't seem to be making it into the...
by wobblyboots
Thu Sep 21, 2017 1:04 pm
Forum: General Discussion
Topic: Timer group performance
Replies: 17
Views: 22035

Re: Timer group performance

Thank you so much for your help Alexey. OpenOCD console here - works with GDB / Eclipse debugging. Open On-Chip Debugger 0.10.0-dev-ga859564 (2017-07-24-16:18) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html none separate adapter speed: 20000 kHz force hard b...
by wobblyboots
Thu Sep 21, 2017 2:57 am
Forum: General Discussion
Topic: Timer group performance
Replies: 17
Views: 22035

Re: Timer group performance

Thanks so much. In the mean time...I've got jtag on a wrover kit working, I'm at the point of generating systemview data - at least, I'm getting sysview files but neither Segger's Systemview nor Impuse displays anything. I telnet 4444 to the openocd on localhost and run: esp32 sysview start file://p...
by wobblyboots
Wed Sep 20, 2017 1:10 pm
Forum: General Discussion
Topic: Timer group performance
Replies: 17
Views: 22035

Re: Timer group performance

Very happy to have a go at the i2s setup and post the results for assistance, thereby increasing the community knowledge, unless someone is already actively working on this.

kind regards
Ian.
by wobblyboots
Tue Sep 19, 2017 1:32 am
Forum: General Discussion
Topic: Timer group performance
Replies: 17
Views: 22035

Re: Timer group performance

Thanks guys, I appreciate the suggestions. It does feel like the FreeRTOS clock is getting int the way somehow, although I'm not sure even if we discover this how we change this, or give the timer group priority over the FreeRTOS clock (for example). Our next task is to actually get the i2s module w...
by wobblyboots
Mon Sep 18, 2017 5:01 pm
Forum: General Discussion
Topic: Timer group performance
Replies: 17
Views: 22035

Timer group performance

Hi all, We are porting one of our LED panel driver boards to the ESP32, as much to learn about this wonderful chip as anything. We have hit a snag. LED panels are not complex - you disable the display, pump out the lit pixels over a shift register, select which row this should be, then re-enable the...