MTB CAT1 Peripheral driver library
User Settings Macros

General Description

Macros

#define CY_CORTEX_M4_APPL_ADDR   (CY_FLASH_BASE + 0x2000U) /* <<< 8 kB of flash is reserved for the Cortex-M0+ application */
 Start address of the Cortex-M4 application ([address]UL) (USER SETTING)
 
#define CY_IPC_SEMA_COUNT   (128UL) /* <<< This will allow 128 (4*32) semaphores */
 IPC Semaphores allocation ([value]UL). More...
 
#define CY_IPC_MAX_ENDPOINTS   (8UL) /* <<< 8 endpoints */
 IPC Pipe definitions ([value]UL). More...
 

Macro Definition Documentation

◆ CY_IPC_SEMA_COUNT

#define CY_IPC_SEMA_COUNT   (128UL) /* <<< This will allow 128 (4*32) semaphores */

IPC Semaphores allocation ([value]UL).

(USER SETTING)

◆ CY_IPC_MAX_ENDPOINTS

#define CY_IPC_MAX_ENDPOINTS   (8UL) /* <<< 8 endpoints */

IPC Pipe definitions ([value]UL).

(USER SETTING)