Hi,I use the ad21565 chip ,I added a third-party algorithm component in sigmastudio. After adding it, I saw ss buffer 5 increased to 113kb in the compilation information of sigmastudio. At this time, I exported uc data, added it to the CCES project, and recompiled schematic. It is found that sigmastudio compilation information indicates that “Allocation failed! Insufficient memory”.
A lookup shows that the SMAP Block corresponding to ss buffer 5 is Block2_L1_space, and a check of app.ldf confirms that Block2_L1 is 128kb in size, so there are a few questions
1.The size of Block2_L1 is larger than ss buffer 5, why does it prompt out of memory? How to solve this problem
2. I tried to change the Block2_L1 size in app.ldf file, "Invalid memory range and/or width for memory 'mem_block2_bw' Block outside defined memory regions", Block2_L1 is fixed to 128kb and cannot be changed?
3. Similar to the second question, can I freely allocate the memory size of each Block in L1? Are there any restrictions on allocation?