Git Product home page Git Product logo

charging-checkv0_0_core0's Introduction

<html>
	<head>
		<title>README</title>
		<style type="text/css">
			body {
				font: 12px Arial, Helvetica, Verdana;
			}
		</style>
	</head>
	<body>
	
		<div style="background:#003366;">&nbsp;</div>

		<h2>The Dual Core: One Application Per Core Approach to Programming the ADSP-BF609</h2>

		<p>
		You have created a project that uses the dual core, one application per core programming 
		model for the ADSP-BF609 processor. In this approach, each core is treated as a
		separate processor, and each project is built individually. Effectively, two
		single-core applications are built independently, and run in parallel on the
		processor. The shared memory areas, both internal and external, are left to the
		developer to arrange for shared, serializable access from each of the cores.
		</p>

		<p>
		If you selected the 'Add template code to the application' option in the
		Project Wizard, your project will contain template code to help you get
		started, including a 'main' function for both cores. If you did not
		select the option, you will need to declare your own 'main' functions. A 'main'
		function must be declared for both cores.
		</p>

		<p>
		To get started with your application, begin adding your source code to the
		'main' function in both projects. If you are defining your own, you must
		include a call to the 'adi_core_1_enable()' function in your Core-0 project.
		This function allows Core-0 to enable Core-1, and is declared in ccblkfn.h.
		If you selected the 'Add template code to the application' option this function call
		is automatically added to your 'main' functions in each project.
		</p>

		<p>
		For more information regarding programming for the ADSP-BF609, refer to the
		CrossCore Embedded Studio C/C++ Compiler and Library Manual for Blackfin 
		Processors at the following URL:
		</p>
		
		<p>
		<a href="http://www.analog.com/processors/blackfin/technicalLibrary/manuals">
		http://www.analog.com/processors/blackfin/technicalLibrary/manuals</a>
		</p>
		
		<p>
		Appendix A contains more information specifically targeted at programming
		multicore projects.
		</p>
	</body>
</html>

charging-checkv0_0_core0's People

Contributors

haolion avatar

Stargazers

 avatar Vladyslav Kazantsev avatar NecoKeine avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.