Other Parts Discussed in Thread: SEGGER, UNIFLASH, EK-TM4C1294XL, LM3S1608
Hello. I have a custom board with TM4C123GH6PM mcu. SWD interface are routed on board. Unfortunatly I flash firmware that congured SWDIO and SDCLK as gpio(reserve this pin in PinMux as gpio). After this I can't conncect to mcu. I use segger j-link as debugger. Then i try to connect to mcu using segger console a got next report:
Connecting to target via SWD Found SW-DP with ID 0x2BA01477 Found SW-DP with ID 0x2BA01477 Scanning AP map to find all available APs AP[1]: Stopped AP scan as end of AP map has been reached AP[0]: AHB-AP (IDR: 0x24770011) Iterating through AP map to find AHB-AP to use AP[0]: Skipped. Could not read AHB ROM register ****** Error: DAP error while reading DP-Ctrl-Stat register. Found SW-DP with ID 0x2BA01477 Found SW-DP with ID 0x2BA01477 Scanning AP map to find all available APs AP[1]: Stopped AP scan as end of AP map has been reached AP[0]: AHB-AP (IDR: 0x24770011) Iterating through AP map to find AHB-AP to use AP[0]: Skipped. Could not read AHB ROM register Cannot connect to target.
I try to execute mass erase sequense but it doens't help. What else can I do?