I want to know how i can finalize the recommended "Size of the regular memory pool" used in "ux_system_initialize" API while using USBX Host/ Device Class in my application code . Refer below code snipet :
UINT ux_system_initialize(VOID regular_memory_pool_start,
ULONG regular_memory_size,*
VOID *cache_safe_memory_pool_start,
ULONG cache_safe_memory_size);