probe-rs 0.32.0

A collection of on chip debugging tools to communicate with microchips.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
//! Debug sequences for PSOC Edge devices.
use std::sync::{
    Arc,
    atomic::{AtomicBool, AtomicU32, Ordering},
};

use bitfield::bitfield;
use probe_rs_target::{Chip, CoreType};

use crate::{
    architecture::arm::{
        ApV2Address, ArmDebugInterface, ArmError, FullyQualifiedApAddress,
        armv8m::Dhcsr,
        core::cortex_m,
        dp::{Abort, DpAddress, DpRegister},
        memory::ArmMemoryInterface,
        sequences::{
            ArmDebugSequence, DefaultArmSequence, cortex_m_reset_system, cortex_m_wait_for_reset,
        },
    },
    config::CoreExt,
    core::memory_mapped_registers::MemoryMappedRegister,
};

bitfield! {
    /// CM55 control register.
    #[derive(Clone, Copy)]
    struct MxCm55Ctl(u32);
    impl Debug;

    /// Clock-gates the CM55, preventing it from starting until the CM33
    /// has set up the system and initialized the CM55's vector table.
    pub cm55_wait, set_cm55_wait: 4;
}
impl MxCm55Ctl {
    /// Secure alias address (`APPSS->APPCPUSS->MXCM55->CM55_CTL`)
    /// The CM33 AP accesses this register with a secure transaction by default,
    /// so the non-secure alias (`0x44160000`) could return a stale/incorrect value.
    const ADDRESS: u64 = 0x54160000;
}

bitfield! {
    /// CM55 local command register (APPSS->APPCPUSS->MXCM55->CM55_CMD).
    ///
    /// Writing the reset value triggers a local CM55 reset without affecting CM33
    /// or the rest of the system. The 0xA5FA key must be included in the write.
    #[derive(Clone, Copy)]
    struct MxCm55Cmd(u32);
    impl Debug;
}
impl MxCm55Cmd {
    /// Secure alias address for the CM55_CMD register.
    const ADDRESS: u64 = 0x54160004;
    /// Write this value to trigger a local CM55 reset (key=0xA5FA, RESET=1).
    const RESET: u32 = 0x05FA_0001;
}

bitfield! {
    /// Application CPU subsystem access port control register.
    #[derive(Clone, Copy)]
    struct AppCpussApCtl(u32);
    impl Debug;

    /// Enables the CM55 debug access port.
    pub cm55_enable, set_cm55_enable: 0;

    /// Enables invasive debug access to the CM55 (halting, stepping, breakpoints).
    pub cm55_dbg_enable, set_cm55_dbg_enable: 4;

    /// Enables non-invasive debug access to the CM55 (tracing and memory access).
    pub cm55_nid_enable, set_cm55_nid_enable: 5;
}
impl AppCpussApCtl {
    const ADDRESS: u64 = 0x441C1000;
}

bitfield! {
    /// CM55 power domain sense register (PWRMODE->PD6->PD_SENSE).
    ///
    /// Controls whether the CM55 power domain is turned on. After a reset the CM55
    /// domain is off; the debugger must enable it before accessing any CM55 registers.
    #[derive(Clone, Copy)]
    struct PwrmodePd6PdSense(u32);
    impl Debug;

    /// Powers on the CM55 core power domain.
    pub pd_on_cm55, set_pd_on_cm55: 4;
}
impl PwrmodePd6PdSense {
    const ADDRESS: u64 = 0x42410060;
}

/// Safe RAM address for the CM55 pre-initialization endless-loop instruction.
///
/// Located in the CM55's low internal memory (ITCM/DTCM window), which is one of
/// the few regions the CM55 AP is allowed to access immediately after reset.
const CM55_ENDLESS_LOOP_ADDR: u64 = 0x0003_FF00;

/// `b .` (branch-to-self, `0xE7FE`) packed into a 32-bit word.
const CM55_ENDLESS_LOOP_INSTR: u32 = 0xE7FE_E7FE;

/// Safe initial stack pointer value used when pre-initializing the CM55.
const CM55_SAFE_SP: u32 = 0x0000_0100;

/// DCRSR register selectors (ARMv8-M Architecture Reference Manual, `DCRSR.REGSEL`),
/// passed to `cortex_m::{read,write}_core_reg` as [`crate::RegisterId`]s.
const REGSEL_SP: u16 = 13;
const REGSEL_LR: u16 = 14;
const REGSEL_PC: u16 = 15;
const REGSEL_MSP: u16 = 17;

