Merge branch 'dev_ck_v2.1_feature#1393#' into 'dev_ck_v2.1'
update New Feature#1393 to dev_ck_v2.1 See merge request ucp/driver/ucp4008_platform_spu!77
This commit is contained in:
commit
fd73292237
@ -14,8 +14,10 @@ extern int osp_mem_init(void);
|
||||
实际IM的地址空间:0x0000 0000 -- 0x0003 FFFF,共256K
|
||||
预留前128K,则平台实际使用的IM地址空间:0x0002 0000 -- 0x0003 FFFF,共128K
|
||||
*/
|
||||
|
||||
//#define OSP_MEM_POOL_START (0x00020000) /* 平台内存管理的空间在IM内存空间 */
|
||||
#define OSP_MEM_POOL_SIZE (0x00009400) /* 平台可分配的IM内存空间大小[32K(任务栈)+5K(配置文件4K+预留1K)=37K] */
|
||||
//#define OSP_MEM_POOL_SIZE (0x00009400) /* 平台可分配的IM内存空间大小[32K(任务栈)+5K(配置文件4K+预留1K)=37K] */
|
||||
#define OSP_MEM_POOL_SIZE (0x0000B400) /* 平台可分配的IM内存空间大小[40K(任务栈)+5K(配置文件2K+预留3K)=45K] */
|
||||
|
||||
#endif /* __OSP_MEM_H__ */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user