Table of Contents

Embedded module TQMa8MPxL - YOCTO Linux BSP documentation


Setup M7 Core

This manual has been tested with Ubuntu 20.04 as host and the Segger J-Link debugger.

Toolchain Installation

Build HELLO WORLD Application

export ARMGCC_DIR=${install_dir}/gcc-arm-none-eabi-9-2019-q4-major
export PATH=$PATH:${install_dir}/gcc-arm-none-eabi-9-2019-q4-major/bin
cd ${MCU_Espresso_SDK}/boards/tqma8mpxl-mba8mpxl/demo_apps/hello_world/armgcc
chmod +x build_debug.sh
./build_debug.sh

Run HELLO WORLD Application