/// ADIv6 base address of the system (SYS) access port (`__apid=0`).
///
/// The bus-access portal used to acquire the device before the CM33/CM55 APs are open,
/// so it is addressed directly
const SYS_AP_BASE: u64 = 0xF000_0000;

// ADIv6 memory-AP register offsets (same layout for all APv2 memory APs).
const AP_CSW: u64 = 0xD00;
const AP_TAR: u64 = 0xD04;
const AP_DRW: u64 = 0xD0C;

/// SYS AP CSW for 32-bit secure word accesses with single auto-increment
/// (DbgSwEnable | MasterType | Cacheable | Privileged | Data | Size=Word).
const SYS_AP_CSW_WORD: u32 = 0xAB00_0002;

/// Test Mode Control Register (`SRSS->TST_MODE`).
const TST_MODE_ADDRESS: u32 = 0x5240_0400;

/// `TST_MODE.TEST_MODE` (bit 31): request the boot ROM to stay in its Listen Window.
const TEST_MODE_MSK: u32 = 0x8000_0000;

/// Extended boot status word, mirrored at the base of secure SRAM (`SRAM_S_BASE`).
const EXT_BOOT_STATUS_ADDRESS: u32 = 0x3400_0000;

/// Value of [`EXT_BOOT_STATUS_ADDRESS`] once the boot ROM has reached its idle
/// Listen Window (i.e. the device is acquired in Test Mode).
const EXT_BOOT_STATUS_IDLE: u32 = 0xAA00_B5F8;

/// Maximum time to wait for the boot ROM to reach its idle Listen Window.
const TIMEOUT_BOOT_COMPLETE_MS: u64 = 5000;

/// Settle time after a reset before further debug access (DFP `__Reset_Finish_Delay`).
const RESET_FINISH_DELAY_MS: u64 = 50;

/// PSOC Edge debug sequences.
#[derive(Debug)]
pub struct PsocEdge {
    // The access port for the system CPU (CM33).
    cm33_ap: FullyQualifiedApAddress,

    // The access port for the application CPU (CM55).
    cm55_ap: FullyQualifiedApAddress,

    // Whether the CM55 debug interface was successfully enabled. Used to decide
    // whether to re-enable it after a system reset.
    cm55_enabled: AtomicBool,

    // Saved DEMCR values for exact reset-catch restore semantics per core.
    cm33_demcr_saved: AtomicU32,
    cm55_demcr_saved: AtomicU32,
    cm33_demcr_valid: AtomicBool,
    cm55_demcr_valid: AtomicBool,
}

impl PsocEdge {
    /// Creates debug sequences for a PSOC Edge chip.
    pub fn create(chip: &Chip) -> Arc<Self> {
        let [cm33, cm55] = &*chip.cores else {
            unreachable!("PSOC Edge E84 devices have two cores");
        };
        let [cm33_ap, cm55_ap] = [cm33, cm55].map(|core| {
            core.memory_ap()
                .expect("PSOC Edge core must have a memory AP")
        });

        Arc::new(PsocEdge {
            cm33_ap,
            cm55_ap,
            cm55_enabled: AtomicBool::new(false),
            cm33_demcr_saved: AtomicU32::new(0),
            cm55_demcr_saved: AtomicU32::new(0),
            cm33_demcr_valid: AtomicBool::new(false),
            cm55_demcr_valid: AtomicBool::new(false),
        })
    }
}

