资源描述:
《Keil C 简介【外文翻译】》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)外文翻译原文题目:GettingStartedwithµVision2GettingStartedwithµVision2TheKeilSoftware8051developmenttoolslistedbelowareprogramsyouusetocompileyourCcode,assembleyourassemblysourcefiles,linkandlocateobjectmodulesandlibraries,createHEXfiles,anddebugyourtargetprogram.µVisio
2、n2forWindows™isanIntegratedDevelopmentEnvironmentthatcombinesprojectmanagement,sourcecodeediting,andprogramdebugginginonesingle,powerfulenvironment.TheC51ANSIOptimizingCCrossCompilercreatesrelocatableobjectmodulesfromyourCsourcecode.TheA51MacroAssemblercreatesrelocatab
3、leobjectmodulesfromyour8051assemblysourcecode.TheBL51Linker/LocatorcombinesrelocatableobjectmodulescreatedbytheC51CompilerandtheA51Assemblerintoabsoluteobjectmodules.TheLIB51LibraryManagercombinesobjectmodulesintolibrariesthatmaybeusedbythelinker.TheOH51Object-HEXConve
4、rtercreatesIntelHEXfilesfromabsoluteobjectmodules.TheRTX-51Real-timeOperatingSystemsimplifiesthedesignofcomplex,time-criticalsoftwareprojects.SoftwareDevelopmentCycleWhenyouusetheKeilSoftwaretools,theprojectdevelopmentcycleisroughlythesameasitisforanyothersoftwaredevel
5、opmentproject.1.Createaproject,selectthetargetchipfromthedevicedatabase,andconfigurethetoolsettings.2.CreatesourcefilesinCorassembly.3.Buildyourapplicationwiththeprojectmanager.4.Correcterrorsinsourcefiles.5.Testthelinkedapplication.µVision2IDETheµVision2IDEcombinespro
6、jectmanagement,arich-featurededitorwithinteractiveerrorcorrection,optionsetup,makefacility,andon-linehelp.UseµVision2tocreateyoursourcefilesandorganizethemintoaprojectthatdefinesyourtargetapplication.µVision2automaticallycompiles,assembles,andlinksyourembeddedapplicati
7、onandprovidesasinglefocalpointforyourdevelopmentefforts.LIB51LibraryManagerTheLIB51librarymanagerallowsyoutocreateobjectlibraryfromtheobjectfilescreatedbythecompilerandassembler.Librariesarespeciallyformatted,orderedprogramcollectionsofobjectmodulesthatmaybeusedbytheli
8、nkeratalatertime.Whenthelinkerprocessesalibrary,onlythoseobjectmodulesinthelibrarythatarenecessarytocreatetheprograma