|
| void | SetupTrimDevice (void) |
| | Performs the necessary trim of the device which is not done in ROM boot code. More...
|
| |
This module contains functions for device setup which is not done in boot code.
§ 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