impl ArmDebugSequence for PsocEdge {
    fn on_attach(
        &self,
        interface: &mut dyn ArmDebugInterface,
        core_ap: &FullyQualifiedApAddress,
        core_type: CoreType,
    ) -> Result<(), ArmError> {
        if core_ap == &self.cm55_ap {
            let dp = self.cm33_ap.dp();

            // If the CM55 has already been enabled, do NOT re-run the full power-up /
            // CPU_WAIT-release sequence on every attach. `session.core(1)` calls this
            // on each access (connect, `info threads`, register reads), and re-driving
            // that sequence re-writes DHCSR and can resume a core the debugger had
            // already halted, which then makes register reads fail. Instead just
            // confirm the debug interface is still live and (re-)halt the core.
            if self.cm55_enabled.load(Ordering::Relaxed) {
                match self.ensure_cm55_halted(interface) {
                    Ok(()) => {
                        return DefaultArmSequence(()).on_attach(interface, core_ap, core_type);
                    }
                    Err(e) => {
                        // Interface no longer responding — fall back to a full re-enable.
                        tracing::debug!("CM55 re-attach halt check failed: {:?}", e);
                        Self::recover_dp(interface, dp);
                        self.cm55_enabled.store(false, Ordering::Relaxed);
                    }
                }
            }

            // Enable the CM55 via the CM33 AP. If this fails with a hardware error
            // (e.g. AHB stall accessing an unclocked register), clear DP sticky error
            // flags so subsequent CM33 operations are not affected.
            match self.try_enable_cm55(interface) {
                Ok(()) => {}
                Err(ArmError::CoreDisabled) => {
                    return Err(ArmError::CoreDisabled);
                }
                Err(e) => {
                    // Non-CoreDisabled failure while enabling the CM55 (e.g. firmware has
                    // locked the secure APPSS space): recover the DP and report the core as
                    // disabled so the caller/GDB stub can treat it as not-yet-debuggable.
                    tracing::debug!("CM55 enable failed during attach: {:?}", e);
                    Self::recover_dp(interface, dp);
                    return Err(ArmError::CoreDisabled);
                }
            }
        }

        DefaultArmSequence(()).on_attach(interface, core_ap, core_type)
    }

    fn debug_device_unlock(
        &self,
        interface: &mut dyn ArmDebugInterface,
        default_ap: &FullyQualifiedApAddress,
        _permissions: &crate::Permissions,
    ) -> Result<(), ArmError> {
        // Best-effort Test Mode acquisition: request that the boot ROM remain in its
        // Listen Window and wait until it reports idle. This lets the debugger attach
        // before user firmware runs. Failures here are non-fatal — a device already
        // running firmware simply will not reach the idle state — so any hardware
        // error is logged, the DP sticky flags are cleared, and attach proceeds.
        let dp = default_ap.dp();
        let sys_ap = Self::sys_ap(dp);
        if let Err(e) = self.acquire_test_mode(interface, &sys_ap) {
            tracing::debug!("PSoC Edge: Test Mode acquisition skipped: {:?}", e);
            Self::recover_dp(interface, dp);
        }
        Ok(())
    }

