Hello,
do you have resolve your problems?
I have the same issue, I removed all the display part from the example mipi_isp_dsi_main.c but it seems that esp_cam_ctlr_receive is called only one time and then it remains blocked.
What could be the problem?
I'm using esp-idf 5.5.1
Thank you!
Simeon
Search found 25 matches
- Wed Dec 10, 2025 10:55 am
- Forum: ESP-IDF
- Topic: ESP32-P4 Camera App: esp_cam_ctlr_receive() hangs
- Replies: 10
- Views: 5704
- Mon Jul 22, 2024 9:05 am
- Forum: ESP-IDF
- Topic: Create two sdmmc partition
- Replies: 5
- Views: 4864
Re: Create two sdmmc partition
Hello ESP_adokitkat,
Thanks a lot, it works correctly!!
Best regards,
Simeon
Thanks a lot, it works correctly!!
Best regards,
Simeon
- Mon Jul 15, 2024 11:49 am
- Forum: ESP-IDF
- Topic: Create two sdmmc partition
- Replies: 5
- Views: 4864
Re: Create two sdmmc partition
Hello ESP_adokitkat,
thanks a lot for your reply!
I have done the path that you say in: /components/fatfs/diskio/diskio.c, but for the second partition I have this error: "vfs_fat_sdmmc: host init failed (0x103)"
I will wait for your example code.
Note that at the moment we cannot update the esp ...
thanks a lot for your reply!
I have done the path that you say in: /components/fatfs/diskio/diskio.c, but for the second partition I have this error: "vfs_fat_sdmmc: host init failed (0x103)"
I will wait for your example code.
Note that at the moment we cannot update the esp ...
- Thu Jul 11, 2024 2:09 pm
- Forum: ESP-IDF
- Topic: Create two sdmmc partition
- Replies: 5
- Views: 4864
Create two sdmmc partition
Hello,
I'm using an eMMC and I need two different partition.
With one partition I have no problem, but if I create a second partition, it fail(vfs_fat_sdmmc: host init failed (0x103)).
For example:
esp_err_t ret = esp_vfs_fat_sdmmc_mount("/test0", &host, &slot_config, &mount_config, &card ...
I'm using an eMMC and I need two different partition.
With one partition I have no problem, but if I create a second partition, it fail(vfs_fat_sdmmc: host init failed (0x103)).
For example:
esp_err_t ret = esp_vfs_fat_sdmmc_mount("/test0", &host, &slot_config, &mount_config, &card ...
- Fri Mar 15, 2024 7:19 am
- Forum: ESP-IDF
- Topic: MBEDTLS with TCP socket example
- Replies: 3
- Views: 2107
Re: MBEDTLS with TCP socket example
Hello, thanks a lot, there is a way to use MBEDTLS and POSIX TCP socket?
- Wed Mar 13, 2024 4:05 pm
- Forum: ESP-IDF
- Topic: MBEDTLS with TCP socket example
- Replies: 3
- Views: 2107
MBEDTLS with TCP socket example
Hello,
I'm using esp-idf 4.4.2 and I have to use MBEDTLS using TCP socket in order to send data to a server.
Please, could you give me how to do it, or give me a small example?
Thanks!
I'm using esp-idf 4.4.2 and I have to use MBEDTLS using TCP socket in order to send data to a server.
Please, could you give me how to do it, or give me a small example?
Thanks!
- Sat Feb 03, 2024 9:11 am
- Forum: ESP-IDF
- Topic: How to allocate Task's stack in external memory(ESP32-S3)
- Replies: 0
- Views: 894
How to allocate Task's stack in external memory(ESP32-S3)
Hello,
For a big project we are using the ESP32-S3 and ESP-IDF 4.4.2.
For some Task we need to allocate the Task's stack into the ESP32-S3's external memory.
I noticed that for ESP32 there is the CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY parameter but for the ESP32-S3 it's not present.
Is there a ...
For a big project we are using the ESP32-S3 and ESP-IDF 4.4.2.
For some Task we need to allocate the Task's stack into the ESP32-S3's external memory.
I noticed that for ESP32 there is the CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY parameter but for the ESP32-S3 it's not present.
Is there a ...
- Fri Aug 04, 2023 7:30 am
- Forum: ESP-IDF
- Topic: How to add PSRAM
- Replies: 1
- Views: 1081
How to add PSRAM
Hello, we are using ESP32-S3-MINI-1U-N8 module, and we have to add an external PSRAM.
Unfortunately we have not found nothing about it...
Please, could you help us on how to do it(with schematics, configurations etc..)?
Thanks!
Simeon
Unfortunately we have not found nothing about it...
Please, could you help us on how to do it(with schematics, configurations etc..)?
Thanks!
Simeon
- Thu Aug 03, 2023 2:48 pm
- Forum: ESP-IDF
- Topic: GPIO Matrix
- Replies: 1
- Views: 1947
GPIO Matrix
I’m using a ESP32-S3-MINI-1U-N8 module.
I would like to switch some peripheral signals to certain GPIO pins using GPIO matrix.
I can’t find any clear documentation or example to do such thing.
I’ve just found the following IDF functions:
void gpio_iomux_in(uint32_t gpio_num, uint32_t signal_idx ...
I would like to switch some peripheral signals to certain GPIO pins using GPIO matrix.
I can’t find any clear documentation or example to do such thing.
I’ve just found the following IDF functions:
void gpio_iomux_in(uint32_t gpio_num, uint32_t signal_idx ...
- Thu Aug 03, 2023 2:46 pm
- Forum: ESP-IDF
- Topic: Support for external, SPI-connected RAM
- Replies: 4
- Views: 2034
Re: Support for external, SPI-connected RAM
I will upgrade to 4.4.5 and I let you know, thanks!