Crate teensy4_fcb

source ·
Expand description

FlexSPI Configuration Block (FCB) for the Teensy 4

See the imxrt-boot-gen crate to learn how this was generated.

Usage

Add teensy4-fcb to your dependencies:

[dependencies]
teensy4-fcb = "0.4"

Properly place the FCB in your program’s memory. See the FLEXSPI_CONFIGURATION_BLOCK declaration below, or the imxrt-boot-gen documentation, for more information on how you could refer to the FCB.

Make sure that you reference this crate somewhere in your program! Otherwise, it might get removed from the output. Either use

use teensy4_fcb as _;

or

extern crate teensy4_fcb;

to reference the FCB in either your library or binary.

Structs

A serial NOR configuration block

Constants

Value for the serial NOR FlexSPI configuration block.

Statics

The FlexSPI configuration block.