    fn reset_system(
        &self,
        interface: &mut dyn ArmMemoryInterface,
        _core_type: CoreType,
        _debug_base: Option<u64>,
    ) -> Result<(), ArmError> {
        let ap = interface.fully_qualified_address();

        if ap == self.cm55_ap {
            // Local CM55 reset: write CM55_CMD reset value via the CM33 AP so that only
            // the CM55 is reset, leaving CM33 and the rest of the system untouched.
            // The CMD register lives in the APPSS secure address space; CM55 AHB can
            // also reach it but the CM33 AP is the safer path since CM55 may be halted.
            tracing::debug!("PSoC Edge: local CM55 reset via CM33 AP");

            let local_reset_result = (|| -> Result<(), ArmError> {
                {
                    let arm = interface
                        .get_arm_debug_interface()
                        .map_err(ArmError::Probe)?;
                    let mut cm33_ap = arm.memory_interface(&self.cm33_ap)?;
                    cm33_ap.write_word_32(MxCm55Cmd::ADDRESS, MxCm55Cmd::RESET)?;
                }

                // Wait for CM55 to come back up by polling DHCSR via the CM55 AP.
                cortex_m_wait_for_reset(interface)?;
                Ok(())
            })();

            if let Err(e) = local_reset_result {
                tracing::warn!(
                    "PSoC Edge: local CM55 reset failed ({:?}), falling back to SYSRESETREQ",
                    e
                );
                let dp = self.cm33_ap.dp();
                match interface.get_arm_debug_interface() {
                    Ok(arm) => Self::recover_dp(arm, dp),
                    Err(err) => tracing::warn!(
                        "PSoC Edge: could not obtain ARM debug interface to recover DP: {:?}",
                        err
                    ),
                }
                cortex_m_reset_system(interface)?;
            }

            // Re-enable CM55 debug AP access (local reset and system reset both clear AppCpussApCtl).
            self.cm55_enabled.store(false, Ordering::Relaxed);
            let enable_result = {
                let arm = interface
                    .get_arm_debug_interface()
                    .map_err(ArmError::Probe)?;
                self.try_enable_cm55(arm)
            };
            match enable_result {
                Ok(()) => {}
                Err(ArmError::CoreDisabled) => {
                    tracing::debug!("PSoC Edge: CM55 not ready after reset");
                }
                Err(e) => {
                    let dp = self.cm33_ap.dp();
                    match interface.get_arm_debug_interface() {
                        Ok(arm) => Self::recover_dp(arm, dp),
                        Err(err) => tracing::warn!(
                            "PSoC Edge: could not obtain ARM debug interface to recover DP: {:?}",
                            err
                        ),
                    }
                    return Err(e);
                }
            }
            return Ok(());
        }

        // CM33 (system) reset path: issue AIRCR.SYSRESETREQ, then re-enable CM55
        // debug access if it was active before the reset.
        tracing::debug!("PSoC Edge: system reset via AIRCR.SYSRESETREQ");
        cortex_m_reset_system(interface)?;

        // Give secure boot time to re-run before touching CM55 debug registers.
        std::thread::sleep(std::time::Duration::from_millis(RESET_FINISH_DELAY_MS));

        if self.cm55_enabled.load(Ordering::Relaxed) {
            tracing::debug!("PSoC Edge: re-enabling CM55 debug access after system reset");
            self.cm55_enabled.store(false, Ordering::Relaxed);
            let enable_result = {
                let arm = interface
                    .get_arm_debug_interface()
                    .map_err(ArmError::Probe)?;
                self.try_enable_cm55(arm)
            };
            match enable_result {
                Ok(()) => {}
                Err(ArmError::CoreDisabled) => {
                    // CM55 not yet started by firmware — not an error; it will be
                    // re-enabled on the next on_attach call when firmware starts it.
                    tracing::debug!(
                        "PSoC Edge: CM55 not ready after system reset (firmware may not have started it yet)"
                    );
                }
                Err(e) => {
                    // The re-enable may fault if secure boot has re-locked the CM55's
                    // secure space; recover the DP and continue — the CM55 will be
                    // re-enabled on the next on_attach once firmware releases it.
                    let dp = self.cm33_ap.dp();
                    match interface.get_arm_debug_interface() {
                        Ok(arm) => Self::recover_dp(arm, dp),
                        Err(err) => tracing::warn!(
                            "PSoC Edge: could not obtain ARM debug interface to recover DP: {:?}",
                            err
                        ),
                    }
                    tracing::debug!(
                        "PSoC Edge: failed to re-enable CM55 after system reset: {:?}",
                        e
                    );
                }
            }
        }

        Ok(())
    }

    fn debug_core_start(
        &self,
        interface: &mut dyn ArmDebugInterface,
        core_ap: &FullyQualifiedApAddress,
        core_type: CoreType,
        debug_base: Option<u64>,
        cti_base: Option<u64>,
    ) -> Result<(), ArmError> {
        if core_ap == &self.cm55_ap {
            // CM55 enablement is deferred to on_attach() which has proper error recovery
            // for the AHB stall that can occur when accessing CM55 registers in boot ROM state.
            return Ok(());
        }
        DefaultArmSequence(()).debug_core_start(interface, core_ap, core_type, debug_base, cti_base)
    }

    fn reset_catch_set(
        &self,
        core: &mut dyn ArmMemoryInterface,
        _core_type: CoreType,
        _debug_base: Option<u64>,
    ) -> Result<(), ArmError> {
        use crate::architecture::arm::armv8m::Demcr;

        let ap = core.fully_qualified_address();
        let current_demcr = core.read_word_32(Demcr::get_mmio_address())?;

        if ap == self.cm33_ap {
            self.cm33_demcr_saved
                .store(current_demcr, Ordering::Relaxed);
            self.cm33_demcr_valid.store(true, Ordering::Relaxed);
        } else if ap == self.cm55_ap {
            self.cm55_demcr_saved
                .store(current_demcr, Ordering::Relaxed);
            self.cm55_demcr_valid.store(true, Ordering::Relaxed);
        }

        let mut demcr = Demcr(current_demcr);
        demcr.set_vc_corereset(true);
        core.write_word_32(Demcr::get_mmio_address(), demcr.into())?;

        // Clear S_RESET_ST side effects on write by reading DHCSR.
        let _ = core.read_word_32(Dhcsr::get_mmio_address())?;

        Ok(())
    }

