Hi,
i'm using j-link pro, either with USB or Ethernet connection.
SEGGER J-Link ARM Pro V5.0
J-Link Pro V5 compiled Feb 4 2025 09:50:59
Debugger: STM32U599ZJ
The compare before flash mode is very slow.
Evgery method (CRC, Read back, fastest method) is same slow.
Compare needs same time as flashing itself.
So i have to disable compare, disable L1 verify, skip L2-Verfiy to have acceptable speed.
But this should be not the intention.
Why is the comparing with CRC so slow? i assume, that this method just has to send a few crc and small programm to target, but not all the flash content.
My project has ~ 2MB flash, so comparing needs ~ 25 seconds !!
Same behaviour on linux / windows, usb / ethernet.
What to do?
Thanks.
i'm using j-link pro, either with USB or Ethernet connection.
SEGGER J-Link ARM Pro V5.0
J-Link Pro V5 compiled Feb 4 2025 09:50:59
Debugger: STM32U599ZJ
The compare before flash mode is very slow.
Evgery method (CRC, Read back, fastest method) is same slow.
Compare needs same time as flashing itself.
So i have to disable compare, disable L1 verify, skip L2-Verfiy to have acceptable speed.
But this should be not the intention.
Why is the comparing with CRC so slow? i assume, that this method just has to send a few crc and small programm to target, but not all the flash content.
My project has ~ 2MB flash, so comparing needs ~ 25 seconds !!
Same behaviour on linux / windows, usb / ethernet.
What to do?
Thanks.