16:47:56.4847 [INFO] System bus created. 16:47:57.7974 [INFO] sysbus: Loading segment of 119656 bytes length at 0x8000000. 16:47:57.8126 [INFO] sysbus: Loading segment of 777 bytes length at 0x801D368. 16:47:57.8126 [INFO] sysbus: Loading segment of 4 bytes length at 0x801D671. 16:47:57.8127 [INFO] sysbus: Loading segment of 26160 bytes length at 0x20000310. 16:47:58.1594 [INFO] cpu0: Setting initial values: PC = 0x80026C5, SP = 0x20006480. 16:47:58.1601 [INFO] nucleo_l452re: Machine started. 16:47:58.2170 [WARNING] nvic0: Changing value of the SHCSR register to 0x70000, the register isn't supported by Renode 16:47:58.2187 [WARNING] nvic0: Unhandled write to offset 0xD2C, value 0xFFFFFFFF. 16:47:58.2965 [WARNING] sysbus: [cpu0: 0x8003A20] (tag: 'PWR_CR1') ReadDoubleWord from non existing peripheral at 0x40007000, returning 0x00000F00. 16:47:58.2965 [WARNING] sysbus: [cpu0: 0x8003A6E] ReadDoubleWord from non existing peripheral at 0x40022000. 16:47:58.2968 [WARNING] sysbus: [cpu0: 0x8003A6E] WriteDoubleWord to non existing peripheral at 0x40022000, value 0x0. 16:47:58.2968 [WARNING] sysbus: [cpu0: 0x8003A6E] ReadDoubleWord from non existing peripheral at 0x40022000. 16:47:58.2972 [WARNING] sysbus: [cpu0: 0x8002300] ReadDoubleWord from non existing peripheral at 0xE0042004. 16:47:58.2972 [WARNING] sysbus: [cpu0: 0x8002300] WriteDoubleWord to non existing peripheral at 0xE0042004, value 0x0. 16:47:58.3407 [INFO] usart2: [host: 0.64s (+0.64s)|virt: 0.12ms (+0.12ms)] *** Booting Zephyr OS build 3723493f60a1 *** 16:47:58.3546 [INFO] nucleo_l452re: Machine paused. 16:47:58.3647 [INFO] nucleo_l452re: Machine resumed. 16:47:58.3653 [INFO] usart2: [host: 0.67s (+24.52ms)|virt: 0.14ms (+28µs)] 16:47:58.4458 [INFO] usart2: [host: 0.75s (+80.57ms)|virt: 0.43ms (+0.29ms)] MicroPython c5fc34d on 2024-03-27; zephyr-nucleo_l452re with stm32l452xx 16:47:58.5041 [INFO] usart2: [host: 0.8s (+58.32ms)|virt: 0.16s (+0.15s)] >>> 2+2 16:47:58.5415 [INFO] usart2: [host: 0.84s (+37.36ms)|virt: 0.16s (+0.24ms)] 4 16:47:58.5415 [INFO] nucleo_l452re: Machine paused. 16:47:59.0637 [INFO] nucleo_l452re: Machine resumed. 16:47:59.0640 [INFO] usart2: [host: 1.36s (+0.52s)|virt: 0.16s (+1µs)] 16:47:59.1420 [INFO] usart2: [host: 1.44s (+78.06ms)|virt: 0.16s (+0.41ms)] >>> def compare(a, b): return True if a > b else False 16:47:59.1696 [INFO] usart2: [host: 1.47s (+25.43ms)|virt: 0.22s (+68.15ms)] ... 16:47:59.3555 [INFO] usart2: [host: 1.66s (+0.19s)|virt: 0.44s (+0.22s)] >>> compare(3.2, 2.4) 16:47:59.4267 [INFO] usart2: [host: 1.73s (+71.17ms)|virt: 0.44s (+0.42ms)] True 16:47:59.4267 [INFO] nucleo_l452re: Machine paused. 16:47:59.6152 [INFO] nucleo_l452re: Machine resumed. 16:47:59.6154 [INFO] usart2: [host: 1.92s (+0.19s)|virt: 0.44s (+1µs)] 16:47:59.6527 [INFO] usart2: [host: 1.95s (+37.29ms)|virt: 0.44s (+0.2ms)] >>> compare(2.2, 5.8) 16:47:59.6939 [INFO] usart2: [host: 1.99s (+41.19ms)|virt: 0.44s (+0.42ms)] False 16:47:59.7181 [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:47:59.7184 [INFO] nucleo_l452re: Machine paused. 16:47:59.7855 [INFO] nucleo_l452re: Disposed. 16:47:59.7861 [INFO] usart2: [host: 2.09s (+92.18ms)|virt: 0.49s (+47.75ms)] >>>