Search found 9610 matches

by ESP_Sprite
Wed Feb 22, 2017 1:46 am
Forum: General Discussion
Topic: ESP-WROOM-32: Quad SPI Chip Selects
Replies: 5
Views: 12267

Re: ESP-WROOM-32: Quad SPI Chip Selects

The TRM, mostly. The way the SPI registers are built strongly hint at QIO etc being a per-transaction thing you can enable on any CS.
by ESP_Sprite
Tue Feb 21, 2017 2:27 pm
Forum: General Discussion
Topic: ESP-WROOM-32: Quad SPI Chip Selects
Replies: 5
Views: 12267

Re: ESP-WROOM-32: Quad SPI Chip Selects

I think that may be misleading. As far as I can see, every device connected to one of the three CS pins of a SPI host can be in single-wire or dual or quad mode.
by ESP_Sprite
Tue Feb 21, 2017 2:27 pm
Forum: Hardware
Topic: unbrick a devkit?
Replies: 5
Views: 9347

Re: unbrick a devkit?

Strange, maybe an USB hickup or a flakey solder joint somewhere. Hope it was a fluke.
by ESP_Sprite
Tue Feb 21, 2017 11:48 am
Forum: Report Bugs
Topic: Falling back to built-in command interpreter ??
Replies: 4
Views: 10486

Re: Falling back to built-in command interpreter ??

Also, in case this is an issue in production, it's actually possible to program an efuse to force the ESP32 to use a certain flash voltage and ignore GPIO12.
by ESP_Sprite
Tue Feb 21, 2017 11:47 am
Forum: Hardware
Topic: Can we add SPI SRAM to our ESP32s?
Replies: 6
Views: 11439

Re: Can we add SPI SRAM to our ESP32s?

With the new revision of the silicon, you should be able to do this. Code is very new and the new metal revision still is somewhat untested, but seems to work. We'll be manufacturing ESP-WROVER modules for this, which are similar to the ESP-WROOM32 modules but have an intergrated 4MByte of PSRAM on ...
by ESP_Sprite
Tue Feb 21, 2017 11:41 am
Forum: General Discussion
Topic: SPI speed via GPIO matrix
Replies: 2
Views: 5373

Re: SPI speed via GPIO matrix

The maximum SPI clock over GPIO is 40MHz.
by ESP_Sprite
Tue Feb 21, 2017 6:22 am
Forum: Hardware
Topic: unbrick a devkit?
Replies: 5
Views: 9347

Re: unbrick a devkit?

'does not report anything' - you mean that the log is exactly the same before and after plugging in the board? Also, what specific devkit do you have?

If anything, the problem seems to be somewhere in the communication of the USB-serial chip and the PC, but you probably already deduced that yourself.
by ESP_Sprite
Tue Feb 21, 2017 3:15 am
Forum: ESP-IDF
Topic: Porting ARM Cortex M code
Replies: 3
Views: 6505

Re: Porting ARM Cortex M code

Are you using this in the standard esp-idf environment? In esp-idf, you could check the port_interruptNesting[xPortGetCoreID()] variable for non-zero-ness. It's defined in freertos/port.c, but not nicely exported, unfortunately. I'll think of a nicer way to get this information, it can be useful in ...
by ESP_Sprite
Tue Feb 21, 2017 3:08 am
Forum: ESP-IDF
Topic: Bluetooth classic
Replies: 14
Views: 27850

Re: Bluetooth classic

Yes, we have plans to that effect. I can't give you a timeline for that, unfortunately, though.
by ESP_Sprite
Tue Feb 21, 2017 3:07 am
Forum: ESP-IDF
Topic: Latest esp-idf -> as: unrecognised option '--64'
Replies: 4
Views: 7385

Re: Latest esp-idf -> as: unrecognised option '--64'

It seems that your host (=not the Xtensa) compiler is unhappy. Throwing that error into Google gives me a lot of people who see this problem when as on their system accidentally points to an as from a cross compiler. Can you see if that's the case?