Search found 3 matches

by prodigysounds
Wed Mar 27, 2024 3:20 pm
Forum: General Discussion
Topic: ESP32-C6-DevkitM-1: GPIO Allocation
Replies: 1
Views: 1768

ESP32-C6-DevkitM-1: GPIO Allocation

I am designing a system that will be using the following protocols: I2S, I2C, and SPI. I am having difficulty finding where to define the GPIO pins manually to route these signals, I have searched the SDK as best as I could. Could you provide some assistance with defining the necessary GPIOs so that...
by prodigysounds
Mon Jul 31, 2023 4:31 am
Forum: General Discussion
Topic: ESP32 Flash Encryption
Replies: 4
Views: 1237

Re: ESP32 Flash Encryption

From my understanding and please correct me if I am wrong, I would be able to encrypt/decrypt data on an external flash memory device using MbedTLS. Having a global key will allow me to interface with any other external flash memory chip and decrypt the data that is being accessed by my core device....
by prodigysounds
Fri Jul 28, 2023 7:40 pm
Forum: General Discussion
Topic: ESP32 Flash Encryption
Replies: 4
Views: 1237

ESP32 Flash Encryption

I am developing a product that will utilize the ESP32-C6. The ESP32-C6 will be the core MCU of the product and it will interface with an interchangeable/removable external flash memory chip. The product will access the data contents of the external flash memory chip when one is connected to the ESP3...