11:07:09.5476 [INFO] System bus created. 11:07:11.2840 [INFO] sysbus: Loading segment of 123212 bytes length at 0x8000000. 11:07:11.3003 [INFO] sysbus: Loading segment of 787 bytes length at 0x801E14C. 11:07:11.3005 [INFO] sysbus: Loading segment of 4 bytes length at 0x801E45F. 11:07:11.3006 [INFO] sysbus: Loading segment of 25400 bytes length at 0x20000318. 11:07:11.7152 [INFO] cpu0: Setting initial values: PC = 0x80036A5, SP = 0x20006250. 11:07:11.7171 [INFO] b_l072z_lrwan1: Machine started. 11:07:11.8021 [WARNING] nvic: Unhandled write to offset 0xD94, value 0x0. 11:07:11.8023 [WARNING] nvic: Unhandled write to offset 0xD98, value 0x0. 11:07:11.8023 [WARNING] nvic: Unhandled write to offset 0xD9C, value 0x8000010. 11:07:11.8024 [WARNING] nvic: Unhandled write to offset 0xDA0, value 0x7020023. 11:07:11.8025 [WARNING] nvic: Unhandled write to offset 0xD98, value 0x1. 11:07:11.8025 [WARNING] nvic: Unhandled write to offset 0xD9C, value 0x20000011. 11:07:11.8025 [WARNING] nvic: Unhandled write to offset 0xDA0, value 0x110B001D. 11:07:11.8026 [WARNING] nvic: Unhandled write to offset 0xD94, value 0x5. 11:07:11.8129 [WARNING] sysbus: [cpu0: 0x80032C6] ReadDoubleWord from non existing peripheral at 0x40007000. 11:07:11.8133 [WARNING] sysbus: [cpu0: 0x80032C6] WriteDoubleWord to non existing peripheral at 0x40007000, value 0x800. 11:07:11.8142 [WARNING] sysbus: [cpu0: 0x800454A] ReadDoubleWord from non existing peripheral at 0x40007000. 11:07:11.8143 [WARNING] sysbus: [cpu0: 0x8004580] ReadDoubleWord from non existing peripheral at 0x40007000. 11:07:11.8143 [WARNING] sysbus: [cpu0: 0x800455E] ReadDoubleWord from non existing peripheral at 0x40022000. 11:07:11.8144 [WARNING] sysbus: [cpu0: 0x800455E] WriteDoubleWord to non existing peripheral at 0x40022000, value 0x1. 11:07:11.8144 [WARNING] sysbus: [cpu0: 0x800455E] ReadDoubleWord from non existing peripheral at 0x40022000. 11:07:11.8145 [WARNING] sysbus: [cpu0: 0x8004578] ReadDoubleWord from non existing peripheral at 0x40022000. 11:07:11.8174 [WARNING] sysbus: [cpu0: 0x8003ACA] ReadDoubleWord from non existing peripheral at 0x40010020. 11:07:11.8175 [WARNING] sysbus: [cpu0: 0x8003ACA] WriteDoubleWord to non existing peripheral at 0x40010020, value 0x2000. 11:07:11.8390 [WARNING] gpioa: Unhandled write to offset 0x24. Unhandled bits: [6] when writing value 0x40. Tags: AFSEL9 (0x4). 11:07:11.8413 [WARNING] gpioa: Unhandled write to offset 0x24. Unhandled bits: [10] when writing value 0x400. Tags: AFSEL10 (0x4). 11:07:11.8421 [WARNING] rcc: Unhandled write to offset 0x24. Unhandled bits: [14] when writing value 0x4000. Tags: USART1RST (0x1). 11:07:11.8490 [WARNING] gpioa: Unhandled write to offset 0x20. Unhandled bits: [10] when writing value 0x400. Tags: AFSEL2 (0x4). 11:07:11.8495 [WARNING] gpioa: Unhandled write to offset 0x20. Unhandled bits: [14] when writing value 0x4000. Tags: AFSEL3 (0x4). 11:07:11.8500 [WARNING] rcc: Unhandled write to offset 0x28. Unhandled bits: [17] when writing value 0x20000. Tags: USART2RST (0x1). 11:07:11.9206 [INFO] usart2: [host: 0.95s (+0.95s)|virt: 0.13ms (+0.13ms)] *** Booting Zephyr OS build zephyr-v3.2.0-2681-g9cf89603dfff *** 11:07:12.1487 [INFO] usart2: [host: 1.18s (+0.23s)|virt: 0.59ms (+0.46ms)] MicroPython v3.2.0-2681-g9cf89603df-dirty on 2022-12-19; zephyr-b_l072z_lrwan1 with stm32l072xx 11:07:12.2038 [INFO] usart2: [host: 1.23s (+55.1ms)|virt: 6.61ms (+6.02ms)] >>> 2+2 11:07:12.2780 [INFO] usart2: [host: 1.31s (+73.97ms)|virt: 6.91ms (+0.3ms)] 4 11:07:12.8001 [INFO] usart2: [host: 1.83s (+0.52s)|virt: 0.16s (+0.15s)] >>> def compare(a, b): return True if a > b else False 11:07:12.8159 [INFO] usart2: [host: 1.85s (+15.82ms)|virt: 0.16s (+0.1ms)] ... 11:07:13.0170 [INFO] usart2: [host: 2.05s (+0.2s)|virt: 0.16s (+1.01ms)] >>> compare(3.2, 2.4) 11:07:13.1503 [INFO] usart2: [host: 2.18s (+0.13s)|virt: 0.16s (+0.54ms)] True 11:07:13.3394 [INFO] usart2: [host: 2.37s (+0.19s)|virt: 0.18s (+21.76ms)] >>> compare(2.2, 5.8) 11:07:13.4749 [INFO] usart2: [host: 2.5s (+0.14s)|virt: 0.18s (+0.53ms)] False 11:07:13.4964 [INFO] b_l072z_lrwan1: Machine paused. 11:07:13.5065 [INFO] b_l072z_lrwan1: Disposed. 11:07:13.5073 [INFO] usart2: [host: 2.54s (+32.9ms)|virt: 0.18s (+2.26ms)] >>>