Search found 8 matches

by baotd_innova
Wed Sep 11, 2024 2:20 am
Forum: General Discussion
Topic: Secure boot ESP32S3
Replies: 2
Views: 1477

Re: Secure boot ESP32S3

I understand, thanks.
by baotd_innova
Wed Sep 11, 2024 2:02 am
Forum: General Discussion
Topic: USB ESP32-S3
Replies: 2
Views: 520

Re: USB ESP32-S3

Hi, aliarifat794. Can you provide an example of using large buffers? I'm using an ESP32S3 with 2MB of PSRAM.
by baotd_innova
Tue Sep 10, 2024 2:31 pm
Forum: General Discussion
Topic: USB ESP32-S3
Replies: 2
Views: 520

USB ESP32-S3

Hi all, I'm facing some issues with the ESP32-S3: - Has Espressif ever tested the USB C CDC write/read speed? - Has Espressif tested the MSC speed with eMMC? - I'm using an ESP32-S3 connected to an EMMC04G-MK27-A01C. The write speed is 3.7MB/s and the read speed is 11.4MB/s. I'm not sure if this is ...
by baotd_innova
Sat Aug 24, 2024 7:06 am
Forum: General Discussion
Topic: Secure boot ESP32S3
Replies: 2
Views: 1477

Secure boot ESP32S3

Hi,

I need to enable secure boot and encrypt flash using code, not modify in menuconfig.
I found a virtual efuse example. Does esp-idf provide an API to write new efuses to secure boot and encrypt flash?

Thanks for your support!
Best Regards,
Bao Doan.
by baotd_innova
Wed May 22, 2024 1:57 pm
Forum: General Discussion
Topic: ESP32C3 USB CDC Handler
Replies: 0
Views: 1278

ESP32C3 USB CDC Handler

I am using ESP32C3 USB CDC to handle data but I am encountering a problem after Set config Log Output: No output, then esp32-c3 does not respond. I have researched a lot but found nothing about this problem. Code ESP32C3 #include "usb_serial.h" #include "sdkconfig.h" #include "freertos/FreeRTOS.h" #...
by baotd_innova
Fri Feb 02, 2024 8:49 am
Forum: General Discussion
Topic: USB ESP32-S3
Replies: 3
Views: 936

Re: USB ESP32-S3

I need api write and read data raw communication pc and esp32s3.
by baotd_innova
Fri Feb 02, 2024 1:29 am
Forum: General Discussion
Topic: USB ESP32-S3
Replies: 3
Views: 936

USB ESP32-S3

Hi, I am a problem about usb esp32-s3.
I want to send data esp32-s3 to pc but I don't find api support. How to send data esp32-s3 to pc ?
by baotd_innova
Tue Jan 30, 2024 2:33 am
Forum: General Discussion
Topic: Profile USB esp32-c3
Replies: 1
Views: 620

Profile USB esp32-c3

Hi.

I use module esp32-c3-mini-1, esp-idf v4.4 to developing tool. Can you tell me how to edit profile usb esp32c3 in code ? Because My App detect product id and vendor id usb special.

Thanks