摘要: void InitSysCtrl() { EALLOW; //edit allow SysCtrlRegs.WDCR = 0x0068; // Disable the WatchDog SysCtrlRegs.PCLKCR0.bit.ADCENCLK = 1; // Enable ADC perip 阅读全文
posted @ 2017-07-21 16:39 cumtchw 阅读(996) 评论(0) 推荐(0) 编辑
摘要: 博客搬移到:https://blog.csdn.net/u013171226/article/details/107680376 阅读全文
posted @ 2017-07-21 14:42 cumtchw 阅读(1597) 评论(0) 推荐(0) 编辑
摘要: 在线升级就是运行DSP自身的程序,通过串口接收应用程序然后烧写到FLASH中,然后跳转到应用程序中执行,具体实现就是在flash中固化一段串口升级引导程序,相当于自己写一个bootloader。 系统复位之后首先运行这一段串口升级引导程序,并且在这个串口升级引导程序里面会有一个定时函数,如果在规定的 阅读全文
posted @ 2017-07-21 13:50 cumtchw 阅读(531) 评论(0) 推荐(0) 编辑
摘要: 原博客搬移到:https://blog.csdn.net/u013171226/article/details/107680377 阅读全文
posted @ 2017-07-20 14:02 cumtchw 阅读(622) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/wcqwcq123/article/details/53408789 阅读全文
posted @ 2017-06-07 17:41 cumtchw 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 丁林松Qt视频教程: 链接: https://pan.baidu.com/s/1bq6Bb0z密码: jwdw老外讲的Qt教程,很不错,如果资源不全,请FQ去油管上直接搜Qt视频,最多播放的即是:链接: https://pan.baidu.com/s/1miEDaPi 密码: 3m3fQt学习视频, 阅读全文
posted @ 2017-05-26 10:03 cumtchw 阅读(597) 评论(1) 推荐(0) 编辑
摘要: There is a problem that data can not be read from the flash when I use SPI to operate W25Q64.I spent a week in solving this problem.I use logic analye 阅读全文
posted @ 2017-05-15 16:01 cumtchw 阅读(161) 评论(0) 推荐(0) 编辑
摘要: TIM_Period is the value to be placed in the automatic reload register when the timer is configured.TIM_Prescaler is used to set the prescaler.The cloc 阅读全文
posted @ 2017-05-03 18:40 cumtchw 阅读(435) 评论(0) 推荐(0) 编辑
摘要: I write a simple interrupt program about timer of STM32,when I debug this program with hardware debugging,it is correct if I step through the function 阅读全文
posted @ 2017-05-03 16:58 cumtchw 阅读(257) 评论(0) 推荐(0) 编辑
摘要: TTL集成电路的全名是晶体管-晶体管逻辑集成电路(Transistor-Transistor Logic),TL集成电路使用TTL管,也就是PN结。属于双极型数字集成电路,其输入端与输出端均为三极管,因此它的阀值电压是<0.2V为输出低电平;>3.4V为输出高电平。功耗较大,驱动能力强,工作电压在5 阅读全文
posted @ 2017-04-28 16:06 cumtchw 阅读(281) 评论(0) 推荐(0) 编辑