16:21:09.3576 [INFO] System bus created. 16:21:10.9472 [INFO] sysbus: Loaded SVD: /tmp/renode-4923/aa8c06b9-469c-4316-ba5f-83212e603543.tmp. Name: STM32F40x. Description: STM32F40x. 16:21:11.0299 [INFO] sysbus: Loading segment of 119876 bytes length at 0x8000000. 16:21:11.0489 [INFO] sysbus: Loading segment of 811 bytes length at 0x801D444. 16:21:11.0490 [INFO] sysbus: Loading segment of 4 bytes length at 0x801D76F. 16:21:11.0491 [INFO] sysbus: Loading segment of 26256 bytes length at 0x20000330. 16:21:11.4953 [INFO] cpu0: Setting initial values: PC = 0x800272D, SP = 0x20006500. 16:21:11.4961 [INFO] nucleo_f412zg: Machine started. 16:21:11.5661 [WARNING] nvic0: Changing value of the SHCSR register to 0x70000, the register isn't supported by Renode 16:21:11.5686 [WARNING] nvic0: Unhandled write to offset 0xD2C, value 0xFFFFFFFF. 16:21:11.5745 [WARNING] sysbus: Read from an unimplemented register FLASH:ACR (0x40023C00), returning a value from SVD: 0x0. 16:21:11.5752 [WARNING] sysbus: Write of value 0x200 to an unimplemented register FLASH:ACR (0x40023C00) generated from SVD. 16:21:11.5752 [WARNING] sysbus: Read from an unimplemented register FLASH:ACR (0x40023C00), returning a value from SVD: 0x0. 16:21:11.5752 [WARNING] sysbus: Write of value 0x400 to an unimplemented register FLASH:ACR (0x40023C00) generated from SVD. 16:21:11.5762 [WARNING] sysbus: Read from an unimplemented register PWR:CR (0x40007000), returning a value from SVD: 0x0. 16:21:11.5762 [WARNING] sysbus: Read from an unimplemented register PWR:CR (0x40007000), returning a value from SVD: 0x0. 16:21:11.5763 [WARNING] sysbus: Read from an unimplemented register PWR:CR (0x40007000), returning a value from SVD: 0x0. 16:21:11.5763 [WARNING] sysbus: Read from an unimplemented register FLASH:ACR (0x40023C00), returning a value from SVD: 0x0. 16:21:11.5763 [WARNING] sysbus: Write of value 0x0 to an unimplemented register FLASH:ACR (0x40023C00) generated from SVD. 16:21:11.5764 [WARNING] sysbus: Read from an unimplemented register FLASH:ACR (0x40023C00), returning a value from SVD: 0x0. 16:21:11.5831 [WARNING] rcc: Unhandled write to offset 0x0. Unhandled bits: [18] when writing value 0x40483. Tags: HSEBYP (0x1). 16:21:11.5835 [WARNING] sysbus: Read from an unimplemented register DBG:DBGMCU_CR (0xE0042004), returning a value from SVD: 0x0. 16:21:11.5835 [WARNING] sysbus: Write of value 0x0 to an unimplemented register DBG:DBGMCU_CR (0xE0042004) generated from SVD. 16:21:11.5971 [WARNING] usart3: Unhandled read from offset 0x14. 16:21:11.5971 [WARNING] usart3: Unhandled write to offset 0x14, value 0x0. 16:21:11.5999 [WARNING] usart6: Unhandled read from offset 0x14. 16:21:11.6000 [WARNING] usart6: Unhandled write to offset 0x14, value 0x0. 16:21:11.6345 [INFO] usart3: [host: 0.68s (+0.68s)|virt: 0.13ms (+0.13ms)] *** Booting Zephyr OS build 3723493f60a1 *** 16:21:11.6505 [INFO] nucleo_f412zg: Machine paused. 16:21:11.6568 [INFO] nucleo_f412zg: Machine resumed. 16:21:11.6594 [INFO] usart3: [host: 0.7s (+22.8ms)|virt: 0.15ms (+27µs)] 16:21:11.7355 [INFO] usart3: [host: 0.78s (+78.22ms)|virt: 0.44ms (+0.28ms)] MicroPython c5fc34d on 2024-03-27; zephyr-nucleo_f412zg with stm32f412zx 16:21:11.7952 [INFO] usart3: [host: 0.84s (+59.7ms)|virt: 72.01ms (+71.57ms)] >>> 2+2 16:21:11.8471 [INFO] usart3: [host: 0.89s (+51.87ms)|virt: 72.25ms (+0.24ms)] 4 16:21:11.8472 [INFO] nucleo_f412zg: Machine paused. 16:21:12.3701 [INFO] nucleo_f412zg: Machine resumed. 16:21:12.3703 [INFO] usart3: [host: 1.42s (+0.52s)|virt: 72.25ms (+1µs)] 16:21:12.4915 [INFO] usart3: [host: 1.54s (+0.12s)|virt: 72.65ms (+0.4ms)] >>> def compare(a, b): return True if a > b else False 16:21:12.5050 [INFO] usart3: [host: 1.55s (+13.59ms)|virt: 72.71ms (+60µs)] ... 16:21:12.6796 [INFO] usart3: [host: 1.72s (+0.17s)|virt: 0.16s (+83.3ms)] >>> compare(3.2, 2.4) 16:21:12.7397 [INFO] usart3: [host: 1.78s (+60.02ms)|virt: 0.16s (+0.42ms)] True 16:21:12.7397 [INFO] nucleo_f412zg: Machine paused. 16:21:12.9365 [INFO] nucleo_f412zg: Machine resumed. 16:21:12.9368 [INFO] usart3: [host: 1.98s (+0.2s)|virt: 0.16s (+1µs)] 16:21:12.9854 [INFO] usart3: [host: 2.03s (+48.5ms)|virt: 0.16s (+0.19ms)] >>> compare(2.2, 5.8) 16:21:13.0366 [INFO] usart3: [host: 2.08s (+51.26ms)|virt: 0.16s (+0.42ms)] False 16:21:13.0417 [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. 16:21:13.0417 [INFO] nucleo_f412zg: Machine paused. 16:21:13.1185 [INFO] nucleo_f412zg: Disposed. 16:21:13.1192 [INFO] usart3: [host: 2.16s (+82.57ms)|virt: 0.16s (+20µs)] >>>