16:44:20.0951 [INFO] System bus created. 16:44:21.0106 [INFO] sysbus: Loading segment of 122448 bytes length at 0x0. 16:44:21.0249 [INFO] sysbus: Loading segment of 833 bytes length at 0x1DE50. 16:44:21.0251 [INFO] sysbus: Loading segment of 4 bytes length at 0x1E191. 16:44:21.0252 [INFO] sysbus: Loading segment of 25664 bytes length at 0x20000348. 16:44:21.3588 [INFO] cpu0: Setting initial values: PC = 0x27CD, SP = 0x20006388. 16:44:21.3594 [INFO] adafruit_feather_nrf52840: Machine started. 16:44:21.3959 [WARNING] sysbus: [cpu0: 0x3E78] ReadDoubleWord from non existing peripheral at 0x10000130. 16:44:21.3961 [WARNING] sysbus: [cpu0: 0x3E44] ReadDoubleWord from non existing peripheral at 0x10000130. 16:44:21.3966 [WARNING] sysbus: [cpu0: 0x3E44] ReadDoubleWord from non existing peripheral at 0x10000130. 16:44:21.3967 [WARNING] sysbus: [cpu0: 0x3E44] ReadDoubleWord from non existing peripheral at 0x10000130. 16:44:21.3968 [WARNING] sysbus: [cpu0: 0x3E44] ReadDoubleWord from non existing peripheral at 0x10000130. 16:44:21.3969 [WARNING] sysbus: [cpu0: 0x3F74] ReadDoubleWord from non existing peripheral at 0x10000130. 16:44:21.3992 [WARNING] sysbus: [cpu0: 0x3FAA] ReadDoubleWord from non existing peripheral at 0x10000130. 16:44:21.3993 [WARNING] sysbus: [cpu0: 0x3FD4] ReadDoubleWord from non existing peripheral at 0x10001200. 16:44:21.3993 [WARNING] sysbus: [cpu0: 0x3FE0] ReadDoubleWord from non existing peripheral at 0x10001204. 16:44:21.4100 [WARNING] nvic0: Changing value of the SHCSR register to 0x70000, the register isn't supported by Renode 16:44:21.4114 [WARNING] nvic0: Unhandled write to offset 0xD2C, value 0xFFFFFFFF. 16:44:21.4140 [WARNING] sysbus: [cpu0: 0x2D60] WriteDoubleWord to non existing peripheral at 0x4001E540, value 0x1. 16:44:21.4141 [WARNING] clock: Unhandled write to offset 0x578, value 0x1. 16:44:21.4155 [WARNING] sysbus: [cpu0: 0x47F2] WriteDoubleWord to non existing peripheral at 0x4000617C, value 0x0. 16:44:21.4155 [WARNING] sysbus: [cpu0: 0x47F2] ReadDoubleWord from non existing peripheral at 0x4000617C. 16:44:21.4167 [WARNING] sysbus: [cpu0: 0x4804] WriteDoubleWord to non existing peripheral at 0x40006304, value 0x80000000. 16:44:21.4209 [WARNING] uart0: Unhandled write to offset 0x50C. Unhandled bits: [1-2, 5-31] when writing value 0x19. Tags: PIN (0x6), PORT (0x1), RESERVED (0x1FFFFFF), CONNECT (0x1). 16:44:21.4243 [WARNING] gpio1: Unhandled write to offset 0x208. Unhandled bits: [25] when writing value 0x2000000. Tags: RESERVED (0x80). 16:44:21.4245 [WARNING] sysbus: [cpu0: 0x3514] ReadDoubleWord from non existing peripheral at 0x50000764. 16:44:21.4245 [WARNING] sysbus: [cpu0: 0x3514] WriteDoubleWord to non existing peripheral at 0x50000764, value 0x3. 16:44:21.4246 [WARNING] uart0: Unhandled write to offset 0x514. Unhandled bits: [0-2, 5-31] when writing value 0x18. Tags: PIN (0x7), PORT (0x1), RESERVED (0x1FFFFFF), CONNECT (0x1). 16:44:21.4246 [WARNING] sysbus: [cpu0: 0x3514] ReadDoubleWord from non existing peripheral at 0x50000760. 16:44:21.4247 [WARNING] sysbus: [cpu0: 0x3514] WriteDoubleWord to non existing peripheral at 0x50000760, value 0x0. 16:44:21.4284 [WARNING] rtc1: Unhandled write to offset 0x308. Unhandled bits: [1] when writing value 0xF0003. Tags: OVRFLW (0x1). 16:44:21.4285 [WARNING] rtc1: Unhandled write to offset 0x348. Unhandled bits: [0-1] when writing value 0xF0003. 16:44:21.4288 [WARNING] rtc1: Unhandled write to offset 0x304. Unhandled bits: [1] when writing value 0x2. Tags: OVRFLW (0x1). 16:44:21.4338 [WARNING] clock: Unhandled read from offset 0x414. 16:44:21.4518 [INFO] uart0: [host: 0.65s (+0.65s)|virt: 0.21ms (+0.21ms)] *** Booting Zephyr OS build 3723493f60a1 *** 16:44:21.4666 [WARNING] Pause on match was requested, but the matching string had already been printed when the assertion was made. Pause time will not be deterministic. 16:44:21.4678 [INFO] adafruit_feather_nrf52840: Machine paused. 16:44:21.4724 [INFO] adafruit_feather_nrf52840: Machine resumed. 16:44:21.4905 [INFO] uart0: [host: 0.68s (+38.58ms)|virt: 0.51ms (+0.3ms)] MicroPython c5fc34d on 2024-03-27; zephyr-adafruit_feather with nrf52840 16:44:21.6103 [INFO] uart0: [host: 0.8s (+0.12s)|virt: 0.24s (+0.24s)] >>> 2+2 16:44:21.6252 [INFO] uart0: [host: 0.82s (+14.91ms)|virt: 0.24s (+0.2ms)] 4 16:44:21.6377 [INFO] adafruit_feather_nrf52840: Machine paused. 16:44:22.1581 [INFO] adafruit_feather_nrf52840: Machine resumed. 16:44:22.1582 [INFO] uart0: [host: 1.35s (+0.53s)|virt: 0.24s (+1µs)] 16:44:22.1840 [INFO] uart0: [host: 1.38s (+25.76ms)|virt: 0.24s (+0.42ms)] >>> def compare(a, b): return True if a > b else False 16:44:22.2642 [INFO] uart0: [host: 1.46s (+80.21ms)|virt: 0.37s (+0.13s)] ... 16:44:22.4487 [INFO] uart0: [host: 1.64s (+0.18s)|virt: 0.56s (+0.18s)] >>> compare(3.2, 2.4) 16:44:22.4806 [INFO] uart0: [host: 1.67s (+31.83ms)|virt: 0.56s (+0.41ms)] True 16:44:22.4806 [INFO] adafruit_feather_nrf52840: Machine paused. 16:44:22.6691 [INFO] adafruit_feather_nrf52840: Machine resumed. 16:44:22.6693 [INFO] uart0: [host: 1.86s (+0.19s)|virt: 0.56s (+1µs)] 16:44:22.6790 [INFO] uart0: [host: 1.87s (+9.16ms)|virt: 0.56s (+0.22ms)] >>> compare(2.2, 5.8) 16:44:22.6975 [INFO] uart0: [host: 1.89s (+19.1ms)|virt: 0.56s (+0.48ms)] False 16:44:22.7713 [WARNING] Pause on match was requested, but the matching string had already been printed when the assertion was made. Pause time will not be deterministic. 16:44:22.7722 [INFO] adafruit_feather_nrf52840: Machine paused. 16:44:22.8025 [INFO] adafruit_feather_nrf52840: Disposed. 16:44:22.8030 [INFO] uart0: [host: 2s (+0.11s)|virt: 0.69s (+0.13s)] >>>