    fn reset_catch_clear(
        &self,
        core: &mut dyn ArmMemoryInterface,
        _core_type: CoreType,
        _debug_base: Option<u64>,
    ) -> Result<(), ArmError> {
        use crate::architecture::arm::armv8m::Demcr;

        let ap = core.fully_qualified_address();
        let restored = if ap == self.cm33_ap && self.cm33_demcr_valid.load(Ordering::Relaxed) {
            self.cm33_demcr_valid.store(false, Ordering::Relaxed);
            Some(self.cm33_demcr_saved.load(Ordering::Relaxed))
        } else if ap == self.cm55_ap && self.cm55_demcr_valid.load(Ordering::Relaxed) {
            self.cm55_demcr_valid.store(false, Ordering::Relaxed);
            Some(self.cm55_demcr_saved.load(Ordering::Relaxed))
        } else {
            None
        };

        if let Some(previous_demcr) = restored {
            core.write_word_32(Demcr::get_mmio_address(), previous_demcr)?;
            return Ok(());
        }

        // Fallback: no saved state for this core, so clear reset-catch bit only.
        let mut demcr = Demcr(core.read_word_32(Demcr::get_mmio_address())?);
        demcr.set_vc_corereset(false);
        core.write_word_32(Demcr::get_mmio_address(), demcr.into())?;
        Ok(())
    }
}

impl PsocEdge {
    /// Build the fully-qualified address of the system (SYS) access port.
    fn sys_ap(dp: DpAddress) -> FullyQualifiedApAddress {
        FullyQualifiedApAddress::v2_with_dp(dp, ApV2Address(Some(SYS_AP_BASE)))
    }

    /// Write one 32-bit word to `addr` through the SYS AP using raw TAR/DRW writes.
    ///
    /// `memory_interface()` is not used for the SYS AP: it would initialise a generic
    /// AMBA memory-AP adapter and reset CSW to a default that clears `DbgSwEnable`,
    /// breaking subsequent transfers. The SYS AP is a proprietary bus-access portal.
    fn write_sys_ap32(
        interface: &mut dyn ArmDebugInterface,
        sys_ap: &FullyQualifiedApAddress,
        addr: u32,
        value: u32,
    ) -> Result<(), ArmError> {
        interface.write_raw_ap_register(sys_ap, AP_TAR, addr)?;
        interface.write_raw_ap_register(sys_ap, AP_DRW, value)?;
        Ok(())
    }

    /// Read one 32-bit word from `addr` through the SYS AP using raw TAR/DRW accesses.
    fn read_sys_ap32(
        interface: &mut dyn ArmDebugInterface,
        sys_ap: &FullyQualifiedApAddress,
        addr: u32,
    ) -> Result<u32, ArmError> {
        interface.write_raw_ap_register(sys_ap, AP_TAR, addr)?;
        interface.read_raw_ap_register(sys_ap, AP_DRW)
    }

    /// Acquire the device in Test Mode via the SYS AP.
    ///
    /// Sets `TST_MODE.TEST_MODE` so the boot ROM stays in its Listen Window, then polls
    /// the extended boot status until it reports idle or the boot-complete timeout
    /// elapses. Returns `Ok(())` on success or timeout (non-fatal); returns an error
    /// only on a debug transport fault, which the caller recovers from.
    fn acquire_test_mode(
        &self,
        interface: &mut dyn ArmDebugInterface,
        sys_ap: &FullyQualifiedApAddress,
    ) -> Result<(), ArmError> {
        // Configure the SYS AP for 32-bit secure word accesses before using TAR/DRW.
        interface.write_raw_ap_register(sys_ap, AP_CSW, SYS_AP_CSW_WORD)?;

        // Request Test Mode so the boot ROM does not hand control to user firmware.
        Self::write_sys_ap32(interface, sys_ap, TST_MODE_ADDRESS, TEST_MODE_MSK)?;

        let deadline =
            std::time::Instant::now() + std::time::Duration::from_millis(TIMEOUT_BOOT_COMPLETE_MS);
        loop {
            let status = Self::read_sys_ap32(interface, sys_ap, EXT_BOOT_STATUS_ADDRESS)?;
            if status == EXT_BOOT_STATUS_IDLE {
                tracing::debug!("PSoC Edge: acquired in Test Mode (boot status idle)");
                return Ok(());
            }
            if std::time::Instant::now() >= deadline {
                tracing::debug!(
                    "PSoC Edge: boot status did not reach idle (last=0x{:08X}); \
                     continuing without Test Mode",
                    status
                );
                return Ok(());
            }
            std::thread::sleep(std::time::Duration::from_millis(25));
        }
    }

