11:08:51.3703 [INFO] System bus created. 11:08:52.4928 [INFO] sysbus: Loading segment of 193352 bytes length at 0x0. 11:08:52.5083 [INFO] sysbus: Loading segment of 4 bytes length at 0x2F348. 11:08:52.8708 [INFO] cpu0: Setting initial values: PC = 0x2CAD, SP = 0x22BF8. 11:08:52.8729 [INFO] ast1030_evb: Machine started. 11:08:52.9511 [WARNING] sysbus: [cpu0: 0x26B8] ReadDoubleWord from non existing peripheral at 0x7E6E241C. 11:08:52.9520 [WARNING] sysbus: [cpu0: 0x26B8] WriteDoubleWord to non existing peripheral at 0x7E6E241C, value 0x3E000000. 11:08:52.9531 [WARNING] sysbus: [cpu0: 0x133CC] WriteDoubleWord to non existing peripheral at 0x7E6E2A58, value 0x0. 11:08:52.9536 [WARNING] sysbus: [cpu0: 0x133CC] WriteDoubleWord to non existing peripheral at 0x7E6E2A50, value 0x3FFF. 11:08:52.9537 [WARNING] sysbus: [cpu0: 0x133CC] WriteDoubleWord to non existing peripheral at 0x7E6E2A58, value 0x1. 11:08:52.9803 [WARNING] nvic: Unhandled write to offset 0xD28, value 0xFFFFFFFF. 11:08:52.9803 [WARNING] nvic: Unhandled write to offset 0xD2C, value 0xFFFFFFFF. 11:08:53.0330 [INFO] uart5: [host: 0.75s (+0.75s)|virt: 0.11ms (+0.11ms)] *** Booting Zephyr OS build 38f554ef4f99 *** 11:08:53.2511 [INFO] uart5: [host: 0.96s (+0.22s)|virt: 0.46ms (+0.35ms)] MicroPython fe2a833-dirty on 2023-03-03; zephyr-ast1030_evb with unknown-cpu 11:08:53.3040 [INFO] uart5: [host: 1.02s (+52.94ms)|virt: 6.41ms (+5.95ms)] >>> 2+2 11:08:53.3753 [INFO] uart5: [host: 1.09s (+71.29ms)|virt: 6.65ms (+0.24ms)] 4 11:08:53.8896 [INFO] uart5: [host: 1.6s (+0.51s)|virt: 0.16s (+0.15s)] >>> def compare(a, b): return True if a > b else False 11:08:53.9050 [INFO] uart5: [host: 1.62s (+15.61ms)|virt: 0.16s (+0.1ms)] ... 11:08:54.0883 [INFO] uart5: [host: 1.8s (+0.18s)|virt: 0.18s (+22.3ms)] >>> compare(3.2, 2.4) 11:08:54.1590 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.1591 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.1683 [INFO] uart5: [host: 1.88s (+80ms)|virt: 0.18s (+0.42ms)] True 11:08:54.1711 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.1712 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.1713 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.1714 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.1716 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.1717 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.3496 [INFO] uart5: [host: 2.06s (+0.18s)|virt: 0.23s (+46.58ms)] >>> compare(2.2, 5.8) 11:08:54.3875 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.3875 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.3879 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.3879 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.3879 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.3879 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.3964 [INFO] uart5: [host: 2.11s (+46.8ms)|virt: 0.23s (+0.42ms)] False 11:08:54.3968 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.3968 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.3968 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.3968 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.3969 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.4042 [ERROR] cpu0: Profiler: Trying to return from frame while internal stack tracking is empty 11:08:54.4176 [INFO] ast1030_evb: Machine paused. 11:08:54.4263 [INFO] ast1030_evb: Disposed. 11:08:54.4272 [INFO] uart5: [host: 2.14s (+30.84ms)|virt: 0.23s (+0.57ms)] >>>