Trying to remember how to get the Blackfin to compile since my real goal is to migrate the Blackfin code onto a new DSP. Fun. (not really)
Anyway, I have Visual DSP 5.1.2 loaded, and I have memory test project running from
\Design\Solaris\CODE\GregGeerling\SolarisBF524
It will slowly blink the LED if the memory test passes. And it does.
I had an older version of the test that failed. Here are the lines that are different:
OLD
*pEBIU_SDGCTL = 0xE139930D;
*pEBIU_SDRRC = 0x0406;
*pEBIU_SDBCTL = 0x0013;
NEW
*pEBIU_SDGCTL = 0x8091998D;
*pEBIU_SDRRC = 0x0405; ;
*pEBIU_SDBCTL = 0x0003;