    /// Enable the CM55 debug interface via the CM33 memory AP.
    ///
    /// This powers up the CM55 domain, opens the CM55 AP, and enables debug. If the
    /// CM55 is still held in its post-reset wait state (boot firmware has not started
    /// it yet), it is released from wait and pre-initialized to a safe state so the
    /// debugger can attach to it directly
    ///
    /// Returns `Err(ArmError::CoreDisabled)` if the CM55 debug interface cannot be
    /// enabled. Returns other errors on hardware faults (e.g. AHB bus stall).
    fn try_enable_cm55(&self, interface: &mut dyn ArmDebugInterface) -> Result<(), ArmError> {
        // Power up the CM55 domain and open its AP + debug features via the CM33 AP.
        // Without this the CM55 AP and its peripheral registers are inaccessible. The
        // PWRMODE and APPCPUSS registers are reachable from CM33 at any time.
        {
            let mut cm33_ap = interface.memory_interface(&self.cm33_ap)?;

            let pd_sense_val = cm33_ap.read_word_32(PwrmodePd6PdSense::ADDRESS)?;
            let mut pd_sense = PwrmodePd6PdSense(pd_sense_val);
            if !pd_sense.pd_on_cm55() {
                tracing::debug!("Powering on CM55 domain");
                pd_sense.set_pd_on_cm55(true);
                cm33_ap.write_word_32(PwrmodePd6PdSense::ADDRESS, pd_sense.0)?;
            }

            // Enable the CM55 AP bits via CM33's system control register. This must
            // happen before any access through the CM55 AP.
            let ap_ctl_val = cm33_ap.read_word_32(AppCpussApCtl::ADDRESS)?;
            let mut ap_ctl = AppCpussApCtl(ap_ctl_val);
            ap_ctl.set_cm55_enable(true);
            ap_ctl.set_cm55_dbg_enable(true);
            ap_ctl.set_cm55_nid_enable(true);
            cm33_ap.write_word_32(AppCpussApCtl::ADDRESS, ap_ctl.0)?;
        }

        // Write C_DEBUGEN to DHCSR via the CM55 AP and verify it sticks.
        // DHCSR is in the CoreSight PPB space and is safe to access
        // even when CM55 is not running — unlike peripheral registers like MxCm55Ctl.
        // C_HALT is set alongside C_DEBUGEN so that attaching halts the core (proper
        // debugger-attach semantics): if firmware has already released the CM55 it is
        // stopped for the debugger, and a subsequent attach will not resume it.
        {
            let mut cm55_ap = interface.memory_interface(&self.cm55_ap)?;
            let mut dhcsr = Dhcsr(0);
            dhcsr.enable_write();
            dhcsr.set_c_debugen(true);
            dhcsr.set_c_halt(true);
            cm55_ap.write_word_32(Dhcsr::get_mmio_address(), dhcsr.into())?;

            // Verify the write was accepted by polling DHCSR.C_DEBUGEN.
            // The write may not take effect immediately, so retry a few times.
            const MAX_RETRIES: usize = 10;
            let mut enabled = false;
            for attempt in 1..=MAX_RETRIES {
                let dhcsr = Dhcsr(cm55_ap.read_word_32(Dhcsr::get_mmio_address())?);
                if dhcsr.c_debugen() {
                    tracing::debug!(
                        "CM55 debug interface enabled (attempt {}/{})",
                        attempt,
                        MAX_RETRIES
                    );
                    enabled = true;
                    break;
                }
                if attempt < MAX_RETRIES {
                    // Give the debug interface a moment to process the write
                    std::thread::sleep(std::time::Duration::from_millis(1));
                }
            }
            if !enabled {
                tracing::warn!(
                    "CM55 debug interface did not respond to DHCSR.C_DEBUGEN write after {} attempts",
                    MAX_RETRIES
                );
                return Err(ArmError::CoreDisabled);
            }
        }

        // If the CM55 is still held in wait (boot firmware has not started it), release
        // it and set a safe initial state so the debugger can attach directly.
        //
        // MxCm55Ctl lives in the secure APPSS space. Once user firmware is running it
        // typically locks that space down, so the read faults with a DAP FaultResponse.
        // That fault is expected and simply means firmware has already taken the CM55
        // out of wait — so we treat it as "not waiting", clear the resulting DP sticky
        // error flags, and skip the release step (the core was already halted above via
        // DHCSR.C_HALT).
        let mut wait_read_faulted = false;
        let cpu_wait = {
            let mut cm33_ap = interface.memory_interface(&self.cm33_ap)?;
            match cm33_ap.read_word_32(MxCm55Ctl::ADDRESS) {
                Ok(val) => MxCm55Ctl(val).cm55_wait(),
                Err(e) => {
                    tracing::debug!(
                        "CM55 wait-state register not readable ({:?}); assuming firmware manages the CM55",
                        e
                    );
                    wait_read_faulted = true;
                    false
                }
            }
        };
        if wait_read_faulted {
            Self::recover_dp(interface, self.cm33_ap.dp());
        }
        if cpu_wait {
            tracing::debug!("CM55 held in CPU_WAIT; releasing and pre-initializing");
            self.release_cm55_from_wait(interface)?;
        }

        self.cm55_enabled.store(true, Ordering::Relaxed);
        Ok(())
    }

