Deprecated List

Module INT
These functions are deprecated and marked for removal in a later release. Use the CORE module instead. See Porting from em_int for information on how to convert existing code bases to use CORE.
globalScope> Global INT_Disable (void)
Deprecated and marked for removal in a later release. Use new CORE module instead.
globalScope> Global INT_Enable (void)
Deprecated and marked for removal in a later release. Use the new CORE module instead.
Module MPU
These functions are deprecated and marked for removal in a later release. Use ARM's ARM_MPU_xxx API instead. See file platform/CMSIS/Include/mpu_armv7.h or mpu_armv8.h
globalScope> Global MPU_ConfigureRegion (const MPU_RegionInit_TypeDef *init)
Deprecated and marked for removal in a later release. Use ARM's ARM_MPU_SetRegion(), ARM_MPU_SetRegionEx(), ARM_MPU_Load() or similar instead.
globalScope> Global MPU_Disable (void)

Deprecated and marked for removal in a later release. Use ARM's ARM_MPU_Disable() instead.

globalScope> Global MPU_Enable (uint32_t flags)

Deprecated and marked for removal in a later release. Use ARM's ARM_MPU_Enable() instead.

Module NVM
This driver is deprecated and marked for removal in a later release. New code should use NVM3.
globalScope> Global setupSWOForPrint
Use RETARGET_SwoInit instead
globalScope> Global SLEEP_Init (SLEEP_CbFuncPtr_t pSleepCb, SLEEP_CbFuncPtr_t pWakeUpCb)
New code should use the SLEEP_InitEx function for initializing the sleep module.
globalScope> Global UARTDRV_Init (UARTDRV_Handle_t handle, UARTDRV_InitUart_t *initData)
Deprecated; Use UARTDRV_InitUart() instead.