Artemis Development on Arm® Mbed™ OS (Beta)
Contributors:
santaimpersonator, Member #1571936
Build and Flashing other Artemis Boards
Development boards that utilize a WCH CH340C or CH340C Uart-to-serial chip will be programmed using the Ambiq Secure Bootloader (ASB). However, users will need to build the project, first, to utilize the required .bin
file.
Build Project
- Click the Build, hammer icon. This builds Blinky and stops.
- Check the build output for the location of the
.bin
file.
ASB Upload
Ambiq Secure Bootloader (ASB) documentation
Example usage:
python asb.py --bin "${path to your binary file}.bin" --load-address-blob 0x20000 --magic-num 0xCB -o "${path to your binary file}" --version 0x0 --load-address-wired 0xC000 -i 6 --options 0x1 -b 115200 -port "{serial.port}" -r 2 -v