Making The Blackfin Perform

Aug. 17, 2006
Optimizing source code to run on a specific platform can be challenging. While code-creation tools are improving, they haven't kept up with the rapidly increasing functionality and complexity of processors. The more complex the hardware architecture, the

Optimizing source code to run on a specific platform can be challenging. While code-creation tools are improving, they haven't kept up with the rapidly increasing functionality and complexity of processors. The more complex the hardware architecture, the harder it is to program in assembly language.

This creates the need for abstraction via a robust C compiler or operating system. But since not all compilers handle source code in the same manner, you may need to rewrite your C source many times to achieve an efficient output.

While trial and test are valuable for optimizing source code, other methods exist. First, the compiler can use built-in functions. Second, C-callable specific libraries can be implemented. The combination of built-in functions and core-specific libraries will improve the code performance without getting involved in the complexity of the architecture.

Take Analog Devices' Blackfin processor, which is supported by open-source tools such as a gcc compiler and uClinux kernel. Recent efforts to incorporate built-in functions in the compiler and port several signal-processing-specific libraries have greatly improved its code efficiency.

Click here to download the PDF version of this entire article.

Sponsored Recommendations

Highly Integrated 20A Digital Power Module for High Current Applications

March 20, 2024
Renesas latest power module delivers the highest efficiency (up to 94% peak) and fast time-to-market solution in an extremely small footprint. The RRM12120 is ideal for space...

Empowering Innovation: Your Power Partner for Tomorrow's Challenges

March 20, 2024
Discover how innovation, quality, and reliability are embedded into every aspect of Renesas' power products.

Article: Meeting the challenges of power conversion in e-bikes

March 18, 2024
Managing electrical noise in a compact and lightweight vehicle is a perpetual obstacle

Power modules provide high-efficiency conversion between 400V and 800V systems for electric vehicles

March 18, 2024
Porsche, Hyundai and GMC all are converting 400 – 800V today in very different ways. Learn more about how power modules stack up to these discrete designs.

Comments

To join the conversation, and become an exclusive member of Electronic Design, create an account today!