Search found 3 matches

by dhugoexe
Tue Jun 24, 2025 8:13 am
Forum: General Discussion
Topic: VFS path conflict issue between TinyUSB MSC and SDMMC
Replies: 1
Views: 149

VFS path conflict issue between TinyUSB MSC and SDMMC

Hi everyone,

Try to register two instances in VFS:
* SDMMC (`esp_vfs_fat_sdmmc_mount_config_t`)
* Custom TinyUSB MSC FAT instance (`esp_vfs_fat_conf_t`) with diskio functions implementations (with `tuh_msc_read10` and `tuh_msc_write10`)

In order to have two mounting points: `/sdcard` and `/usb ...
by dhugoexe
Fri May 23, 2025 8:13 am
Forum: ESP-IDF
Topic: Openocd don't work when changing freertos tickrate
Replies: 1
Views: 57

Openocd don't work when changing freertos tickrate

Hi everyone,
OpenOCD can't find breakpoints when changing configTICK_RATE_HZ to 1000 (instead of 100). I suspect there's an argument to pass in the openocd command but I can't find it.

Is there exact documentation for ESP-specific arguments for OpenOCD (e.g., esp appimage_offset 0x20000)?

Thanks

Go to advanced search