Hardware Setup:
===============
Connect RS232 cable to the RS-232 EZ-Kit on one end and the other end toPC. Open
hyperterminal and configure it with following settings :
Bits per second : 9600
Data bits : 8
Parity : None
Stop bits : 1
Flow Control : None
External connections:
=====================
Connect RS-232 cable to RS-232 EZ-Kit connector on one end and other endto PC.
(4)最具特色的例程:Boot_Optimization_Multi_App
这个例程,操作起来比较简单。在KEIL和IAR环境下,我都进行了操作,结果相同,结论一致。但是细细回想起来,这个例程的确值得回味。
慢慢分享一下吧。
Description: This is asupplemental code example for Engineer-to-Engineer Note EE-359
ADSP-CM40x BootTime Optimization & Device Initialization. Refer to the
Engineer-to-Engineer note in the doc folder for more information.
这个例程大致的意思是:先烧写一段代码(成为代码1),再烧写一段代码(代码2),但是没有代码2的烧写,那么代码1的逻辑就不能施展,于是当代码2烧写成功之后,代码1的逻辑功能(闪烁灯实验)就“刷”的启动了。
我个人的想法:分段的编写代码,是否可以更具有保护的功能。值得深思。