17:08:57.4533 [INFO] System bus created. 17:08:58.5384 [WARNING] RTC not passed in the RCC constructor. Changes to the real-time clock will be ignored 17:08:58.5384 [WARNING] Lptimer not passed in the RCC constructor. Changes to the low-power timer clock will be ignored 17:08:58.9571 [INFO] sysbus: Loading segment of 123084 bytes length at 0x8000000. 17:08:58.9770 [INFO] sysbus: Loading segment of 803 bytes length at 0x801E0CC. 17:08:58.9772 [INFO] sysbus: Loading segment of 4 bytes length at 0x801E3EF. 17:08:58.9774 [INFO] sysbus: Loading segment of 25400 bytes length at 0x20000328. 17:08:59.4759 [INFO] cpu0: Setting initial values: PC = 0x8003451, SP = 0x20006260. 17:08:59.4782 [INFO] dragino_lsn50: Machine started. 17:08:59.6600 [WARNING] sysbus: [cpu0: 0x80045C2] ReadDoubleWord from non existing peripheral at 0x40022000. 17:08:59.6604 [WARNING] sysbus: [cpu0: 0x80045C2] WriteDoubleWord to non existing peripheral at 0x40022000, value 0x1. 17:08:59.6604 [WARNING] sysbus: [cpu0: 0x80045C2] ReadDoubleWord from non existing peripheral at 0x40022000. 17:08:59.6604 [WARNING] sysbus: [cpu0: 0x80045DC] ReadDoubleWord from non existing peripheral at 0x40022000. 17:08:59.6659 [WARNING] sysbus: [cpu0: 0x800323C] ReadDoubleWord from non existing peripheral at 0x40015804. 17:08:59.6659 [WARNING] sysbus: [cpu0: 0x800323C] WriteDoubleWord to non existing peripheral at 0x40015804, value 0x0. 17:08:59.6860 [WARNING] rcc: Unhandled write to offset 0x28. Unhandled bits: [17] when writing value 0x20000. Tags: USART2RST (0x1). 17:08:59.6894 [WARNING] rcc: Unhandled write to offset 0x24. Unhandled bits: [14] when writing value 0x4000. Tags: USART1RST (0x1). 17:08:59.7381 [INFO] usart1: [host: 1.11s (+1.11s)|virt: 0.12ms (+0.12ms)] *** Booting Zephyr OS build 3723493f60a1 *** 17:08:59.7558 [INFO] dragino_lsn50: Machine paused. 17:08:59.7617 [INFO] dragino_lsn50: Machine resumed. 17:08:59.7624 [INFO] usart1: [host: 1.13s (+24.18ms)|virt: 0.16ms (+32µs)] 17:08:59.8771 [INFO] usart1: [host: 1.25s (+0.11s)|virt: 0.5ms (+0.35ms)] MicroPython c5fc34d on 2024-03-27; zephyr-dragino_lsn50 with stm32l072xx 17:08:59.9198 [INFO] usart1: [host: 1.29s (+42.72ms)|virt: 53.31ms (+52.8ms)] >>> 2+2 17:08:59.9882 [INFO] usart1: [host: 1.36s (+68.45ms)|virt: 53.62ms (+0.31ms)] 4 17:08:59.9883 [INFO] dragino_lsn50: Machine paused. 17:09:00.5165 [INFO] dragino_lsn50: Machine resumed. 17:09:00.5168 [INFO] usart1: [host: 1.89s (+0.53s)|virt: 53.62ms (+1µs)] 17:09:00.6370 [INFO] usart1: [host: 2.01s (+0.12s)|virt: 54.11ms (+0.49ms)] >>> def compare(a, b): return True if a > b else False 17:09:00.6482 [INFO] usart1: [host: 2.02s (+11.13ms)|virt: 54.21ms (+0.1ms)] ... 17:09:00.8732 [INFO] usart1: [host: 2.24s (+0.22s)|virt: 55.18ms (+0.98ms)] >>> compare(3.2, 2.4) 17:09:00.9843 [INFO] usart1: [host: 2.36s (+0.11s)|virt: 55.74ms (+0.56ms)] True 17:09:00.9843 [INFO] dragino_lsn50: Machine paused. 17:09:01.1726 [INFO] dragino_lsn50: Machine resumed. 17:09:01.1728 [INFO] usart1: [host: 2.54s (+0.19s)|virt: 55.74ms (+1µs)] 17:09:01.2317 [INFO] usart1: [host: 2.6s (+58.93ms)|virt: 55.94ms (+0.2ms)] >>> compare(2.2, 5.8) 17:09:01.3629 [INFO] usart1: [host: 2.73s (+0.13s)|virt: 56.5ms (+0.56ms)] False 17:09:01.3630 [INFO] dragino_lsn50: Machine paused. 17:09:01.4359 [INFO] dragino_lsn50: Disposed.