Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit e0f72c1

Browse files
committed
at32f43x: Enable non-halting SRAM access for RTT on AT32F435/F437
1 parent 33df940 commit e0f72c1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/target/at32f43x.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,9 @@ static bool at32f43_detect(target_s *const target, const uint16_t part_id)
300300
target->attach = at32f43_attach;
301301
target->detach = at32f43_detach;
302302

303+
/* On AT32F435/F437 SoC, Cortex-M4F allows SRAM access without halting */
304+
target->target_options |= TOPT_NON_HALTING_MEM_IO;
305+
303306
at32f43_configure_dbgmcu(target);
304307
return true;
305308
}

0 commit comments

Comments
 (0)