Search found 11 matches
- Wed Mar 27, 2024 3:30 pm
- Forum: ESP-IDF
- Topic: Updated examples of new I2C master/slave driver for IDF 5.2.x...
- Replies: 3
- Views: 4840
Re: Updated examples of new I2C master/slave driver for IDF 5.2.x...
Can anybody from Espressif confirm that there are in fact no examples based on the new i2c driver from IDF 5.2 / 5.2.1 ?
- Wed Mar 13, 2024 3:13 pm
- Forum: ESP-IDF
- Topic: Updated examples of new I2C master/slave driver for IDF 5.2.x...
- Replies: 3
- Views: 4840
Updated examples of new I2C master/slave driver for IDF 5.2.x...
Greetings esteemed colleagues, I am currently migrating a project from IDF 5.1.3 into IDF 5.2.1 and I am having problems using the new i2c_slave.c driver... I already updated my source code accordingly to match the instructions in the API Reference here: https://docs.espressif.com/projects/esp-idf/e...
- Thu Jun 01, 2023 7:33 pm
- Forum: Hardware
- Topic: ESP32-S3 JTAG Bridge SRST Problem
- Replies: 3
- Views: 1922
Re: ESP32-S3 JTAG Bridge SRST Problem
Thank you for confirming that ESP_Sprite.
As a work around, I am now using the "bridged" TRST (usb_jtag_trst) to reset the external MCU instead. I just issue USB Control request VEND_JTAG_SETIO and use bit 3 of wValue to toggle it high or low. Everything is working fine now.
Best Regards,
As a work around, I am now using the "bridged" TRST (usb_jtag_trst) to reset the external MCU instead. I just issue USB Control request VEND_JTAG_SETIO and use bit 3 of wValue to toggle it high or low. Everything is working fine now.
Best Regards,
- Wed May 31, 2023 2:32 pm
- Forum: Hardware
- Topic: ESP32-S3 JTAG Bridge SRST Problem
- Replies: 3
- Views: 1922
ESP32-S3 JTAG Bridge SRST Problem
Greetings Esteemed Colleagues, I have a problem using the USB-JTAG Bridge feature of the ESP32-S3. I want to program to another MCU via the ESP32-S3's USB JTAG Bridge feature. I used the code snippet suggested by ESP_Sprite in this thread: https://esp32.com/viewtopic.php?t=25670 WRITE_PERI_REG(USB_S...
- Fri Jan 06, 2023 6:19 am
- Forum: Hardware
- Topic: ESP32-S3 EFUSE pre-programming for production.
- Replies: 2
- Views: 2398
Re: ESP32-S3 EFUSE pre-programming for production.
First of all, thank you for a very detailed answer to my query. After analyzing bootloader.elf with SB and Encryption enabled, I was able to identify which of the eFuses the bootloader burns upon first and second boot. I came to the same conclusions you already described. In the end, I was able to p...
- Tue Dec 20, 2022 5:25 pm
- Forum: ESP-IDF
- Topic: ESP32-S3 eFuse DIS_BOOT_REMAP
- Replies: 2
- Views: 1690
Re: ESP32-S3 eFuse DIS_BOOT_REMAP
After checking bootloader.elf in a disassembler, I can conclude that DIS_BOOT_REMAP is not even used in the current ESP32-S3 bootloader and therefore the online documentation needs to be corrected.
- Tue Dec 20, 2022 2:55 am
- Forum: ESP-IDF
- Topic: ESP32-S3 eFuse DIS_BOOT_REMAP
- Replies: 2
- Views: 1690
ESP32-S3 eFuse DIS_BOOT_REMAP
Greetings Dear Colleagues, The information regarding the bit position of DIS_BOOT_REMAP in EFUSE BLOCK0 appears to be missing in online documentation here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-reference/system/efuse.html It is also missing from the current ESP32-S3 Techn...
- Fri Dec 02, 2022 11:39 am
- Forum: Hardware
- Topic: ESP32-S3 EFUSE pre-programming for production.
- Replies: 2
- Views: 2398
ESP32-S3 EFUSE pre-programming for production.
Greetings Dear Colleagues, Is it an acceptable practice to pre-program EFUSES related to Secure Boot V2 and Flash Encryption without immediately flashing the bootloader and app afterwards? I have always seen in the documentations that the boot and app are encrypted internally for the first time afte...
- Wed Jun 15, 2022 3:51 pm
- Forum: Hardware
- Topic: ESP32-S3: Permanently disabling UART ROM download mode
- Replies: 2
- Views: 2478
Re: ESP32-S3: Permanently disabling UART ROM download mode
Thank you for the clarifications on this matter.
- Wed Jun 15, 2022 2:01 am
- Forum: Hardware
- Topic: ESP32-S3: Permanently disabling UART ROM download mode
- Replies: 2
- Views: 2478
ESP32-S3: Permanently disabling UART ROM download mode
Greetings esteemed colleagues, I am trying to configure Secure Boot V2 via the Project Configuration Menu. I want to set UART ROM download mode to “Permanently disabled”. My first question is, will this also prevent firmware flashing via the USB Serial/JTAG connection? I understand that in order to ...