You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bootloaders/artemis/!artemis_svl/README.txt
+9-10
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,18 @@
1
1
Name:
2
2
=====
3
-
hello_world_uart
3
+
artemis_svl
4
4
5
5
6
6
Description:
7
7
============
8
-
A simple "Hello World" example using the UART peripheral.
9
-
10
-
11
-
Purpose:
12
-
========
13
-
This example prints a "Hello World" message with some device info
14
-
over UART at 115200 baud. To see the output of this program, run AMFlash,
15
-
and configure the console for UART. The example sleeps after it is done
16
-
printing.
8
+
Variable baud rate bootloader for Apollo3/Artemis
9
+
10
+
11
+
Usage:
12
+
=====
13
+
This source code is provided mostly for reference. The easiest way to upload the SVL is by using the Arduino "burn bootloader" tool and selecting "Ambiq Secure Bootloader" as the "Programmer" option.
14
+
15
+
If you want to make changes you can compile and upload the artemis_svl using the AmbiqSuite SDK.
0 commit comments