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

📄 f2407.cmd

📁 无刷直流电动机的开环运行程序
💻 CMD
字号:
MEMORY
{
  PAGE 0:    /* Program Memory */
    VECS:           org=00000h,   len=00040h   /* internal FLASH */
    FLASH:          org=00100h,   len=07F00h   /* internal FLASH */
    EXTPROG:        org=08800h,   len=07800h   /* external SRAM  */

  PAGE 1:    /* Data Memory */
    B2:             org=00060h,   len=00020h   /* internal DARAM */
    B0:             org=00200h,   len=00100h   /* internal DARAM */
    B1:             org=00300h,   len=00100h   /* internal DARAM */
    SARAM:          org=00800h,   len=00800h   /* internal SARAM */
    EXTDATA:        org=08000h,   len=08000h   /* external SRAM  */
}

SECTIONS
{
/* Sections generated by the C-compiler */
	   .text: 	>   FLASH    PAGE 0   /* initialized */
       .cinit:  >   FLASH    PAGE 0   /* initialized */
       .const:  >   FLASH    PAGE 0   /* initialized */
      .switch:  >   FLASH    PAGE 0   /* initialized */
         .bss: 	>   B0		 PAGE 1   /* uninitialized */
       .stack:  >   SARAM    PAGE 1   /* uninitialized */
     
/* Sections declared by the user */
      vectors:  >   VECS     PAGE 0   /* initialized */
}

⌨️ 快捷键说明

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