08-04-2009 07:03 AM
Hi,
I am interested in designing a blackfin circuit where the processor will be programmed using LabView.
The first challenge is to load the program into some sort of ROM, for a EZ-kit it is possible using this article. However - to get the "elfloader" program to work it requires the supplied .dxe file - a file that is spesific to the EZ-kit! What sort of information does this file contains, and how can I make my own?
The next challenge is the Elemental I/O defintions used by labview. During the setup of a blackfin project you have two I/O options for the BF537 processor. One of them is spesific for the EZ-KIT, the other is a generic with no digital outputs defined. So again, how can I make my own?
08-07-2009 04:11 AM
Regarding the elemental IO i found some info here and here, but the referenced example in that last link is not present on my computer. I even downloaded and installed an evaluation of the Microprocessor SDK, but it did not install the needed example.
What package do I need to get the "EIOSimulationExample"?