That looks cool, will try that out. Thanks WiFive for pointing out.
PS: It works as intended, Thank you WiFive.
Search found 8 matches
- Mon Jul 15, 2019 3:21 pm
- Forum: General Discussion
- Topic: burn files to external flash
- Replies: 2
- Views: 3270
- Fri Jul 12, 2019 7:15 pm
- Forum: General Discussion
- Topic: unable to install packages on msys
- Replies: 3
- Views: 5101
Re: unable to install packages on msys
Thank you for your suggestions.
- Fri Jul 12, 2019 7:08 pm
- Forum: General Discussion
- Topic: burn files to external flash
- Replies: 2
- Views: 3270
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
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
- Wed Jul 03, 2019 6:00 pm
- Forum: General Discussion
- Topic: unable to install packages on msys
- Replies: 3
- Views: 5101
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...
- Wed Aug 29, 2018 6:08 pm
- Forum: Report Bugs
- Topic: New Wroom-32 modules JTAG Problem
- Replies: 3
- Views: 13918
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...
- Sat Aug 25, 2018 3:19 am
- Forum: General Discussion
- Topic: Read/Write to NVS with DIRECT ADDRESSING
- Replies: 5
- Views: 7604
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 ...
- Thu Aug 23, 2018 1:00 pm
- Forum: General Discussion
- Topic: Read/Write to NVS with DIRECT ADDRESSING
- Replies: 5
- Views: 7604
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....
- Wed Aug 22, 2018 6:46 pm
- Forum: General Discussion
- Topic: Read/Write to NVS with DIRECT ADDRESSING
- Replies: 5
- Views: 7604
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...