Search found 4 matches
- Fri Jul 07, 2023 9:33 pm
- Forum: General Discussion
- Topic: [resolved] Why ESP32-S3 on Mouser shows ECCN:5A002.A ?
- Replies: 12
- Views: 112036
Re: Why ESP32-S3 on Mouser shows ECCN:5A002.A ?
Hi @ESP_Eavo this is creating a big issue for us, can we have this resolved ASAP?
- Sun Jun 18, 2023 8:22 pm
- Forum: ESP-IDF 中文讨论版
- Topic: 【已解决】S2 SPI MASTER assert(desired_dev) 问题
- Replies: 4
- Views: 4015
Re: S2 SPI MASTER assert(desired_dev) 问题
Already fixed on master
- Tue May 30, 2023 1:19 am
- Forum: ESP-IDF 中文讨论版
- Topic: 【已解决】S2 SPI MASTER assert(desired_dev) 问题
- Replies: 4
- Views: 4015
Re: S2 SPI MASTER assert(desired_dev) 问题
我们这边观察到同样问题,LCD 随机出现(和 timing 有关)
代码基于的 master 分支的,这个看起来像是锁竞争?按理说 SPI 中断内 desired_dev 怎么会变呢?
Code: Select all
D (3089) lcd_panel.st7789: new st7789 panel @0x3fc9cd9c
assert failed: spi_intr spi_master.c:651 (desired_dev)
- Thu Jun 23, 2022 10:49 pm
- Forum: ESP32 Arduino
- Topic: Configuring WiFi Channel Bandwidth in Arduino
- Replies: 2
- Views: 3398
Re: Configuring WiFi Channel Bandwidth in Arduino
Hi, I have the same problem: there is no way to specify a 40MHz BW in FTM initiation. Because FTM works in unassociated state, the esp_wifi_set_bandwidth API does not work.