    /// Lightweight re-attach path for an already-enabled CM55.
    ///
    /// Instead of re-running the full power-up / CPU_WAIT-release sequence (which
    /// re-writes DHCSR and can resume a core the debugger had already halted), this
    /// just confirms the CM55 debug interface is still responding and (re-)halts the
    /// core for the debugger.
    ///
    /// Returns `Err(ArmError::CoreDisabled)` if the CM55 debug interface is no longer
    /// accessible, so the caller can fall back to a full re-enable.
    fn ensure_cm55_halted(&self, interface: &mut dyn ArmDebugInterface) -> Result<(), ArmError> {
        let mut cm55_ap = interface.memory_interface(&self.cm55_ap)?;

        let dhcsr = Dhcsr(cm55_ap.read_word_32(Dhcsr::get_mmio_address())?);
        if !dhcsr.c_debugen() {
            return Err(ArmError::CoreDisabled);
        }
        if dhcsr.s_halt() {
            // Already halted — nothing to do.
            return Ok(());
        }

        // Core is running (e.g. firmware released it after the previous attach); halt
        // it so the debugger can read its state.
        let mut halt = Dhcsr(0);
        halt.enable_write();
        halt.set_c_debugen(true);
        halt.set_c_halt(true);
        cm55_ap.write_word_32(Dhcsr::get_mmio_address(), halt.into())?;

        for _ in 0..100 {
            if Dhcsr(cm55_ap.read_word_32(Dhcsr::get_mmio_address())?).s_halt() {
                break;
            }
            std::thread::sleep(std::time::Duration::from_millis(1));
        }
        Ok(())
    }

    /// Release the CM55 from its post-reset wait state.
    ///
    /// Sets vector-catch-on-reset so the core halts the instant it is released, clears
    /// the `CPU_WAIT` bit via the CM33 AP, halts the core, restores the caller's
    /// original `DEMCR`, then pre-initializes the core to a safe state.
    fn release_cm55_from_wait(
        &self,
        interface: &mut dyn ArmDebugInterface,
    ) -> Result<(), ArmError> {
        use crate::architecture::arm::armv8m::Demcr;

        // Enable vector-catch-on-reset so the CM55 halts immediately once released.
        let saved_demcr = {
            let mut cm55_ap = interface.memory_interface(&self.cm55_ap)?;
            let saved = cm55_ap.read_word_32(Demcr::get_mmio_address())?;
            let mut demcr = Demcr(saved);
            demcr.set_vc_corereset(true);
            cm55_ap.write_word_32(Demcr::get_mmio_address(), demcr.into())?;
            saved
        };

        // Clear CPU_WAIT via the CM33 AP so the CM55 leaves its wait state.
        {
            let mut cm33_ap = interface.memory_interface(&self.cm33_ap)?;
            let mut ctl = MxCm55Ctl(cm33_ap.read_word_32(MxCm55Ctl::ADDRESS)?);
            ctl.set_cm55_wait(false);
            cm33_ap.write_word_32(MxCm55Ctl::ADDRESS, ctl.0)?;
        }

        // Halt the CM55 and wait until it reports being in debug state.
        let halted = {
            let mut cm55_ap = interface.memory_interface(&self.cm55_ap)?;
            let mut dhcsr = Dhcsr(0);
            dhcsr.enable_write();
            dhcsr.set_c_debugen(true);
            dhcsr.set_c_halt(true);
            cm55_ap.write_word_32(Dhcsr::get_mmio_address(), dhcsr.into())?;

            let mut halted = false;
            for _ in 0..100 {
                if Dhcsr(cm55_ap.read_word_32(Dhcsr::get_mmio_address())?).s_halt() {
                    halted = true;
                    break;
                }
                std::thread::sleep(std::time::Duration::from_millis(1));
            }
            halted
        };

        // Restore the original DEMCR (removes the temporary vector-catch).
        {
            let mut cm55_ap = interface.memory_interface(&self.cm55_ap)?;
            cm55_ap.write_word_32(Demcr::get_mmio_address(), saved_demcr)?;
        }

        if !halted {
            tracing::warn!(
                "CM55 did not halt after clearing CPU_WAIT; skipping pre-initialization"
            );
            return Ok(());
        }

        self.preinit_cm55(interface)
    }

