MCUXpresso SDK API Reference Manual  Rev. 0
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages

Overview

Data Structures

struct  iap_boot_option_t
 IAP boot option. More...
 

Macros

#define IAP_BOOT_OPTION_TAG   (0xEBU)
 IAP boot option tag.
 
#define IAP_BOOT_OPTION_MODE_MASTER   (0U)
 IAP boot option mode.
 

Functions

void IAP_RunBootLoader (iap_boot_option_t *option)
 Invoke into ROM with specified boot parameters. More...
 

Data Structure Documentation

struct iap_boot_option_t

Field Documentation

uint32_t iap_boot_option_t::bootImageIndex
uint32_t iap_boot_option_t::instance
uint32_t iap_boot_option_t::bootInterface
uint32_t iap_boot_option_t::mode

RT600: 0: USART 1: I2C 2: SPI 3: USB HID 4:FlexSPI 7:SD 8:MMC

Function Documentation

void IAP_RunBootLoader ( iap_boot_option_t option)
Parameters
optionBoot parameters. Refer to iap_boot_option_t.