Open
Description
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)?
More about my environnement
- ESP32-P4 DevKit
- FreeRTOS at 1000Hz for running LVGL correctly
- ESP-IDF V5.4.1
Thanks