    /// Pre-initialize a freshly-released CM55 to a safe, well-defined state.
    ///
    /// When the CM55 has not been set up by firmware its `PC`/`SP` hold boot-time
    /// garbage, which makes the debugger fault on the first step or resume. A link
    /// register with the top nibble set (`0xF...`, an `EXC_RETURN` pattern) indicates
    /// this uninitialized state. In that case the core is pointed at an endless-loop
    /// instruction in safe internal memory with sane stack pointers.
    fn preinit_cm55(&self, interface: &mut dyn ArmDebugInterface) -> Result<(), ArmError> {
        let mut cm55_ap = interface.memory_interface(&self.cm55_ap)?;

        let lr = cortex_m::read_core_reg(&mut *cm55_ap, crate::RegisterId(REGSEL_LR))?;
        if lr & 0xF000_0000 != 0xF000_0000 {
            // Core already holds a plausible state; leave it untouched.
            return Ok(());
        }

        tracing::debug!(
            "Pre-initializing CM55: pc=0x{:X}, sp=0x{:X}",
            CM55_ENDLESS_LOOP_ADDR | 1,
            CM55_SAFE_SP
        );
        cm55_ap.write_word_32(CM55_ENDLESS_LOOP_ADDR, CM55_ENDLESS_LOOP_INSTR)?;
        cortex_m::write_core_reg(
            &mut *cm55_ap,
            crate::RegisterId(REGSEL_PC),
            (CM55_ENDLESS_LOOP_ADDR as u32) | 1,
        )?;
        cortex_m::write_core_reg(&mut *cm55_ap, crate::RegisterId(REGSEL_SP), CM55_SAFE_SP)?;
        cortex_m::write_core_reg(&mut *cm55_ap, crate::RegisterId(REGSEL_MSP), CM55_SAFE_SP)?;
        Ok(())
    }

    /// Clear all DP sticky error flags via the ABORT register.
    ///
    /// Called after a failed AHB access that may have set STICKYERR/STICKYORUN.
    fn recover_dp(interface: &mut dyn ArmDebugInterface, dp: DpAddress) {
        let mut abort = Abort(0);
        abort.set_dapabort(true);
        abort.set_orunerrclr(true);
        abort.set_wderrclr(true);
        abort.set_stkerrclr(true);
        abort.set_stkcmpclr(true);
        // Attempt to clear sticky error flags
        match interface.write_raw_dp_register(dp, Abort::ADDRESS, abort.0) {
            Ok(()) => tracing::debug!("Cleared DP sticky error flags"),
            Err(e) => tracing::warn!(
                "Failed to clear DP sticky error flags: {:?} (potential debug transport issue)",
                e
            ),
        }
    }
}

#[cfg(test)]
mod tests {
    use super::PsocEdge;
    use crate::config::Registry;

    #[test]
    fn validate_psoc_edge_targets() {
        let registry = Registry::from_builtin_families();
        let family = registry
            .families()
            .iter()
            .find(|family| family.name == "psoc_e84")
            .unwrap();
        for chip in family.variants() {
            _ = PsocEdge::create(chip);
        }
    }
}