Guest User

Untitled

a guest
Oct 14th, 2024
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. OpenOCD Output after first load:
  2.  
  3. TZEN option bit disabled
  4. workarea_addr 536870912
  5. Info : Padding image section 0 at 0x0800a3cc with 4 bytes
  6. Info : Padding image section 1 at 0x0800af4c with 4 bytes (bank write end alignment)
  7. Error: timeout waiting for algorithm, a target reset is recommended
  8. Error: error executing stm32l4 flash write algorithm
  9. Error: block write failed
  10. Error: error writing to flash at address 0x08000000 at offset 0x00000000
  11. Error: [stm32u5x.cpu] clearing lockup after double fault
  12. Error: [stm32u5x.cpu] Polling failed, trying to reexamine
  13. Info : [stm32u5x.cpu] Cortex-M33 r0p4 processor detected
  14. Info : [stm32u5x.cpu] target has 8 breakpoints, 4 watchpoints
  15. Info : [stm32u5x.cpu] Examination succeed
  16. Info : Unable to match requested speed 4800 kHz, using 3300 kHz
  17. Info : Unable to match requested speed 4800 kHz, using 3300 kHz
  18. [stm32u5x.cpu] halted due to debug-request, current mode: Thread
  19. xPSR: 0xf9000000 pc: 0xfffffffe msp: 0xfffffffc
  20.  
  21. gdb output after first load:
  22.  
  23. vdb 22:32:11 T1#0> load
  24. Loading section .isr_vector, size 0x250 lma 0x8000000
  25. Loading section .text, size 0xa17c lma 0x8000250
  26. Loading section .rodata, size 0x49c lma 0x800a3d0
  27. Loading section .ARM, size 0x8 lma 0x800a86c
  28. Loading section .data, size 0x6d8 lma 0x800a874
  29. Error finishing flash operation
  30.  
  31.  
  32.  
  33. OpenOCD Output after second load:
  34.  
  35. TZEN option bit disabled
  36. workarea_addr 536870912
  37. Info : Padding image section 0 at 0x0800a3cc with 4 bytes
  38. Info : Padding image section 1 at 0x0800af4c with 4 bytes (bank write end alignment)
  39. Info : Unable to match requested speed 4800 kHz, using 3300 kHz
  40. Info : Unable to match requested speed 4800 kHz, using 3300 kHz
  41. [stm32u5x.cpu] halted due to breakpoint, current mode: Thread
  42. xPSR: 0xf9000000 pc: 0x080050e0 msp: 0x20270000
  43. Error: Failed to read memory at 0x0000001d
  44.  
  45.  
  46.  
  47.  
  48. gdb output after second load:
  49.  
  50. vdb 22:32:26 T1#0> load
  51. Loading section .isr_vector, size 0x250 lma 0x8000000
  52. Loading section .text, size 0xa17c lma 0x8000250
  53. Loading section .rodata, size 0x49c lma 0x800a3d0
  54. Loading section .ARM, size 0x8 lma 0x800a86c
  55. Loading section .data, size 0x6d8 lma 0x800a874
  56. Start address 0x080050e0, load size 44872
  57. Transfer rate: 75 KB/sec, 6410 bytes/write.
  58.  
  59.  
  60.  
Advertisement
Add Comment
Please, Sign In to add comment