Search found 8 matches

by Sunil Dullolli
Mon Jul 15, 2019 3:21 pm
Forum: General Discussion
Topic: burn files to external flash
Replies: 2
Views: 2913

Re: burn files to external flash

That looks cool, will try that out. Thanks WiFive for pointing out. :D

PS: It works as intended, Thank you WiFive.
by Sunil Dullolli
Fri Jul 12, 2019 7:15 pm
Forum: General Discussion
Topic: unable to install packages on msys
Replies: 3
Views: 4478

Re: unable to install packages on msys

Thank you for your suggestions.
by Sunil Dullolli
Fri Jul 12, 2019 7:08 pm
Forum: General Discussion
Topic: burn files to external flash
Replies: 2
Views: 2913

burn files to external flash

Hello All,

I need to burn a bunch of files to the external flash, which I am going to access with VSPI interface. Are there any flasher/burner programs that go with openocd to get this thing done? or is there any tool/driver to do it? any pointers to this will be helpful.

Thanks,
SD
by Sunil Dullolli
Wed Jul 03, 2019 6:00 pm
Forum: General Discussion
Topic: unable to install packages on msys
Replies: 3
Views: 4478

unable to install packages on msys

Hello all, I downloaded the readily available msys2 & toolchain packages from https://docs.espressif.com/projects/esp-idf/en/latest/get-started/windows-setup.html#toolchain-setup. I see that I will also need cmake to be installed as I am using a third party component which uses cmake. When I do "pac...
by Sunil Dullolli
Wed Aug 29, 2018 6:08 pm
Forum: Report Bugs
Topic: New Wroom-32 modules JTAG Problem
Replies: 3
Views: 12696

Re: New Wroom-32 modules JTAG Problem

It seems like even I am facing the same issue. I got few new ESP-WROOM-32d modules which don't respond to any JTAG requests. I am able to program/debug the WROOM module in ESP-EVB launchpad with help of JTAG but I am not sure why same thing doesn't work on new modules. Even I have a feeling that mod...
by Sunil Dullolli
Sat Aug 25, 2018 3:19 am
Forum: General Discussion
Topic: Read/Write to NVS with DIRECT ADDRESSING
Replies: 5
Views: 6750

Re: Read/Write to NVS with DIRECT ADDRESSING

On power up Master writes all the available data to EEPROM. I would say this is a discrete data that comes through CAN interface. Thereafter, when some configuration in the Master changes, the exact byte with its exact address location will be sent to update in the EEPROM. In worst case scenario we ...
by Sunil Dullolli
Thu Aug 23, 2018 1:00 pm
Forum: General Discussion
Topic: Read/Write to NVS with DIRECT ADDRESSING
Replies: 5
Views: 6750

Re: Read/Write to NVS with DIRECT ADDRESSING

Hi ESP_Sprite, Well, the Master that will be sending around 4KB of data to ESP32 has historically maintained a format. The Master will have the same 4KB data stored in an EEPROM. The Read/Write instructions from Master to EEPROM are all address based and these are communicated through CAN interface....
by Sunil Dullolli
Wed Aug 22, 2018 6:46 pm
Forum: General Discussion
Topic: Read/Write to NVS with DIRECT ADDRESSING
Replies: 5
Views: 6750

Read/Write to NVS with DIRECT ADDRESSING

Hi All, I have had enough information about writing to NVS using key/value pair and by using File Systems. These seem to make things much easier for some cases but for my application I would be better off writing to NVS with direct addressing with help of spi_flash_{read|write|erase} API's. Is it po...