Search found 3529 matches

by WiFive
Fri Dec 18, 2015 12:51 am
Forum: General Discussion
Topic: Do you think we are playing games here?
Replies: 3
Views: 20121

Re: Do you think we are playing games here?

Makes sense. So DMA spi operations are possible though?
by WiFive
Thu Dec 17, 2015 10:54 am
Forum: General Discussion
Topic: Do you think we are playing games here?
Replies: 3
Views: 20121

Re: Do you think we are playing games here?

Nice! No spi DMA?
by WiFive
Wed Dec 16, 2015 7:51 pm
Forum: General Discussion
Topic: ESP32 Free Heap
Replies: 26
Views: 59596

Re: ESP32 Free Heap

How does the separate IRAM and SPI cache affect the ability of threads/tasks/ISRs to run on both cores dynamically? Thanks
by WiFive
Wed Dec 16, 2015 7:46 pm
Forum: General Discussion
Topic: ROM functions
Replies: 3
Views: 9702

Re: ROM functions

The ROM may not be finalized at this point and the SDK probably isn't linking to ROM functions for debugging purposes.
by WiFive
Tue Dec 15, 2015 5:51 am
Forum: General Discussion
Topic: ESP32 Free Heap
Replies: 26
Views: 59596

Re: ESP32 Free Heap

Fyi, do not take this as an indication on the amount of memory that will be available in the final SDK and on the final ESP32 chip. Because of the memory map of the ESP31, we only use a specific bit of memory (the shared RAM) as heap. Don't quote me on this, but I estimate the free heap in the ESP3...
by WiFive
Sun Dec 13, 2015 4:39 am
Forum: General Discussion
Topic: Be VERY careful assembling beta boards ... I ruined mine
Replies: 9
Views: 27074

Re: Be VERY careful assembling beta boards ... I ruined mine

Planning on using solder paste and hot air to avoid this problem.
by WiFive
Fri Dec 11, 2015 10:25 pm
Forum: General Discussion
Topic: ESP32 breakout board spotted in the wild
Replies: 6
Views: 16464

Re: ESP32 breakout board spotted in the wild

Nice to see they are shipping out. Wonder if they are shipping all at once or in smaller batches.
by WiFive
Fri Dec 11, 2015 9:19 pm
Forum: Documentation
Topic: [Latest Update] ESP32 Hardware Reference Design
Replies: 54
Views: 170614

Re: [Documentation Release] PCB of ESP32 Module

So ESP31 vs ESP32 Pins 36-45 are different pinout, mostly just rearranged. ESP32 loses Vdigital supply input which is used for digital IO logic levels? Instead is combined with Vpll? Or Vcore? ESP32 gains GPIO23 pin @ pin #42 No labels for RTC_GPIO pins yet? Pins 10 & 11? GPIO #1 is mirrored on two ...
by WiFive
Mon Dec 07, 2015 12:39 am
Forum: General Discussion
Topic: BTLE Stack/Features
Replies: 1
Views: 7133

BTLE Stack/Features

Any sign of BTLE stack in the SDK? Hopefully there will be capability for master, slave, and dual-mode roles. Also hopefully there will be some kind of mesh support either broadcast or routed, or the stack will be open source enough to build one.