12:48:26.2931 [INFO] System bus created. 12:48:28.4639 [INFO] sysbus: Loading segment of 120204 bytes length at 0x8000000. 12:48:28.4896 [INFO] sysbus: Loading segment of 817 bytes length at 0x801D58C. 12:48:28.4898 [INFO] sysbus: Loading segment of 4 bytes length at 0x801D8BD. 12:48:28.4918 [INFO] sysbus: Loading segment of 26248 bytes length at 0x20010338. 12:48:29.0260 [INFO] cpu0: Setting initial values: PC = 0x8002721, SP = 0x20016500. 12:48:29.0274 [INFO] nucleo_f746zg: Machine started. 12:48:29.1364 [WARNING] nvic0: Changing value of the SHCSR register to 0x70000, the register isn't supported by Renode 12:48:29.1399 [WARNING] nvic0: Unhandled write to offset 0xD2C, value 0xFFFFFFFF. 12:48:29.1504 [WARNING] sysbus: [cpu0: 0x8002350] ReadDoubleWord from non existing peripheral at 0x40023C00. 12:48:29.1510 [WARNING] sysbus: [cpu0: 0x8002350] WriteDoubleWord to non existing peripheral at 0x40023C00, value 0x200. 12:48:29.1546 [WARNING] sysbus: [cpu0: 0x8003A84] ReadDoubleWord from non existing peripheral at 0x40007000. 12:48:29.1547 [WARNING] sysbus: [cpu0: 0x8003A84] ReadDoubleWord from non existing peripheral at 0x40007000. 12:48:29.1549 [WARNING] sysbus: [cpu0: 0x8003AD8] ReadDoubleWord from non existing peripheral at 0x40023C00. 12:48:29.1549 [WARNING] sysbus: [cpu0: 0x8003AD8] WriteDoubleWord to non existing peripheral at 0x40023C00, value 0x4. 12:48:29.1550 [WARNING] sysbus: [cpu0: 0x8003AD8] ReadDoubleWord from non existing peripheral at 0x40023C00. 12:48:29.1551 [WARNING] sysbus: [cpu0: 0x8003AEE] ReadDoubleWord from non existing peripheral at 0x40023C00. 12:48:29.1640 [WARNING] rcc: Unhandled write to offset 0x0. Unhandled bits: [18] when writing value 0x40483. Tags: HSEBYP (0x1). 12:48:29.1647 [WARNING] sysbus: [cpu0: 0x800308C] ReadDoubleWord from non existing peripheral at 0x40007000. 12:48:29.1648 [WARNING] sysbus: [cpu0: 0x800308C] WriteDoubleWord to non existing peripheral at 0x40007000, value 0x10000. 12:48:29.2723 [WARNING] sysbus: [cpu0: 0x80030B4] ReadDoubleWord from non existing peripheral at 0x40007000. 12:48:29.2724 [WARNING] sysbus: [cpu0: 0x80030B4] WriteDoubleWord to non existing peripheral at 0x40007000, value 0x20000. 12:48:29.2732 [WARNING] sysbus: [cpu0: 0x800233C] ReadDoubleWord from non existing peripheral at 0xE0042004. 12:48:29.2733 [WARNING] sysbus: [cpu0: 0x800233C] WriteDoubleWord to non existing peripheral at 0xE0042004, value 0x0. 12:48:29.3378 [INFO] usart3: [host: 1.33s (+1.33s)|virt: 0.13ms (+0.13ms)] *** Booting Zephyr OS build 3723493f60a1 *** 12:48:29.3588 [INFO] nucleo_f746zg: Machine paused. 12:48:29.3707 [INFO] nucleo_f746zg: Machine resumed. 12:48:29.3715 [INFO] usart3: [host: 1.37s (+33.72ms)|virt: 0.15ms (+28µs)] 12:48:29.4718 [INFO] usart3: [host: 1.47s (+0.1s)|virt: 0.44ms (+0.29ms)] MicroPython c5fc34d on 2024-03-27; zephyr-nucleo_f746zg with stm32f746xx 12:48:29.5137 [INFO] usart3: [host: 1.51s (+41.76ms)|virt: 33.11ms (+32.67ms)] >>> 2+2 12:48:29.5366 [INFO] usart3: [host: 1.53s (+23.06ms)|virt: 33.35ms (+0.24ms)] 4 12:48:29.5367 [INFO] nucleo_f746zg: Machine paused. 12:48:30.0650 [INFO] nucleo_f746zg: Machine resumed. 12:48:30.0653 [INFO] usart3: [host: 2.06s (+0.53s)|virt: 33.35ms (+1µs)] 12:48:30.2035 [INFO] usart3: [host: 2.2s (+0.14s)|virt: 33.76ms (+0.41ms)] >>> def compare(a, b): return True if a > b else False 12:48:30.2168 [INFO] usart3: [host: 2.21s (+13.58ms)|virt: 33.81ms (+49µs)] ... 12:48:30.3970 [INFO] usart3: [host: 2.39s (+0.18s)|virt: 0.18s (+0.15s)] >>> compare(3.2, 2.4) 12:48:30.4660 [INFO] usart3: [host: 2.46s (+68.98ms)|virt: 0.18s (+0.42ms)] True 12:48:30.4662 [INFO] nucleo_f746zg: Machine paused. 12:48:30.6559 [INFO] nucleo_f746zg: Machine resumed. 12:48:30.6562 [INFO] usart3: [host: 2.65s (+0.19s)|virt: 0.18s (+1µs)] 12:48:30.7334 [INFO] usart3: [host: 2.73s (+77.22ms)|virt: 0.18s (+0.2ms)] >>> compare(2.2, 5.8) 12:48:30.7955 [INFO] usart3: [host: 2.79s (+62.1ms)|virt: 0.18s (+0.42ms)] False 12:48:30.7956 [INFO] nucleo_f746zg: Machine paused. 12:48:30.8596 [INFO] nucleo_f746zg: Disposed.