Search found 17 matches

by rojer9
Wed Dec 16, 2015 9:01 am
Forum: General Discussion
Topic: ESP32 Free Heap
Replies: 26
Views: 64352

Re: ESP32 Free Heap

I am not entirely sure. Could be that the 48K is used by the ROM. ok, i actually miscalculated and it's 32K. but still, it is a big chunk of heap unaccounted for, would be nice to have it back or at least know that it's intentional. can you clarify it? you could possibly use this by just pointing a...
by rojer9
Wed Dec 16, 2015 2:10 am
Forum: General Discussion
Topic: ROM functions
Replies: 3
Views: 10448

ROM functions

is this really all there is?
for example, have all crypto functions been removed from ROM?
i suspect not. can you please publish the list of exports and (important!) C decls / prototypes for them?
full documentation would be nice too, but headers or even just addresses would be a good start.
by rojer9
Wed Dec 16, 2015 2:04 am
Forum: General Discussion
Topic: Flash Tool
Replies: 25
Views: 60596

Re: Flash Tool

ok, figured it out. it's the same "first flash" bug, but the difference is that i was triggering it all the time because of my wiring. described in detail, the bug is as follows: first flash_begin after reset (toggling CHIP_PU / EN pin) will most likely fail. if it succeeds (rarely but happens), it ...
by rojer9
Wed Dec 16, 2015 12:23 am
Forum: General Discussion
Topic: various question for First boot/flash Start to the ESP_Module_Testboard
Replies: 5
Views: 11853

Re: various question for First boot/flash Start to the ESP_Module_Testboard

i think EN can be used to reset the device.
that said, i'm not having much success flashing the device, so take it for what it's worth...
by rojer9
Tue Dec 15, 2015 6:41 pm
Forum: General Discussion
Topic: ESP32 Free Heap
Replies: 26
Views: 64352

Re: ESP32 Free Heap

i am also very interested in dram vs iram configuration. thanks for the explanation of the memory map Jeroen, it makes sense, except for this: in your reply you mention that the region at 0x3FFD8000 is the shared 192K segment. but there's only 144K between 0x3FFD8000 and 0x40000000 which is where RO...
by rojer9
Tue Dec 15, 2015 3:34 pm
Forum: General Discussion
Topic: Flash Tool
Replies: 25
Views: 60596

Re: Flash Tool

Thanks! i'm getting errors though. instead of failing occasionally, for me, it will occasionally work, but fail most of time. i added some debug output and usually get this: Connecting... connected on attempt 0 Erasing flash... Erase size 1400 num_blocks 5 offset 0 (1431642119, '\x00\xa9') Traceback...
by rojer9
Mon Dec 14, 2015 11:28 pm
Forum: General Discussion
Topic: Flash Tool
Replies: 25
Views: 60596

Re: Flash Tool

Sprite_tm wrote:esptool.py variant which can flash the ESP31

where can i get it? can you share, please?