kasjer commented on PR #3413:
URL: https://github.com/apache/mynewt-core/pull/3413#issuecomment-2812263899

   Test on **nucleo-f411re** and **noridic_pca10056**, application **slinky** 
with following syscfg.yml
   ```yml
   syscfg.vals:
       OS_DEBUG_MODE: 1
   ```
   
   When reboot log is filled boards end up in reboot loop (log from nucleo)
   ```
   000011 [ts=11000us, mod=6 level=4 ]{_ "rsn": "SOFT", "cnt": 1, "img": 
"25.4.17.105426", "hash": 
"909aca5b47e55e4feb81deee1afd01ede4aaaceb730f7361139bd01055b76c11", "flags": 
"active bootable confirmed"}
   000062 Assert @ 0x802fbf5
   000062 Unhandled interrupt (2), exception sp 0x20001368
   000062  r0:0x0000001a  r1:0x00000000  r2:0x80000000  r3:0xe000ed00
   000062  r4:0x00000000  r5:0x0802fbf5  r6:0x00000000  r7:0x0803241c
   000062  r8:0x200013dc  r9:0x20001454 r10:0x0000000f r11:0x00000000
   000062 r12:0x80000000  lr:0x080211f7  pc:0x080211ea psr:0x61000000
   000062 ICSR:0x0440f802 HFSR:0x00000000 CFSR:0x00000000
   000062 BFAR:0xe000ed38 MMFAR:0xe000ed34
   000062 task:main
   000062  0x2000138c: 0x0802fbf5
   000062  0x200013a4: 0x0802736f
   000062  0x200013ac: 0x0802f2f1
   000062  0x200013bc: 0x0803146b
   000062  0x20001434: 0x080314b7
   000062  0x20001444: 0x0803117b
   000062  0x2000153c: 0x0802fb67
   000062  0x20001554: 0x08027347
   000062  0x20001584: 0x0802fb67
   000062  0x2000159c: 0x08027347
   000062  0x200015a4: 0x0802f54f
   000062  0x200015dc: 0x080311b7
   000062  0x2000160c: 0x08031247
   000062  0x20001638: 0x08033950
   000062  0x20001684: 0x08031283
   000062  0x2000169c: 0x08031413
   000062  0x200016cc: 0x080228af
   000062  0x200016e4: 0x0802776b
   000062  0x200016f8: 0x080313d5
   000062  0x20001714: 0x08027905
   000062  0x2000171c: 0x08025bfb
   000062  0x20001734: 0x080328ac
   000062  0x20001754: 0x080284bb
   000062  0x20001764: 0x08028505
   000011 [ts=11000us, mod=6 level=4 ]{_ "rsn": "SOFT", "cnt": 1, "img": 
"25.4.17.105426", "hash": 
"909aca5b47e55e4feb81deee1afd01ede4aaaceb730f7361139bd01055b76c11", "flags": 
"active bootable confirmed"}
   000062 Assert @ 0x802fbf5
   000062 Unhandled interrupt (2), exception sp 0x20001368
   000062  r0:0x0000001a  r1:0x00000000  r2:0x80000000  r3:0xe000ed00
   000062  r4:0x00000000  r5:0x0802fbf5  r6:0x00000000  r7:0x0803241c
   000062  r8:0x200013dc  r9:0x20001454 r10:0x0000000f r11:0x00000000
   000062 r12:0x80000000  lr:0x080211f7  pc:0x080211ea psr:0x61000000
   000062 ICSR:0x0440f802 HFSR:0x00000000 CFSR:0x00000000
   000062 BFAR:0xe000ed38 MMFAR:0xe000ed34
   000062 task:main
   000062  0x2000138c: 0x0802fbf5
   000062  0x200013a4: 0x0802736f
   000062  0x200013ac: 0x0802f2f1
   000062  0x200013bc: 0x0803146b
   000062  0x20001434: 0x080314b7
   000062  0x20001444: 0x0803117b
   000062  0x2000153c: 0x0802fb67
   000062  0x20001554: 0x08027347
   000062  0x20001584: 0x0802fb67
   000062  0x2000159c: 0x08027347
   000062  0x200015a4: 0x0802f54f
   000062  0x200015dc: 0x080311b7
   000062  0x2000160c: 0x08031247
   000062  0x20001638: 0x08033950
   000062  0x20001684: 0x08031283
   000062  0x2000169c: 0x08031413
   000062  0x200016cc: 0x080228af
   000062  0x200016e4: 0x0802776b
   000062  0x200016f8: 0x080313d5
   000062  0x20001714: 0x08027905
   000062  0x2000171c: 0x08025bfb
   000062  0x20001734: 0x080328ac
   000062  0x20001754: 0x080284bb
   000062  0x20001764: 0x08028505
   000011 [ts=11000us, mod=6 level=4 ]{_ "rsn": "SOFT", "cnt": 1, "img": 
"25.4.17.105426", "hash": 
"909aca5b47e55e4feb81deee1afd01ede4aaaceb730f7361139bd01055b76c11", "flags": 
"active bootable confirmed"}
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to