diff options
| author | hathach <[email protected]> | 2026-07-24 15:28:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-07-24 15:56:14 +0700 |
| commit | 6d41a1fd71f8a13c4c977fdf3919ef0165823b32 (patch) | |
| tree | 8cbe6dc98d4f88418a6049c2ba9e635cf4d3f4bd | |
| parent | 3597d408a2421e72a8cf821bd8899d8b1bf4031e (diff) | |
lpc40: validate ea4088_quickstart etm-trace reference
120 MHz TRACECLK width 4 over the fully-wired J7 (rev B schematic,
TRACE_5V on pin 11). FS enumeration finishes in <100 ms - ISR analysis
needs a short no-eviction window (--duration-ms 150).
| -rw-r--r-- | hw/bsp/lpc40/boards/ea4088_quickstart/ozone/ea4088_quickstart.jdebug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/lpc40/boards/ea4088_quickstart/ozone/ea4088_quickstart.jdebug b/hw/bsp/lpc40/boards/ea4088_quickstart/ozone/ea4088_quickstart.jdebug index 6aaf1076d..20de1e915 100644 --- a/hw/bsp/lpc40/boards/ea4088_quickstart/ozone/ea4088_quickstart.jdebug +++ b/hw/bsp/lpc40/boards/ea4088_quickstart/ozone/ea4088_quickstart.jdebug @@ -21,7 +21,7 @@ void OnProjectLoad (void) { Project.SetTracePortWidth (4); // User settings - File.Open ("../../../../../../examples/device/cdc_msc/cmake-build-ea4088-quickstart/cdc_msc.elf"); + File.Open ("../../../../../../examples/cmake-build-ea4088_quickstart/device/cdc_msc/cdc_msc.elf"); } /********************************************************************* |
