1:name: Ambiq Apollo 4
2:description: This script runs the Ambiq Suite's Hello World Uart example on Ambiq Apollo 4.
3
4using sysbus
5$name?="Ambiq Apollo 4"
6mach create $name
7
8machine LoadPlatformDescription @platforms/cpus/ambiq-apollo4.repl
9showAnalyzer uart2
10
11$bin?=@https://dl.antmicro.com/projects/renode/hello_world_uart.axf-s_307536-899c2682fa35d4bf27992bba5a0b5845ae331ba3
12macro reset
13"""
14    sysbus LoadELF $bin
15"""
16
17runMacro $reset
18