CC27xxDriverLibrary
[setup.h] Setup
Collaboration diagram for [setup.h] Setup:

Functions

void SetupTrimDevice (void)
 Performs the necessary trim of the device which is not done in ROM boot code. More...
 

Detailed Description

This module contains functions for device setup which is not done in boot code.

Function Documentation

§ SetupTrimDevice()

void SetupTrimDevice ( void  )

Performs the necessary trim of the device which is not done in ROM boot code.

This function should only execute coming from ROM boot.The following is handled by this function:

  • Configure TCM gaskets
    Note
    The current implementation does not take soft reset into account. However, it does no damage to execute it again. It only consumes time.
    This function is called by the compiler specific device startup codes that are integrated in the SimpleLink SDKs.
    Returns
    None