Monday, February 20, 2017

Solaris notes

Hmm, never created a blog before. Jim Hewes has a blog documenting his work on the Solaris, and I thought it would be a good idea for me to start one to keep track of things as I progress forward. I should have started this a couple years ago.

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;

No comments:

Post a Comment