You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran this code and found that after the 17th call, sdram_alloc() always fails.
for(int i = 0; i < 32; i++) {
if (bufs[i] = (float *)desc->hooks.sdram_alloc(1024)) {
count++;
}
}
It makes sense that the number of memory blocks in an embedded system is limited. So, I don't want it fixed, but the document should clearly describe the limitation.
The text was updated successfully, but these errors were encountered:
I ran this code and found that after the 17th call, sdram_alloc() always fails.
It makes sense that the number of memory blocks in an embedded system is limited. So, I don't want it fixed, but the document should clearly describe the limitation.
The text was updated successfully, but these errors were encountered: