sdram_corea.c

来自「blackfin的MDMA程序」· C语言 代码 · 共 22 行

C
22
字号
/***************************************************************************** * Core A * SDRAM_CoreA.c *****************************************************************************/#include <ccblkfn.h>#include "main.h"/* Place program arguments in the following string, or delete the definition   if arguments will be passed from the command line. */const char __argv_string[] = "-abc -xyz";int main( int argc, char *argv[] ){	/* The default startup code does not include any functionality to allow core	   A to enable core B. A convenient way to enable core B is to use the 	   'adi_core_b_enable()' function. *///	Set_PLL();	Init_PLL_B(0);	/* Begin adding your custom code here *///	return 0;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?