具体执行到以下代码后蓝牙启动USB就没了
esp-idf 4.4
esp-idf\components\esp_phy\src\phy_init.c
esp_err_t ret = register_chipv7_phy(init_data, cal_data, calibration_mode);
Search found 4 matches
- Tue Nov 23, 2021 7:18 am
- Forum: ESP-IDF 中文讨论版
- Topic: [已解决] ESP32 S3 USB与蓝牙无法同时开启
- Replies: 6
- Views: 15680
- Tue Nov 23, 2021 6:57 am
- Forum: General Discussion
- Topic: BLE and USB not working together
- Replies: 11
- Views: 21508
Re: BLE and USB not working together
同样的问题
E:\esp-idf\components\esp_phy\src\phy_init.c
esp_err_t ret = register_chipv7_phy(init_data, cal_data, calibration_mode);
E:\esp-idf\components\esp_phy\src\phy_init.c
esp_err_t ret = register_chipv7_phy(init_data, cal_data, calibration_mode);
- Fri Nov 12, 2021 8:20 pm
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32S3无法启动 D (188) bootloader_flash:
- Replies: 2
- Views: 3647
Re: ESP32S3无法启动 D (188) bootloader_flash:
你好, 掉电复位仍然是这样的情况 读取flash status后掉电重新上电仍然是这样 出现问题的只是我其中一块模组,其他模组刷入hello_world正常 PS E:\esp-idf> esptool.py read_flash_status esptool.py v3.2-dev Found 1 serial ports Serial port COM4 Connecting.... Detecting chip type... ESP32-S3 Chip is ESP32-S3 Features: WiFi, BLE Crystal is 40MHz MAC: 34:b4:72:41:x...
- Sun Nov 07, 2021 10:51 pm
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32S3无法启动 D (188) bootloader_flash:
- Replies: 2
- Views: 3647
ESP32S3无法启动 D (188) bootloader_flash:
ESP32-S3-WROOM-1-N8 esp idf v4.4 故障描述:无法启动 故障发生前操作:测试deep sleep示例程序,写入固件后正常睡眠几次后无法启动。然后任何程序都无法启动了。已用esptool验证bootloader和程序固件,没有错误。用另一块模块刷入相同程序正常运行。 写入sample project程序后启动log: [Codebox]ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT) SPIWP:0xee mode:DIO, cloc...