I am having some issues with DSP Bios. The external RAM appears to be configured properly and I can read/write using my own functions. Two weeks ago we determined that MBX objects specified to be allocated from external RAM caused our application to crash. These had to be moved to internal RAM. Today I found out that BUF objects defined to be allocated in external RAM also cause the application to crash. Is this a bug in DSP Bios 5.41.10.36? Could this be a problem with where or how we are initializing the external RAM? We do not have enough internal RAM for the BUF objects. I can write my own handler for an array allocated in external RAM but it seems DSP Bios should be able to handle this? Please let me know.