Search found 2 matches
- Tue Jan 29, 2019 5:12 pm
- Forum: Documentation
- Topic: [Documentation Release] ESP32 Technical Reference
- Replies: 41
- Views: 191733
Re: [Documentation Release] ESP32 Technical Reference
Any chance to get the description of following RMT register. That is following member of structure rmt_dev_t in rmt_struct.h? uint32_t status_ch[8]; /*The status for channel0-7*/ That would help to understand the error messages from RMT driver: E (20119) rmt: RMT[0] ERR E (20119) rmt: status: 0x1400...
- Fri May 18, 2018 11:25 am
- Forum: General Discussion
- Topic: ROM bootloader and padding sections
- Replies: 1
- Views: 4402
ROM bootloader and padding sections
Hi, I tried to make the ROM bootloader to load an image consisting of RAM and flash segments. I can successfully generate a .elf. esptool.py elf2image is also keen to generate the .bin file. esptool.py image_info lists the segments present in the .bin file: esptool.py v2.3.1 Image version: 1 Entry p...