Search found 5 matches
- Sun May 05, 2024 12:00 pm
- Forum: Hardware
- Topic: ESP32S3 SPI2 and SPI3
- Replies: 0
- Views: 633
ESP32S3 SPI2 and SPI3
Hi, I am desinging a PCB with ESP32-S3FH4R2 which uses Quad SPIs (SPI0/SPI1) for in-package memory. I would like to route SPI2 and SPI3 to other devices on the board and would like to utilize the maximum available performance. Therefore for SPI2 I have chosen the IOMUX and routed the pins as follows...
- Mon Apr 01, 2024 6:03 pm
- Forum: ESP-IDF
- Topic: Secure Boot V1 on ESP32 Rev1 OR Rev3
- Replies: 3
- Views: 1728
Re: Secure Boot V1 on ESP32 Rev1 OR Rev3
Anyone able to try?
- Wed Mar 27, 2024 1:37 pm
- Forum: ESP-IDF
- Topic: Secure Boot V1 on ESP32 Rev1 OR Rev3
- Replies: 3
- Views: 1728
Re: Secure Boot V1 on ESP32 Rev1 OR Rev3
Hi ESP_harshal, Thanks for your response. Attached hello_world_sbv1.zip is a copy of esp-idf hello_world exmaple with my sdkconfig. It also includes : my custom partition file "nvs.csv" and a dummy key I generated for test Doing the same procedure again I got a device stuck at bootloop. The device i...
- Tue Mar 26, 2024 7:47 pm
- Forum: ESP-IDF
- Topic: Secure Boot V1 on ESP32 Rev1 OR Rev3
- Replies: 3
- Views: 1728
Secure Boot V1 on ESP32 Rev1 OR Rev3
Hi, I have several ESP32 devices, some of them being REV1 and some of them REV3. For REV3 chips I have implemented secure boot V2 and they are working as expected. For REV1 chips I have to use Secure boot v1 since it is the only choice. However independent of chips being REV1 or REV3 I could not get...
- Mon Oct 02, 2023 7:40 pm
- Forum: ESP32 Arduino
- Topic: Arduino-esp32 crash at log_printf
- Replies: 0
- Views: 1336
Arduino-esp32 crash at log_printf
Hi, I have my custom project based on arduino-esp32. I modified the example sdkconfig from "esp32" folder of arduino-esp32. My code starts running outputs some messages from UART then when it outputs an core dump which is caught and decoded by the idf.py monitor. Crash dump is below. Any ideas what ...