11:21:17.1437 [INFO] System bus created. 11:21:18.0381 [INFO] sysbus: Loading segment of 122032 bytes length at 0x8000000. 11:21:18.0505 [INFO] sysbus: Loading segment of 755 bytes length at 0x801DCB0. 11:21:18.0506 [INFO] sysbus: Loading segment of 4 bytes length at 0x801DFA3. 11:21:18.0507 [INFO] sysbus: Loading segment of 26280 bytes length at 0x20000000. 11:21:18.3037 [INFO] cpu0: Setting initial values: PC = 0x8003665, SP = 0x200062A8. 11:21:18.3050 [INFO] legend: Machine started. 11:21:18.3715 [WARNING] sysbus: [cpu0: 0x80032E6] ReadDoubleWord from non existing peripheral at 0x40010000. 11:21:18.3721 [WARNING] sysbus: [cpu0: 0x80032E6] WriteDoubleWord to non existing peripheral at 0x40010000, value 0x3. 11:21:18.4503 [WARNING] sysbus: [cpu0: 0x8004282] ReadDoubleWord from non existing peripheral at 0x40022000. 11:21:18.4503 [WARNING] sysbus: [cpu0: 0x8004282] WriteDoubleWord to non existing peripheral at 0x40022000, value 0x1. 11:21:18.4503 [WARNING] sysbus: [cpu0: 0x8004282] ReadDoubleWord from non existing peripheral at 0x40022000. 11:21:18.4504 [WARNING] sysbus: [cpu0: 0x800429E] ReadDoubleWord from non existing peripheral at 0x40022000. 11:21:18.4780 [WARNING] gpioa: Unhandled write to offset 0x24. Unhandled bits: [4] when writing value 0x10. Tags: AFSEL9 (0x1). 11:21:18.4792 [WARNING] gpioa: Unhandled write to offset 0x24. Unhandled bits: [8] when writing value 0x100. Tags: AFSEL10 (0x1). 11:21:18.5139 [INFO] usart1: [host: 0.64s (+0.64s)|virt: 0.12ms (+0.12ms)] *** Booting Zephyr OS build zephyr-v3.2.0-2681-g9cf89603dfff *** 11:21:18.6024 [INFO] usart1: [host: 0.73s (+88.53ms)|virt: 0.55ms (+0.42ms)] MicroPython v3.2.0-2681-g9cf89603df-dirty on 2022-12-19; zephyr-legend with stm32f070xb 11:21:18.6454 [INFO] usart1: [host: 0.77s (+42.99ms)|virt: 12.11ms (+11.56ms)] >>> 2+2 11:21:18.6925 [INFO] usart1: [host: 0.82s (+45.74ms)|virt: 12.41ms (+0.3ms)] 4 11:21:19.2017 [INFO] usart1: [host: 1.33s (+0.51s)|virt: 0.22s (+0.21s)] >>> def compare(a, b): return True if a > b else False 11:21:19.2136 [INFO] usart1: [host: 1.34s (+11.95ms)|virt: 0.22s (+1.4ms)] ... 11:21:19.3982 [INFO] usart1: [host: 1.52s (+0.18s)|virt: 0.23s (+9.3ms)] >>> compare(3.2, 2.4) 11:21:19.4945 [INFO] usart1: [host: 1.62s (+96.27ms)|virt: 0.23s (+0.54ms)] True 11:21:19.6736 [INFO] usart1: [host: 1.8s (+0.18s)|virt: 0.3s (+69.86ms)] >>> compare(2.2, 5.8) 11:21:19.8040 [INFO] usart1: [host: 1.93s (+0.13s)|virt: 0.3s (+0.53ms)] False 11:21:19.8185 [INFO] legend: Machine paused. 11:21:19.8254 [INFO] legend: Disposed. 11:21:19.8260 [INFO] usart1: [host: 1.95s (+21.98ms)|virt: 0.3s (+1.16ms)] >>>