As a follow up:
I have got it working now, i switched to a Raspberry Pi to flash the program and setup the certificates.
This however is a workarround. My problem persists on a Windows pc.
Search found 5 matches
- Thu Feb 08, 2024 12:13 pm
- Forum: ESP-IDF
- Topic: Eror in esp-cryptoauthlib atecc608b
- Replies: 3
- Views: 6237
- Mon Jan 29, 2024 10:02 am
- Forum: ESP-IDF
- Topic: Erase size not set for external chip in esp_partition_register_external
- Replies: 1
- Views: 823
Erase size not set for external chip in esp_partition_register_external
We are using a external chip spi flash chip on our board. We can successfully init this chip with the following code: // Init External Flash ESP_LOGI(Tag, "Init External Flash"); const esp_flash_spi_device_config_t config = { .host_id = SPI2_HOST, .cs_io_num = GPIO_NUM_10, .io_mode = SPI_FLASH_DIO, ...
- Fri Jan 12, 2024 1:26 pm
- Forum: ESP-IDF
- Topic: Eror in esp-cryptoauthlib atecc608b
- Replies: 3
- Views: 6237
Re: Eror in esp-cryptoauthlib atecc608b
Thanks for your answer, It's been a while for me, but i got time to work on it again. I did use the ESP-IDF command line. So that's not the issue. I can't see anything wrong with the serial connections as well, because the steps before the crash, like checking the chip, work. I also had te chance to...
- Thu Nov 09, 2023 2:56 pm
- Forum: ESP-IDF
- Topic: Eror in esp-cryptoauthlib atecc608b
- Replies: 3
- Views: 6237
Eror in esp-cryptoauthlib atecc608b
I am trying to use the ATECC608B with the ESP32S3 using ESP-IDF 5.1 I have found the Crytpoauth utility https://github.com/espressif/esp-cryptoauthlib/tree/master/esp_cryptoauth_utility#readme Which seams to flash a program on the ESP32S3 that can configure the ATECC608B. When i run the program with...
- Mon Oct 30, 2023 1:30 pm
- Forum: ESP-IDF
- Topic: IDF 5.0.1 on ESP32-S3 with CONFIG_ESP_TLS_USE_SECURE_ELEMENT
- Replies: 4
- Views: 31942
Re: IDF 5.0.1 on ESP32-S3 with CONFIG_ESP_TLS_USE_SECURE_ELEMENT
Are there any updates.
We are also planning to use the Secure Element with ESP-IDF 5.1 and a ESP32-S3.
I can't see any updated code, is this still planned?
We are also planning to use the Secure Element with ESP-IDF 5.1 and a ESP32-S3.
I can't see any updated code, is this still planned?