This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IALG

Hi, Everyone~

In the file of ialg.h:

I have a question about IALG_MemSpace.

IALG_DARAM0 = 0; //dual access on-chip data memory

IALG_DARAM1 = 1; //block 1, if independent blocks required

IALG_SARAM0 = 2; //block 0, equivalent to IALG_SARAM

IALG_SARAM1 = 3; //block 1, if independent blocks required

In their comments, I can get some information.

But, what's the meaning of dual access on-chip data memory and the single  access??
In addition, what's the Block 0,1 and what's the independent block?

Thank you!