• Home
  • Boards
  • SoCs
  • HW Blocks
Renode
  • Home
  • Boards
  • SoCs
  • Vendors
  • HW Blocks
Board photo

Blues Wireless Swan

STM32L4R5XI
System on Chip
Blues
Vendor

Supported software


Zephyr RTOS

Hello World


A simple sample that prints “Hello World” to the console.

Run locally

You can run the Hello World demo on the Blues Wireless Swan board by following the instructions below. Assuming you have Python 3 and pip installed on your Linux machine, run the following commands to download Renode and the prebuilt binaries for this demo, and then run the simulation in Renode on your own machine:

pip3 install --user --upgrade git+https://github.com/antmicro/renode-run.git
renode-run demo -b swan_r5 hello_world

Run in Colab

You can run this demo instantly on a cloud server in Google Colab by clicking the button below.

Colab

Run swan_r5 hello_world demo in Google Colab.

UART output

Trace

Download

Build artifacts

Download binaries, Renode scripts and other artifacts for the Hello World demo

SBOM data

Download Software Bill of Materials data for the Hello World demo

Robot Test Suite Log

See a Robot test results for the Hello World demo

Shell Module


This demo demonstrates the Zephyr shell submodule, which allows the user to use a console interface to control the operating system.

Run locally

You can run the Shell Module demo on the Blues Wireless Swan board by following the instructions below. Assuming you have Python 3 and pip installed on your Linux machine, run the following commands to download Renode and the prebuilt binaries for this demo, and then run the simulation in Renode on your own machine:

pip3 install --user --upgrade git+https://github.com/antmicro/renode-run.git
renode-run demo -b swan_r5 shell_module

Run in Colab

You can run this demo instantly on a cloud server in Google Colab by clicking the button below.

Colab

Run swan_r5 shell_module demo in Google Colab.

UART output

Trace

Download

Build artifacts

Download binaries, Renode scripts and other artifacts for the Shell Module demo

SBOM data

Download Software Bill of Materials data for the Shell Module demo

Robot Test Suite Log

See a Robot test results for the Shell Module demo

Philosophers


An implementation of a solution to the Dining Philosophers problem which demonstrates the usage of multiple preemptible and cooperative threads of differing priorities, as well as dynamic mutexes and thread sleeping.

Run locally

You can run the Philosophers demo on the Blues Wireless Swan board by following the instructions below. Assuming you have Python 3 and pip installed on your Linux machine, run the following commands to download Renode and the prebuilt binaries for this demo, and then run the simulation in Renode on your own machine:

pip3 install --user --upgrade git+https://github.com/antmicro/renode-run.git
renode-run demo -b swan_r5 philosophers

Run in Colab

You can run this demo instantly on a cloud server in Google Colab by clicking the button below.

Colab

Run swan_r5 philosophers demo in Google Colab.

UART output

Trace

Download

Build artifacts

Download binaries, Renode scripts and other artifacts for the Philosophers demo

SBOM data

Download Software Bill of Materials data for the Philosophers demo

Robot Test Suite Log

See a Robot test results for the Philosophers demo

TensorFlow Lite Micro


This sample TensorFlow application replicates a sine wave and demonstrates the basics of using TensorFlow Lite Micro. The model included with the sample is trained to replicate a sine function and generates x values to print alongside the y values predicted by the model.

Run locally

You can run the TensorFlow Lite Micro demo on the Blues Wireless Swan board by following the instructions below. Assuming you have Python 3 and pip installed on your Linux machine, run the following commands to download Renode and the prebuilt binaries for this demo, and then run the simulation in Renode on your own machine:

pip3 install --user --upgrade git+https://github.com/antmicro/renode-run.git
renode-run demo -b swan_r5 tensorflow_lite_micro

Run in Colab

You can run this demo instantly on a cloud server in Google Colab by clicking the button below.

Colab

Run swan_r5 tensorflow_lite_micro demo in Google Colab.

UART output

Trace

Download

Build artifacts

Download binaries, Renode scripts and other artifacts for the TensorFlow Lite Micro demo

SBOM data

Download Software Bill of Materials data for the TensorFlow Lite Micro demo

Robot Test Suite Log

See a Robot test results for the TensorFlow Lite Micro demo

MicroPython


This demo demonstrates the MicroPython Zephyr port by performing arithmetic operations, and by defining and calling simple functions.

Run locally

You can run the MicroPython demo on the Blues Wireless Swan board by following the instructions below. Assuming you have Python 3 and pip installed on your Linux machine, run the following commands to download Renode and the prebuilt binaries for this demo, and then run the simulation in Renode on your own machine:

pip3 install --user --upgrade git+https://github.com/antmicro/renode-run.git
renode-run demo -b swan_r5 micropython

Run in Colab

You can run this demo instantly on a cloud server in Google Colab by clicking the button below.

Colab

Run swan_r5 micropython demo in Google Colab.

UART output

Trace

Download

Build artifacts

Download binaries, Renode scripts and other artifacts for the MicroPython demo

SBOM data

Download Software Bill of Materials data for the MicroPython demo

Robot Test Suite Log

See a Robot test results for the MicroPython demo

Blinky


A basic sample that blinks an LED forever using the Zephyr GPIO API.

Run locally

You can run the Blinky demo on the Blues Wireless Swan board by following the instructions below. Assuming you have Python 3 and pip installed on your Linux machine, run the following commands to download Renode and the prebuilt binaries for this demo, and then run the simulation in Renode on your own machine:

pip3 install --user --upgrade git+https://github.com/antmicro/renode-run.git
renode-run demo -b swan_r5 blinky

Run in Colab

You can run this demo instantly on a cloud server in Google Colab by clicking the button below.

