17:09:02.3782 [INFO] System bus created. 17:09:03.7934 [INFO] sysbus: Loaded SVD: /tmp/renode-15077/b3b78c7d-19c0-46aa-92de-b4175231665e.tmp. Name: STM32F40x. Description: STM32F40x. 17:09:03.8677 [INFO] sysbus: Loading segment of 119640 bytes length at 0x8000000. 17:09:03.8867 [INFO] sysbus: Loading segment of 787 bytes length at 0x801D358. 17:09:03.8868 [INFO] sysbus: Loading segment of 4 bytes length at 0x801D66B. 17:09:03.8869 [INFO] sysbus: Loading segment of 26280 bytes length at 0x20000318. 17:09:04.3042 [INFO] cpu0: Setting initial values: PC = 0x80026ED, SP = 0x20006500. 17:09:04.3052 [INFO] mikroe_mini_m4_for_stm32: Machine started. 17:09:04.3646 [WARNING] nvic0: Changing value of the SHCSR register to 0x70000, the register isn't supported by Renode 17:09:04.3664 [WARNING] nvic0: Unhandled write to offset 0xD2C, value 0xFFFFFFFF. 17:09:04.3712 [WARNING] sysbus: Read from an unimplemented register FLASH:ACR (0x40023C00), returning a value from SVD: 0x0. 17:09:04.3717 [WARNING] sysbus: Write of value 0x200 to an unimplemented register FLASH:ACR (0x40023C00) generated from SVD. 17:09:04.3717 [WARNING] sysbus: Read from an unimplemented register FLASH:ACR (0x40023C00), returning a value from SVD: 0x0. 17:09:04.3717 [WARNING] sysbus: Write of value 0x400 to an unimplemented register FLASH:ACR (0x40023C00) generated from SVD. 17:09:04.3724 [WARNING] sysbus: Read from an unimplemented register PWR:CR (0x40007000), returning a value from SVD: 0x0. 17:09:04.3724 [WARNING] sysbus: Read from an unimplemented register PWR:CR (0x40007000), returning a value from SVD: 0x0. 17:09:04.3724 [WARNING] sysbus: Read from an unimplemented register FLASH:ACR (0x40023C00), returning a value from SVD: 0x0. 17:09:04.3724 [WARNING] sysbus: Write of value 0x4 to an unimplemented register FLASH:ACR (0x40023C00) generated from SVD. 17:09:04.3724 [WARNING] sysbus: Read from an unimplemented register FLASH:ACR (0x40023C00), returning a value from SVD: 0x0. 17:09:04.3724 [WARNING] sysbus: Read from an unimplemented register FLASH:ACR (0x40023C00), returning a value from SVD: 0x0. 17:09:04.3729 [WARNING] sysbus: Read from an unimplemented register DBG:DBGMCU_CR (0xE0042004), returning a value from SVD: 0x0. 17:09:04.3729 [WARNING] sysbus: Write of value 0x0 to an unimplemented register DBG:DBGMCU_CR (0xE0042004) generated from SVD. 17:09:04.3850 [WARNING] usart2: Unhandled read from offset 0x14. 17:09:04.3850 [WARNING] usart2: Unhandled write to offset 0x14, value 0x0. 17:09:04.4079 [INFO] usart2: [host: 0.61s (+0.61s)|virt: 0.12ms (+0.12ms)] *** Booting Zephyr OS build 3723493f60a1 *** 17:09:04.4134 [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. 17:09:04.4151 [INFO] mikroe_mini_m4_for_stm32: Machine paused. 17:09:04.4216 [INFO] mikroe_mini_m4_for_stm32: Machine resumed. 17:09:04.5057 [INFO] usart2: [host: 0.7s (+98.09ms)|virt: 0.47ms (+0.35ms)] MicroPython c5fc34d on 2024-03-27; zephyr-mikroe_mini_m4_for_stm32 with stm32f415xx 17:09:04.5595 [INFO] usart2: [host: 0.76s (+53.62ms)|virt: 0.12s (+0.12s)] >>> 2+2 17:09:04.5932 [INFO] usart2: [host: 0.79s (+33.9ms)|virt: 0.12s (+0.24ms)] 4 17:09:04.6042 [INFO] mikroe_mini_m4_for_stm32: Machine paused. 17:09:05.1328 [INFO] mikroe_mini_m4_for_stm32: Machine resumed. 17:09:05.1330 [INFO] usart2: [host: 1.33s (+0.54s)|virt: 0.12s (+1µs)] 17:09:05.2272 [INFO] usart2: [host: 1.43s (+94.18ms)|virt: 0.12s (+0.4ms)] >>> def compare(a, b): return True if a > b else False 17:09:05.2433 [INFO] usart2: [host: 1.44s (+16.07ms)|virt: 0.12s (+60µs)] ... 17:09:05.4246 [INFO] usart2: [host: 1.62s (+0.18s)|virt: 0.2s (+88.2ms)] >>> compare(3.2, 2.4) 17:09:05.5019 [INFO] usart2: [host: 1.7s (+77.26ms)|virt: 0.21s (+0.42ms)] True 17:09:05.5020 [INFO] mikroe_mini_m4_for_stm32: Machine paused. 17:09:05.6892 [INFO] mikroe_mini_m4_for_stm32: Machine resumed. 17:09:05.6894 [INFO] usart2: [host: 1.89s (+0.19s)|virt: 0.21s (+1µs)] 17:09:05.7226 [INFO] usart2: [host: 1.92s (+33.28ms)|virt: 0.21s (+0.19ms)] >>> compare(2.2, 5.8) 17:09:05.7687 [INFO] usart2: [host: 1.97s (+46.06ms)|virt: 0.21s (+0.42ms)] False 17:09:05.7917 [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. 17:09:05.7920 [INFO] mikroe_mini_m4_for_stm32: Machine paused.