13:21:12.8345 [INFO] System bus created. 13:21:14.0098 [INFO] sysbus: Loaded SVD: /tmp/renode-8664/37c65b28-f056-4fd0-9df7-32f738d76ce5.tmp. Name: STM32F103. Description: STM32F103. 13:21:14.0766 [INFO] sysbus: Loading segment of 117444 bytes length at 0x8000000. 13:21:14.0903 [INFO] sysbus: Loading segment of 805 bytes length at 0x801CAC4. 13:21:14.0904 [INFO] sysbus: Loading segment of 4 bytes length at 0x801CDE9. 13:21:14.0905 [INFO] sysbus: Loading segment of 25392 bytes length at 0x20000328. 13:21:14.4154 [INFO] cpu0: Setting initial values: PC = 0x80021DD, SP = 0x20006258. 13:21:14.4163 [INFO] nucleo_f103rb: Machine started. 13:21:14.4711 [WARNING] nvic0: Changing value of the SHCSR register to 0x70000, the register isn't supported by Renode 13:21:14.4729 [WARNING] nvic0: Unhandled write to offset 0xD2C, value 0xFFFFFFFF. 13:21:14.5379 [WARNING] sysbus: Read from an unimplemented register FLASH:ACR (0x40022000), returning a value from SVD: 0x30. 13:21:14.5384 [WARNING] sysbus: Write of value 0x32 to an unimplemented register FLASH:ACR (0x40022000) generated from SVD. 13:21:14.5384 [WARNING] sysbus: Read from an unimplemented register FLASH:ACR (0x40022000), returning a value from SVD: 0x30. 13:21:14.5384 [WARNING] sysbus: Read from an unimplemented register FLASH:ACR (0x40022000), returning a value from SVD: 0x30. 13:21:14.5638 [WARNING] sysbus: Read from an unimplemented register DBG:CR (0xE0042004), returning a value from SVD: 0x0. 13:21:14.5638 [WARNING] sysbus: Write of value 0x0 to an unimplemented register DBG:CR (0xE0042004) generated from SVD. 13:21:14.5676 [WARNING] sysbus: Read from an unimplemented register AFIO:MAPR (0x40010004), returning a value from SVD: 0x0. 13:21:14.5676 [WARNING] sysbus: Write of value 0x7000000 to an unimplemented register AFIO:MAPR (0x40010004) generated from SVD. 13:21:14.5746 [WARNING] gpioa: Unhandled write to offset 0x0. Unhandled bits: [10-11] when writing value 0x44444944. Tags: CNF2 (0x3). 13:21:14.5748 [WARNING] gpioa: Unhandled write to offset 0x0. Unhandled bits: [10] when writing value 0x44444144. Tags: CNF2 (0x1). 13:21:14.5784 [WARNING] usart2: Unhandled read from offset 0x14. 13:21:14.5784 [WARNING] usart2: Unhandled write to offset 0x14, value 0x0. 13:21:14.5804 [WARNING] sysbus: Read from an unimplemented register AFIO:MAPR (0x40010004), returning a value from SVD: 0x0. 13:21:14.5804 [WARNING] sysbus: Write of value 0x7000000 to an unimplemented register AFIO:MAPR (0x40010004) generated from SVD. 13:21:14.5805 [WARNING] gpioa: Unhandled write to offset 0x4. Unhandled bits: [6-7] when writing value 0x44444494. Tags: CNF9 (0x3). 13:21:14.5806 [WARNING] gpioa: Unhandled write to offset 0x4. Unhandled bits: [6] when writing value 0x44444414. Tags: CNF9 (0x1). 13:21:14.5816 [WARNING] usart1: Unhandled read from offset 0x14. 13:21:14.5816 [WARNING] usart1: Unhandled write to offset 0x14, value 0x0. 13:21:14.6051 [INFO] usart2: [host: 0.59s (+0.59s)|virt: 0.12ms (+0.12ms)] *** Booting Zephyr OS build 3723493f60a1 *** 13:21:14.6175 [INFO] nucleo_f103rb: Machine paused. 13:21:14.6234 [INFO] nucleo_f103rb: Machine resumed. 13:21:14.6240 [INFO] usart2: [host: 0.61s (+18.83ms)|virt: 0.14ms (+26µs)] 13:21:14.6913 [INFO] usart2: [host: 0.67s (+67.34ms)|virt: 0.42ms (+0.28ms)] MicroPython c5fc34d on 2024-03-27; zephyr-nucleo_f103rb with stm32f103xb 13:21:14.7599 [INFO] usart2: [host: 0.74s (+68.64ms)|virt: 0.2s (+0.2s)] >>> 2+2 13:21:14.7957 [INFO] usart2: [host: 0.78s (+35.73ms)|virt: 0.2s (+0.24ms)] 4 13:21:14.7957 [INFO] nucleo_f103rb: Machine paused. 13:21:15.3174 [INFO] nucleo_f103rb: Machine resumed. 13:21:15.3176 [INFO] usart2: [host: 1.3s (+0.52s)|virt: 0.2s (+1µs)] 13:21:15.3945 [INFO] usart2: [host: 1.38s (+76.76ms)|virt: 0.2s (+0.4ms)] >>> def compare(a, b): return True if a > b else False 13:21:15.4211 [INFO] usart2: [host: 1.4s (+26.73ms)|virt: 0.33s (+0.13s)] ... 13:21:15.6112 [INFO] usart2: [host: 1.59s (+0.19s)|virt: 0.66s (+0.33s)] >>> compare(3.2, 2.4) 13:21:15.6532 [INFO] usart2: [host: 1.64s (+41.92ms)|virt: 0.66s (+0.43ms)] True 13:21:15.6532 [INFO] nucleo_f103rb: Machine paused. 13:21:15.8375 [INFO] nucleo_f103rb: Machine resumed. 13:21:15.8376 [INFO] usart2: [host: 1.82s (+0.18s)|virt: 0.66s (+1µs)] 13:21:15.8692 [INFO] usart2: [host: 1.85s (+31.54ms)|virt: 0.66s (+0.18ms)] >>> compare(2.2, 5.8) 13:21:15.9114 [INFO] usart2: [host: 1.89s (+42.28ms)|virt: 0.66s (+0.43ms)] False 13:21:15.9401 [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. 13:21:15.9402 [INFO] nucleo_f103rb: Machine paused. 13:21:16.0106 [INFO] nucleo_f103rb: Disposed. 13:21:16.0121 [INFO] usart2: [host: 2s (+0.1s)|virt: 0.73s (+66.75ms)] >>>