Search found 206 matches

by ThomasESP32
Fri Nov 17, 2023 12:39 pm
Forum: ESP-IDF
Topic: Esp32S3 : Interrupt Handling
Replies: 1
Views: 1451

Re: Esp32S3 : Interrupt Handling

Good afternoon, I have printed the interrupt tables for CPU0 and CPU1, and I don't understand why I get the interrupt allocation error because the tables are not full. Moreover, with the SHARED flag, the UART peripheral int and the I2C peripheral int are on the same vector but the UART does not mana...
by ThomasESP32
Fri Nov 17, 2023 12:28 pm
Forum: ESP-IDF
Topic: Esp32S3 : Virtual FileSystem Max FileName
Replies: 5
Views: 5620

Re: Esp32S3 : Virtual FileSystem Max FileName

I have the longfilename support in Heap (Enabled)...
Do you have any idea ?
by ThomasESP32
Fri Nov 17, 2023 9:13 am
Forum: ESP-IDF
Topic: Esp32S3 : Virtual FileSystem Max FileName
Replies: 5
Views: 5620

Re: Esp32S3 : Virtual FileSystem Max FileName

Thank you for your answer, yes I have seen this configuration.

However, the name length in menu config is 255 caracters at the moment.

So I do not understand what happen.

Best regards,
by ThomasESP32
Fri Nov 17, 2023 9:12 am
Forum: ESP-IDF
Topic: Esp32S3 : Interrupt Handling
Replies: 1
Views: 1451

Esp32S3 : Interrupt Handling

Good morning, I have a question concerning interrupt handling on Esp32S3 chip. I am working on a firmware where is use drivers in order to start different peripherals. I did not worry on interrupt allocation so far, but I have just added the UART driver and I get an I2C interrupt allocation error wh...
by ThomasESP32
Mon Nov 13, 2023 10:33 am
Forum: ESP-IDF
Topic: Esp32S3 Wroom 1 - Temperature measurement
Replies: 1
Views: 1099

Esp32S3 Wroom 1 - Temperature measurement

Good morning,


I would like to know if something can measure the local temperature on the Esp32S3 Wroom 1 module
please ? And if the answer is yes, how to use it ? (Methods that have to be called and so on...)

Best regards,

Thomas TRUILHE
by ThomasESP32
Fri Nov 10, 2023 9:14 am
Forum: ESP-IDF
Topic: Esp32S3 : Virtual FileSystem Max FileName
Replies: 5
Views: 5620

Esp32S3 : Virtual FileSystem Max FileName

Good morning, I am working on an Esp32S3. I have defined a flash partition named Audio, where I put mp3 files automatically at compilation. Using Virtual FileSystem, I am mounting a partition in order to access the mp3 files and I manage to play them. Here everything is OK. However, it seems that wh...
by ThomasESP32
Fri Oct 27, 2023 9:53 am
Forum: ESP-IDF
Topic: Esp32S3 : How to update a partition which is not a "program" partition ?
Replies: 2
Views: 867

Esp32S3 : How to update a partition which is not a "program" partition ?

Good morning, I am working on an Esp32S3 which is on a "personnal" electronic board and I have a question for you. My program contains the following partitions : (Extracted from the partitions.csv file) nvs, data, nvs, 0x9000, 0x4000, otadata, data, ota, 0xd000, 0x2000, phy_init, data, phy, 0xf000, ...
by ThomasESP32
Fri Oct 06, 2023 6:24 am
Forum: ESP-IDF
Topic: ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?
Replies: 5
Views: 2325

Re: ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?

Good morning, thank you for your help, looking at the Esp32S3 site, I have found informations about esptool. I managed to install it on a computer and using the same command which appears on the console of Esp-Idf, I managed to flash the chip. I have just another question please. In my project, I ha...
by ThomasESP32
Thu Oct 05, 2023 12:52 pm
Forum: ESP-IDF
Topic: ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?
Replies: 5
Views: 2325

Re: ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?

Thank you for your answer. However, the goal is to have the possibility to flash the device with a project containing many .bin files (Each one located at a particular address) without the use of ESP-IDF. We would like to have the possibility to flash the project in production on a computer which wo...
by ThomasESP32
Fri Sep 29, 2023 9:52 am
Forum: ESP-IDF
Topic: ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?
Replies: 5
Views: 2325

ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?

Good morning, I am working with an Esp32S3 Wroom 1 module and I would like to know if it is possible to flash/program the Esp32S3 without using the Eclipse workspace ? My goal would be to program/flash the Esp32S3 chip via command lines (With an USB cable connected to the USB connector of the chip)....