摘要:
平台:smart210(tiny210v2) CPU:S5PV210 目标: 设置APLL (提供MSYS domain 与DSYS domain 下各时钟的来源,最高1Ghz) 设置MPLL(提供MSYS domain 与DSYS domain 下各时钟的来源,最高2Ghz) 设置EPLL(Audio相关时钟) 设置VPLL(Video相关时钟,54Mhz) 知识储备: 1. MSYS主要为CP... 阅读全文
摘要:
平台:smart210(tiny210v2) CPU:S5PV210 目标:led灯按照一定频率闪烁 1.代码如下(如果不能编译,请去掉注释): .globl _start_start: ldr r1, =0xE0200280 //config the GPJ2CON[0to15] as output ldr r0, =0x00001111 str r0... 阅读全文