⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sdram_corea.c

📁 blackfin的MDMA程序
💻 C
字号:
/***************************************************************************** * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -