Я хочу отслеживать исключения / прерывания, происходящие на моей плате с STM32L4xx в Atolli c Studio с помощью SWV Exception Trace Log
и SWV Trace Log
. Я использую SEGGER J-Link и в Debugger
я правильно настроил интерфейс на SWD и Core Clock на 80 МГц. Также в настройке Serial Wire Viewer я установил EXETRC
и Enable Prescaler
. Нажав Start Trace
, я получаю в консоли следующую ошибку проверки :
Downloading 4 bytes @ address 0xE000EDFC - Verified OK
Downloading 4 bytes @ address 0xE0042004 - Verified OK
Downloading 4 bytes @ address 0xE00400F0 - Verified OK
Downloading 4 bytes @ address 0xE0040010 - Verified OK
Downloading 4 bytes @ address 0xE0000FB0 - Verify failed
Downloading 4 bytes @ address 0xE0000E80 - Verified OK
Downloading 4 bytes @ address 0xE0000E40 - Verified OK
Downloading 4 bytes @ address 0xE0000E00 - Verified OK
Downloading 4 bytes @ address 0xE0001020 - Verified OK
Downloading 4 bytes @ address 0xE0001030 - Verified OK
Downloading 4 bytes @ address 0xE0001040 - Verified OK
Downloading 4 bytes @ address 0xE0001050 - Verified OK
Downloading 4 bytes @ address 0xE0001060 - Verified OK
Downloading 4 bytes @ address 0xE0001000 - Verify failed
Downloading 4 bytes @ address 0xE0040304 - Verify failed
Знаете ли вы, какие могут быть возможные проблемы?