Embedded Design Handbook

ID 683689
Date 8/28/2023
Public
Document Table of Contents

5.3.4.2.2. Reducing Memory Use for Printing

The advanced boot copier example also allows you to disable JTAG UART printing altogether. This can significantly reduce the memory requirements of the boot copier. To disable JTAG UART printing in the example, follow these steps:

  1. Locate the following line in the <project> /boot_copier_sw/app/ advanced_boot_copier/advanced_boot_copier.c file:

    #define USING_JTAG_UART 1

  2. Replace the line with the following line:

    #define USING_JTAG_UART 0