Colab

Run swan_r5 blinky demo in Google Colab.

UART output

Trace

Download

Build artifacts

Download binaries, Renode scripts and other artifacts for the Blinky demo

SBOM data

Download Software Bill of Materials data for the Blinky demo

Robot Test Suite Log

See a Robot test results for the Blinky demo

Components


STM32L4R5XI

stm32l4r5Xi

Device tree


Device tree

Hierarchical device data structure

Renode dts2repl

Converted device tree source into Renode .repl file

Specification


Frequency:

unknown

Flash:

2048 KiB

RAM:

640 KiB

ADDRESS SPACE ID TYPE DRIVER PERIPHERAL
ADDRESS SPACE 0x08000000 - 0x08200000 ID flash0 TYPE mtd DRIVER PERIPHERAL ST stm32-nv-flash
ADDRESS SPACE 0x40000000 - 0x40000400 ID timers2 TYPE timer DRIVER PERIPHERAL ST stm32-timers
ADDRESS SPACE 0x40002800 - 0x40002c00 ID rtc TYPE rtc DRIVER driver PERIPHERAL ST stm32-rtc
ADDRESS SPACE 0x40003800 - 0x40003c00 ID spi2 TYPE spi DRIVER driver PERIPHERAL ST stm32-spi-fifo
ADDRESS SPACE 0x40003c00 - 0x40004000 ID spi3 TYPE spi DRIVER driver PERIPHERAL ST stm32-spi-fifo
ADDRESS SPACE 0x40004400 - 0x40004800 ID usart2 TYPE serial DRIVER driver PERIPHERAL ST stm32-usart
ADDRESS SPACE 0x40004800 - 0x40004c00 ID usart3 TYPE serial DRIVER driver PERIPHERAL ST stm32-usart
ADDRESS SPACE 0x40005400 - 0x40005800 ID i2c1 TYPE i2c DRIVER driver PERIPHERAL ST stm32-i2c-v2
ADDRESS SPACE 0x40005800 - 0x40005c00 ID i2c2 TYPE i2c DRIVER driver PERIPHERAL ST stm32-i2c-v2
ADDRESS SPACE 0x40005c00 - 0x40006000 ID i2c3 TYPE i2c DRIVER driver PERIPHERAL ST stm32-i2c-v2
ADDRESS SPACE 0x40008000 - 0x40008400 ID lpuart1 TYPE serial DRIVER driver PERIPHERAL ST stm32-lpuart
ADDRESS SPACE 0x40010400 - 0x40010800 ID exti TYPE interrupt-controller DRIVER PERIPHERAL ST stm32-exti
ADDRESS SPACE 0x40013000 - 0x40013400 ID spi1 TYPE spi DRIVER driver PERIPHERAL ST stm32-spi-fifo
ADDRESS SPACE 0x40013800 - 0x40013c00 ID usart1 TYPE serial DRIVER driver PERIPHERAL ST stm32-usart
ADDRESS SPACE 0x40021000 - 0x40021400 ID rcc TYPE clock DRIVER PERIPHERAL ST stm32-rcc
ADDRESS SPACE 0x40022000 - 0x40022400 ID flash TYPE flash-controller DRIVER PERIPHERAL ST stm32-flash-controller
ADDRESS SPACE 0x48000000 - 0x48002400 ID pinctrl TYPE pinctrl DRIVER PERIPHERAL ST stm32-pinctrl
ADDRESS SPACE 0x48000000 - 0x48000400 ID gpioa TYPE gpio DRIVER driver PERIPHERAL ST stm32-gpio
ADDRESS SPACE 0x48000400 - 0x48000800 ID gpiob TYPE gpio DRIVER driver PERIPHERAL ST stm32-gpio
ADDRESS SPACE 0x48000800 - 0x48000c00 ID gpioc TYPE gpio DRIVER driver PERIPHERAL ST stm32-gpio
ADDRESS SPACE 0x48000c00 - 0x48001000 ID gpiod TYPE gpio DRIVER driver PERIPHERAL ST stm32-gpio
ADDRESS SPACE 0x48001000 - 0x48001400 ID gpioe TYPE gpio DRIVER driver PERIPHERAL ST stm32-gpio
ADDRESS SPACE 0x48001400 - 0x48001800 ID gpiof TYPE gpio DRIVER driver PERIPHERAL ST stm32-gpio
ADDRESS SPACE 0x48001800 - 0x48001c00 ID gpiog TYPE gpio DRIVER driver PERIPHERAL ST stm32-gpio
ADDRESS SPACE 0x48001c00 - 0x48002000 ID gpioh TYPE gpio DRIVER driver PERIPHERAL ST stm32-gpio
ADDRESS SPACE 0x48002000 - 0x48002400 ID gpioi TYPE gpio DRIVER driver PERIPHERAL ST stm32-gpio
ADDRESS SPACE 0x50000000 - 0x50040000 ID usbotg_fs TYPE usb DRIVER driver PERIPHERAL ST stm32-otgfs
ADDRESS SPACE 0x50040000 - 0x50040100 ID adc1 TYPE adc DRIVER driver PERIPHERAL ST stm32-adc
ADDRESS SPACE 0xe000e010 - 0xe000e020 ID systick TYPE timer DRIVER PERIPHERAL ARM armv7m-systick
ADDRESS SPACE 0xe000e100 - 0xe000ed00 ID nvic TYPE interrupt-controller DRIVER PERIPHERAL ARM v7m-nvic
  • What is Renode
  • Market cases
  • News
  • Docs
  • Zephyr Dashboard
  • Antmicro
  • Renode
Copyright © 2021-2023 Antmicro
80488529