arm_linear_interp_example.uvprojx 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
  3. <SchemaVersion>2.1</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Targets>
  6. <Target>
  7. <TargetName>ARMCM0</TargetName>
  8. <ToolsetNumber>0x4</ToolsetNumber>
  9. <ToolsetName>ARM-ADS</ToolsetName>
  10. <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
  11. <uAC6>0</uAC6>
  12. <TargetOption>
  13. <TargetCommonOption>
  14. <Device>ARMCM0</Device>
  15. <Vendor>ARM</Vendor>
  16. <PackID>ARM.CMSIS.5.3.1-dev7</PackID>
  17. <PackURL>http://www.keil.com/pack/</PackURL>
  18. <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M0") CLOCK(10000000) ELITTLE</Cpu>
  19. <FlashUtilSpec></FlashUtilSpec>
  20. <StartupFile></StartupFile>
  21. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM0$Flash\NEW_DEVICE.flm))</FlashDriverDll>
  22. <DeviceId>0</DeviceId>
  23. <RegisterFile>$$Device:ARMCM0$Device\Include\ARMCM0.h</RegisterFile>
  24. <MemoryEnv></MemoryEnv>
  25. <Cmp></Cmp>
  26. <Asm></Asm>
  27. <Linker></Linker>
  28. <OHString></OHString>
  29. <InfinionOptionDll></InfinionOptionDll>
  30. <SLE66CMisc></SLE66CMisc>
  31. <SLE66AMisc></SLE66AMisc>
  32. <SLE66LinkerMisc></SLE66LinkerMisc>
  33. <SFDFile>$$Device:ARMCM0$SVD\ARMCM0.svd</SFDFile>
  34. <bCustSvd>0</bCustSvd>
  35. <UseEnv>0</UseEnv>
  36. <BinPath></BinPath>
  37. <IncludePath></IncludePath>
  38. <LibPath></LibPath>
  39. <RegisterFilePath></RegisterFilePath>
  40. <DBRegisterFilePath></DBRegisterFilePath>
  41. <TargetStatus>
  42. <Error>0</Error>
  43. <ExitCodeStop>0</ExitCodeStop>
  44. <ButtonStop>0</ButtonStop>
  45. <NotGenerated>0</NotGenerated>
  46. <InvalidFlash>1</InvalidFlash>
  47. </TargetStatus>
  48. <OutputDirectory>.\ARMCM0_debug\</OutputDirectory>
  49. <OutputName>arm_linear_interp_example</OutputName>
  50. <CreateExecutable>1</CreateExecutable>
  51. <CreateLib>0</CreateLib>
  52. <CreateHexFile>0</CreateHexFile>
  53. <DebugInformation>1</DebugInformation>
  54. <BrowseInformation>1</BrowseInformation>
  55. <ListingPath>.\ARMCM0_debug\</ListingPath>
  56. <HexFormatSelection>1</HexFormatSelection>
  57. <Merge32K>0</Merge32K>
  58. <CreateBatchFile>0</CreateBatchFile>
  59. <BeforeCompile>
  60. <RunUserProg1>0</RunUserProg1>
  61. <RunUserProg2>0</RunUserProg2>
  62. <UserProg1Name></UserProg1Name>
  63. <UserProg2Name></UserProg2Name>
  64. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  65. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  66. <nStopU1X>0</nStopU1X>
  67. <nStopU2X>0</nStopU2X>
  68. </BeforeCompile>
  69. <BeforeMake>
  70. <RunUserProg1>0</RunUserProg1>
  71. <RunUserProg2>0</RunUserProg2>
  72. <UserProg1Name></UserProg1Name>
  73. <UserProg2Name></UserProg2Name>
  74. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  75. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  76. <nStopB1X>0</nStopB1X>
  77. <nStopB2X>0</nStopB2X>
  78. </BeforeMake>
  79. <AfterMake>
  80. <RunUserProg1>0</RunUserProg1>
  81. <RunUserProg2>0</RunUserProg2>
  82. <UserProg1Name></UserProg1Name>
  83. <UserProg2Name></UserProg2Name>
  84. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  85. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  86. <nStopA1X>0</nStopA1X>
  87. <nStopA2X>0</nStopA2X>
  88. </AfterMake>
  89. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  90. <SVCSIdString></SVCSIdString>
  91. </TargetCommonOption>
  92. <CommonProperty>
  93. <UseCPPCompiler>0</UseCPPCompiler>
  94. <RVCTCodeConst>0</RVCTCodeConst>
  95. <RVCTZI>0</RVCTZI>
  96. <RVCTOtherData>0</RVCTOtherData>
  97. <ModuleSelection>0</ModuleSelection>
  98. <IncludeInBuild>1</IncludeInBuild>
  99. <AlwaysBuild>0</AlwaysBuild>
  100. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  101. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  102. <PublicsOnly>0</PublicsOnly>
  103. <StopOnExitCode>3</StopOnExitCode>
  104. <CustomArgument></CustomArgument>
  105. <IncludeLibraryModules></IncludeLibraryModules>
  106. <ComprImg>1</ComprImg>
  107. </CommonProperty>
  108. <DllOption>
  109. <SimDllName>SARMCM3.DLL</SimDllName>
  110. <SimDllArguments> </SimDllArguments>
  111. <SimDlgDll>DARMCM1.DLL</SimDlgDll>
  112. <SimDlgDllArguments>-pCM0</SimDlgDllArguments>
  113. <TargetDllName>SARMCM3.DLL</TargetDllName>
  114. <TargetDllArguments> </TargetDllArguments>
  115. <TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
  116. <TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
  117. </DllOption>
  118. <DebugOption>
  119. <OPTHX>
  120. <HexSelection>1</HexSelection>
  121. <HexRangeLowAddress>0</HexRangeLowAddress>
  122. <HexRangeHighAddress>0</HexRangeHighAddress>
  123. <HexOffset>0</HexOffset>
  124. <Oh166RecLen>16</Oh166RecLen>
  125. </OPTHX>
  126. </DebugOption>
  127. <Utilities>
  128. <Flash1>
  129. <UseTargetDll>1</UseTargetDll>
  130. <UseExternalTool>0</UseExternalTool>
  131. <RunIndependent>0</RunIndependent>
  132. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  133. <Capability>1</Capability>
  134. <DriverSelection>4096</DriverSelection>
  135. </Flash1>
  136. <bUseTDR>1</bUseTDR>
  137. <Flash2>BIN\UL2CM3.DLL</Flash2>
  138. <Flash3>"" ()</Flash3>
  139. <Flash4></Flash4>
  140. <pFcarmOut></pFcarmOut>
  141. <pFcarmGrp></pFcarmGrp>
  142. <pFcArmRoot></pFcArmRoot>
  143. <FcArmLst>0</FcArmLst>
  144. </Utilities>
  145. <TargetArmAds>
  146. <ArmAdsMisc>
  147. <GenerateListings>0</GenerateListings>
  148. <asHll>1</asHll>
  149. <asAsm>1</asAsm>
  150. <asMacX>1</asMacX>
  151. <asSyms>1</asSyms>
  152. <asFals>1</asFals>
  153. <asDbgD>1</asDbgD>
  154. <asForm>1</asForm>
  155. <ldLst>0</ldLst>
  156. <ldmm>1</ldmm>
  157. <ldXref>1</ldXref>
  158. <BigEnd>0</BigEnd>
  159. <AdsALst>1</AdsALst>
  160. <AdsACrf>1</AdsACrf>
  161. <AdsANop>0</AdsANop>
  162. <AdsANot>0</AdsANot>
  163. <AdsLLst>1</AdsLLst>
  164. <AdsLmap>1</AdsLmap>
  165. <AdsLcgr>1</AdsLcgr>
  166. <AdsLsym>1</AdsLsym>
  167. <AdsLszi>1</AdsLszi>
  168. <AdsLtoi>1</AdsLtoi>
  169. <AdsLsun>1</AdsLsun>
  170. <AdsLven>1</AdsLven>
  171. <AdsLsxf>1</AdsLsxf>
  172. <RvctClst>0</RvctClst>
  173. <GenPPlst>0</GenPPlst>
  174. <AdsCpuType>"Cortex-M0"</AdsCpuType>
  175. <RvctDeviceName></RvctDeviceName>
  176. <mOS>0</mOS>
  177. <uocRom>0</uocRom>
  178. <uocRam>0</uocRam>
  179. <hadIROM>1</hadIROM>
  180. <hadIRAM>1</hadIRAM>
  181. <hadXRAM>0</hadXRAM>
  182. <uocXRam>0</uocXRam>
  183. <RvdsVP>0</RvdsVP>
  184. <RvdsMve>0</RvdsMve>
  185. <hadIRAM2>0</hadIRAM2>
  186. <hadIROM2>0</hadIROM2>
  187. <StupSel>8</StupSel>
  188. <useUlib>0</useUlib>
  189. <EndSel>0</EndSel>
  190. <uLtcg>0</uLtcg>
  191. <nSecure>0</nSecure>
  192. <RoSelD>3</RoSelD>
  193. <RwSelD>3</RwSelD>
  194. <CodeSel>0</CodeSel>
  195. <OptFeed>0</OptFeed>
  196. <NoZi1>0</NoZi1>
  197. <NoZi2>0</NoZi2>
  198. <NoZi3>0</NoZi3>
  199. <NoZi4>0</NoZi4>
  200. <NoZi5>0</NoZi5>
  201. <Ro1Chk>0</Ro1Chk>
  202. <Ro2Chk>0</Ro2Chk>
  203. <Ro3Chk>0</Ro3Chk>
  204. <Ir1Chk>1</Ir1Chk>
  205. <Ir2Chk>0</Ir2Chk>
  206. <Ra1Chk>0</Ra1Chk>
  207. <Ra2Chk>0</Ra2Chk>
  208. <Ra3Chk>0</Ra3Chk>
  209. <Im1Chk>1</Im1Chk>
  210. <Im2Chk>0</Im2Chk>
  211. <OnChipMemories>
  212. <Ocm1>
  213. <Type>0</Type>
  214. <StartAddress>0x0</StartAddress>
  215. <Size>0x0</Size>
  216. </Ocm1>
  217. <Ocm2>
  218. <Type>0</Type>
  219. <StartAddress>0x0</StartAddress>
  220. <Size>0x0</Size>
  221. </Ocm2>
  222. <Ocm3>
  223. <Type>0</Type>
  224. <StartAddress>0x0</StartAddress>
  225. <Size>0x0</Size>
  226. </Ocm3>
  227. <Ocm4>
  228. <Type>0</Type>
  229. <StartAddress>0x0</StartAddress>
  230. <Size>0x0</Size>
  231. </Ocm4>
  232. <Ocm5>
  233. <Type>0</Type>
  234. <StartAddress>0x0</StartAddress>
  235. <Size>0x0</Size>
  236. </Ocm5>
  237. <Ocm6>
  238. <Type>0</Type>
  239. <StartAddress>0x0</StartAddress>
  240. <Size>0x0</Size>
  241. </Ocm6>
  242. <IRAM>
  243. <Type>0</Type>
  244. <StartAddress>0x20000000</StartAddress>
  245. <Size>0x20000</Size>
  246. </IRAM>
  247. <IROM>
  248. <Type>1</Type>
  249. <StartAddress>0x0</StartAddress>
  250. <Size>0x80000</Size>
  251. </IROM>
  252. <XRAM>
  253. <Type>0</Type>
  254. <StartAddress>0x0</StartAddress>
  255. <Size>0x0</Size>
  256. </XRAM>
  257. <OCR_RVCT1>
  258. <Type>1</Type>
  259. <StartAddress>0x0</StartAddress>
  260. <Size>0x0</Size>
  261. </OCR_RVCT1>
  262. <OCR_RVCT2>
  263. <Type>1</Type>
  264. <StartAddress>0x0</StartAddress>
  265. <Size>0x0</Size>
  266. </OCR_RVCT2>
  267. <OCR_RVCT3>
  268. <Type>1</Type>
  269. <StartAddress>0x0</StartAddress>
  270. <Size>0x0</Size>
  271. </OCR_RVCT3>
  272. <OCR_RVCT4>
  273. <Type>1</Type>
  274. <StartAddress>0x0</StartAddress>
  275. <Size>0x80000</Size>
  276. </OCR_RVCT4>
  277. <OCR_RVCT5>
  278. <Type>1</Type>
  279. <StartAddress>0x0</StartAddress>
  280. <Size>0x0</Size>
  281. </OCR_RVCT5>
  282. <OCR_RVCT6>
  283. <Type>0</Type>
  284. <StartAddress>0x0</StartAddress>
  285. <Size>0x0</Size>
  286. </OCR_RVCT6>
  287. <OCR_RVCT7>
  288. <Type>0</Type>
  289. <StartAddress>0x0</StartAddress>
  290. <Size>0x0</Size>
  291. </OCR_RVCT7>
  292. <OCR_RVCT8>
  293. <Type>0</Type>
  294. <StartAddress>0x0</StartAddress>
  295. <Size>0x0</Size>
  296. </OCR_RVCT8>
  297. <OCR_RVCT9>
  298. <Type>0</Type>
  299. <StartAddress>0x20000000</StartAddress>
  300. <Size>0x20000</Size>
  301. </OCR_RVCT9>
  302. <OCR_RVCT10>
  303. <Type>0</Type>
  304. <StartAddress>0x0</StartAddress>
  305. <Size>0x0</Size>
  306. </OCR_RVCT10>
  307. </OnChipMemories>
  308. <RvctStartVector></RvctStartVector>
  309. </ArmAdsMisc>
  310. <Cads>
  311. <interw>1</interw>
  312. <Optim>1</Optim>
  313. <oTime>0</oTime>
  314. <SplitLS>0</SplitLS>
  315. <OneElfS>0</OneElfS>
  316. <Strict>0</Strict>
  317. <EnumInt>0</EnumInt>
  318. <PlainCh>0</PlainCh>
  319. <Ropi>0</Ropi>
  320. <Rwpi>0</Rwpi>
  321. <wLevel>0</wLevel>
  322. <uThumb>0</uThumb>
  323. <uSurpInc>0</uSurpInc>
  324. <uC99>0</uC99>
  325. <uGnu>0</uGnu>
  326. <useXO>0</useXO>
  327. <v6Lang>1</v6Lang>
  328. <v6LangP>1</v6LangP>
  329. <vShortEn>1</vShortEn>
  330. <vShortWch>1</vShortWch>
  331. <v6Lto>0</v6Lto>
  332. <v6WtE>0</v6WtE>
  333. <v6Rtti>0</v6Rtti>
  334. <VariousControls>
  335. <MiscControls></MiscControls>
  336. <Define>ARM_MATH_CM0</Define>
  337. <Undefine></Undefine>
  338. <IncludePath></IncludePath>
  339. </VariousControls>
  340. </Cads>
  341. <Aads>
  342. <interw>1</interw>
  343. <Ropi>0</Ropi>
  344. <Rwpi>0</Rwpi>
  345. <thumb>0</thumb>
  346. <SplitLS>0</SplitLS>
  347. <SwStkChk>0</SwStkChk>
  348. <NoWarn>0</NoWarn>
  349. <uSurpInc>0</uSurpInc>
  350. <useXO>0</useXO>
  351. <uClangAs>0</uClangAs>
  352. <VariousControls>
  353. <MiscControls></MiscControls>
  354. <Define></Define>
  355. <Undefine></Undefine>
  356. <IncludePath></IncludePath>
  357. </VariousControls>
  358. </Aads>
  359. <LDads>
  360. <umfTarg>0</umfTarg>
  361. <Ropi>0</Ropi>
  362. <Rwpi>0</Rwpi>
  363. <noStLib>0</noStLib>
  364. <RepFail>1</RepFail>
  365. <useFile>0</useFile>
  366. <TextAddressRange>0x00000000</TextAddressRange>
  367. <DataAddressRange>0x20000000</DataAddressRange>
  368. <pXoBase></pXoBase>
  369. <ScatterFile></ScatterFile>
  370. <IncludeLibs></IncludeLibs>
  371. <IncludeLibsPath></IncludeLibsPath>
  372. <Misc></Misc>
  373. <LinkerInputFile></LinkerInputFile>
  374. <DisabledWarnings></DisabledWarnings>
  375. </LDads>
  376. </TargetArmAds>
  377. </TargetOption>
  378. <Groups>
  379. <Group>
  380. <GroupName>Source Files</GroupName>
  381. <Files>
  382. <File>
  383. <FileName>math_helper.c</FileName>
  384. <FileType>1</FileType>
  385. <FilePath>.\math_helper.c</FilePath>
  386. </File>
  387. <File>
  388. <FileName>arm_linear_interp_data.c</FileName>
  389. <FileType>1</FileType>
  390. <FilePath>.\arm_linear_interp_data.c</FilePath>
  391. </File>
  392. <File>
  393. <FileName>arm_linear_interp_example_f32.c</FileName>
  394. <FileType>1</FileType>
  395. <FilePath>.\arm_linear_interp_example_f32.c</FilePath>
  396. </File>
  397. </Files>
  398. </Group>
  399. <Group>
  400. <GroupName>Documentation</GroupName>
  401. <Files>
  402. <File>
  403. <FileName>Abstract.txt</FileName>
  404. <FileType>5</FileType>
  405. <FilePath>.\Abstract.txt</FilePath>
  406. </File>
  407. </Files>
  408. </Group>
  409. <Group>
  410. <GroupName>::CMSIS</GroupName>
  411. </Group>
  412. <Group>
  413. <GroupName>::Device</GroupName>
  414. </Group>
  415. </Groups>
  416. </Target>
  417. <Target>
  418. <TargetName>ARMCM3</TargetName>
  419. <ToolsetNumber>0x4</ToolsetNumber>
  420. <ToolsetName>ARM-ADS</ToolsetName>
  421. <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
  422. <uAC6>0</uAC6>
  423. <TargetOption>
  424. <TargetCommonOption>
  425. <Device>ARMCM3</Device>
  426. <Vendor>ARM</Vendor>
  427. <PackID>ARM.CMSIS.5.3.1-dev7</PackID>
  428. <PackURL>http://www.keil.com/pack/</PackURL>
  429. <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(10000000) ELITTLE</Cpu>
  430. <FlashUtilSpec></FlashUtilSpec>
  431. <StartupFile></StartupFile>
  432. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL040000 -FP0($$Device:ARMCM3$Flash\NEW_DEVICE.flm))</FlashDriverDll>
  433. <DeviceId>0</DeviceId>
  434. <RegisterFile>$$Device:ARMCM3$Device\Include\ARMCM3.h</RegisterFile>
  435. <MemoryEnv></MemoryEnv>
  436. <Cmp></Cmp>
  437. <Asm></Asm>
  438. <Linker></Linker>
  439. <OHString></OHString>
  440. <InfinionOptionDll></InfinionOptionDll>
  441. <SLE66CMisc></SLE66CMisc>
  442. <SLE66AMisc></SLE66AMisc>
  443. <SLE66LinkerMisc></SLE66LinkerMisc>
  444. <SFDFile>$$Device:ARMCM3$SVD\ARMCM3.svd</SFDFile>
  445. <bCustSvd>0</bCustSvd>
  446. <UseEnv>0</UseEnv>
  447. <BinPath></BinPath>
  448. <IncludePath></IncludePath>
  449. <LibPath></LibPath>
  450. <RegisterFilePath></RegisterFilePath>
  451. <DBRegisterFilePath></DBRegisterFilePath>
  452. <TargetStatus>
  453. <Error>0</Error>
  454. <ExitCodeStop>0</ExitCodeStop>
  455. <ButtonStop>0</ButtonStop>
  456. <NotGenerated>0</NotGenerated>
  457. <InvalidFlash>1</InvalidFlash>
  458. </TargetStatus>
  459. <OutputDirectory>.\ARMCM3_debug\</OutputDirectory>
  460. <OutputName>arm_linear_interp_example</OutputName>
  461. <CreateExecutable>1</CreateExecutable>
  462. <CreateLib>0</CreateLib>
  463. <CreateHexFile>0</CreateHexFile>
  464. <DebugInformation>1</DebugInformation>
  465. <BrowseInformation>1</BrowseInformation>
  466. <ListingPath>.\ARMCM3_debug\</ListingPath>
  467. <HexFormatSelection>1</HexFormatSelection>
  468. <Merge32K>0</Merge32K>
  469. <CreateBatchFile>0</CreateBatchFile>
  470. <BeforeCompile>
  471. <RunUserProg1>0</RunUserProg1>
  472. <RunUserProg2>0</RunUserProg2>
  473. <UserProg1Name></UserProg1Name>
  474. <UserProg2Name></UserProg2Name>
  475. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  476. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  477. <nStopU1X>0</nStopU1X>
  478. <nStopU2X>0</nStopU2X>
  479. </BeforeCompile>
  480. <BeforeMake>
  481. <RunUserProg1>0</RunUserProg1>
  482. <RunUserProg2>0</RunUserProg2>
  483. <UserProg1Name></UserProg1Name>
  484. <UserProg2Name></UserProg2Name>
  485. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  486. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  487. <nStopB1X>0</nStopB1X>
  488. <nStopB2X>0</nStopB2X>
  489. </BeforeMake>
  490. <AfterMake>
  491. <RunUserProg1>0</RunUserProg1>
  492. <RunUserProg2>0</RunUserProg2>
  493. <UserProg1Name></UserProg1Name>
  494. <UserProg2Name></UserProg2Name>
  495. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  496. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  497. <nStopA1X>0</nStopA1X>
  498. <nStopA2X>0</nStopA2X>
  499. </AfterMake>
  500. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  501. <SVCSIdString></SVCSIdString>
  502. </TargetCommonOption>
  503. <CommonProperty>
  504. <UseCPPCompiler>0</UseCPPCompiler>
  505. <RVCTCodeConst>0</RVCTCodeConst>
  506. <RVCTZI>0</RVCTZI>
  507. <RVCTOtherData>0</RVCTOtherData>
  508. <ModuleSelection>0</ModuleSelection>
  509. <IncludeInBuild>1</IncludeInBuild>
  510. <AlwaysBuild>0</AlwaysBuild>
  511. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  512. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  513. <PublicsOnly>0</PublicsOnly>
  514. <StopOnExitCode>3</StopOnExitCode>
  515. <CustomArgument></CustomArgument>
  516. <IncludeLibraryModules></IncludeLibraryModules>
  517. <ComprImg>1</ComprImg>
  518. </CommonProperty>
  519. <DllOption>
  520. <SimDllName>SARMCM3.DLL</SimDllName>
  521. <SimDllArguments> </SimDllArguments>
  522. <SimDlgDll>DCM.DLL</SimDlgDll>
  523. <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
  524. <TargetDllName>SARMCM3.DLL</TargetDllName>
  525. <TargetDllArguments></TargetDllArguments>
  526. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  527. <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
  528. </DllOption>
  529. <DebugOption>
  530. <OPTHX>
  531. <HexSelection>1</HexSelection>
  532. <HexRangeLowAddress>0</HexRangeLowAddress>
  533. <HexRangeHighAddress>0</HexRangeHighAddress>
  534. <HexOffset>0</HexOffset>
  535. <Oh166RecLen>16</Oh166RecLen>
  536. </OPTHX>
  537. </DebugOption>
  538. <Utilities>
  539. <Flash1>
  540. <UseTargetDll>1</UseTargetDll>
  541. <UseExternalTool>0</UseExternalTool>
  542. <RunIndependent>0</RunIndependent>
  543. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  544. <Capability>1</Capability>
  545. <DriverSelection>4096</DriverSelection>
  546. </Flash1>
  547. <bUseTDR>1</bUseTDR>
  548. <Flash2>BIN\UL2CM3.DLL</Flash2>
  549. <Flash3>"" ()</Flash3>
  550. <Flash4></Flash4>
  551. <pFcarmOut></pFcarmOut>
  552. <pFcarmGrp></pFcarmGrp>
  553. <pFcArmRoot></pFcArmRoot>
  554. <FcArmLst>0</FcArmLst>
  555. </Utilities>
  556. <TargetArmAds>
  557. <ArmAdsMisc>
  558. <GenerateListings>0</GenerateListings>
  559. <asHll>1</asHll>
  560. <asAsm>1</asAsm>
  561. <asMacX>1</asMacX>
  562. <asSyms>1</asSyms>
  563. <asFals>1</asFals>
  564. <asDbgD>1</asDbgD>
  565. <asForm>1</asForm>
  566. <ldLst>0</ldLst>
  567. <ldmm>1</ldmm>
  568. <ldXref>1</ldXref>
  569. <BigEnd>0</BigEnd>
  570. <AdsALst>1</AdsALst>
  571. <AdsACrf>1</AdsACrf>
  572. <AdsANop>0</AdsANop>
  573. <AdsANot>0</AdsANot>
  574. <AdsLLst>1</AdsLLst>
  575. <AdsLmap>1</AdsLmap>
  576. <AdsLcgr>1</AdsLcgr>
  577. <AdsLsym>1</AdsLsym>
  578. <AdsLszi>1</AdsLszi>
  579. <AdsLtoi>1</AdsLtoi>
  580. <AdsLsun>1</AdsLsun>
  581. <AdsLven>1</AdsLven>
  582. <AdsLsxf>1</AdsLsxf>
  583. <RvctClst>0</RvctClst>
  584. <GenPPlst>0</GenPPlst>
  585. <AdsCpuType>"Cortex-M3"</AdsCpuType>
  586. <RvctDeviceName></RvctDeviceName>
  587. <mOS>0</mOS>
  588. <uocRom>0</uocRom>
  589. <uocRam>0</uocRam>
  590. <hadIROM>1</hadIROM>
  591. <hadIRAM>1</hadIRAM>
  592. <hadXRAM>0</hadXRAM>
  593. <uocXRam>0</uocXRam>
  594. <RvdsVP>0</RvdsVP>
  595. <RvdsMve>0</RvdsMve>
  596. <hadIRAM2>0</hadIRAM2>
  597. <hadIROM2>0</hadIROM2>
  598. <StupSel>8</StupSel>
  599. <useUlib>0</useUlib>
  600. <EndSel>0</EndSel>
  601. <uLtcg>0</uLtcg>
  602. <nSecure>0</nSecure>
  603. <RoSelD>3</RoSelD>
  604. <RwSelD>3</RwSelD>
  605. <CodeSel>0</CodeSel>
  606. <OptFeed>0</OptFeed>
  607. <NoZi1>0</NoZi1>
  608. <NoZi2>0</NoZi2>
  609. <NoZi3>0</NoZi3>
  610. <NoZi4>0</NoZi4>
  611. <NoZi5>0</NoZi5>
  612. <Ro1Chk>0</Ro1Chk>
  613. <Ro2Chk>0</Ro2Chk>
  614. <Ro3Chk>0</Ro3Chk>
  615. <Ir1Chk>1</Ir1Chk>
  616. <Ir2Chk>0</Ir2Chk>
  617. <Ra1Chk>0</Ra1Chk>
  618. <Ra2Chk>0</Ra2Chk>
  619. <Ra3Chk>0</Ra3Chk>
  620. <Im1Chk>1</Im1Chk>
  621. <Im2Chk>0</Im2Chk>
  622. <OnChipMemories>
  623. <Ocm1>
  624. <Type>0</Type>
  625. <StartAddress>0x0</StartAddress>
  626. <Size>0x0</Size>
  627. </Ocm1>
  628. <Ocm2>
  629. <Type>0</Type>
  630. <StartAddress>0x0</StartAddress>
  631. <Size>0x0</Size>
  632. </Ocm2>
  633. <Ocm3>
  634. <Type>0</Type>
  635. <StartAddress>0x0</StartAddress>
  636. <Size>0x0</Size>
  637. </Ocm3>
  638. <Ocm4>
  639. <Type>0</Type>
  640. <StartAddress>0x0</StartAddress>
  641. <Size>0x0</Size>
  642. </Ocm4>
  643. <Ocm5>
  644. <Type>0</Type>
  645. <StartAddress>0x0</StartAddress>
  646. <Size>0x0</Size>
  647. </Ocm5>
  648. <Ocm6>
  649. <Type>0</Type>
  650. <StartAddress>0x0</StartAddress>
  651. <Size>0x0</Size>
  652. </Ocm6>
  653. <IRAM>
  654. <Type>0</Type>
  655. <StartAddress>0x20000000</StartAddress>
  656. <Size>0x20000</Size>
  657. </IRAM>
  658. <IROM>
  659. <Type>1</Type>
  660. <StartAddress>0x0</StartAddress>
  661. <Size>0x80000</Size>
  662. </IROM>
  663. <XRAM>
  664. <Type>0</Type>
  665. <StartAddress>0x0</StartAddress>
  666. <Size>0x0</Size>
  667. </XRAM>
  668. <OCR_RVCT1>
  669. <Type>1</Type>
  670. <StartAddress>0x0</StartAddress>
  671. <Size>0x0</Size>
  672. </OCR_RVCT1>
  673. <OCR_RVCT2>
  674. <Type>1</Type>
  675. <StartAddress>0x0</StartAddress>
  676. <Size>0x0</Size>
  677. </OCR_RVCT2>
  678. <OCR_RVCT3>
  679. <Type>1</Type>
  680. <StartAddress>0x0</StartAddress>
  681. <Size>0x0</Size>
  682. </OCR_RVCT3>
  683. <OCR_RVCT4>
  684. <Type>1</Type>
  685. <StartAddress>0x0</StartAddress>
  686. <Size>0x80000</Size>
  687. </OCR_RVCT4>
  688. <OCR_RVCT5>
  689. <Type>1</Type>
  690. <StartAddress>0x0</StartAddress>
  691. <Size>0x0</Size>
  692. </OCR_RVCT5>
  693. <OCR_RVCT6>
  694. <Type>0</Type>
  695. <StartAddress>0x0</StartAddress>
  696. <Size>0x0</Size>
  697. </OCR_RVCT6>
  698. <OCR_RVCT7>
  699. <Type>0</Type>
  700. <StartAddress>0x0</StartAddress>
  701. <Size>0x0</Size>
  702. </OCR_RVCT7>
  703. <OCR_RVCT8>
  704. <Type>0</Type>
  705. <StartAddress>0x0</StartAddress>
  706. <Size>0x0</Size>
  707. </OCR_RVCT8>
  708. <OCR_RVCT9>
  709. <Type>0</Type>
  710. <StartAddress>0x20000000</StartAddress>
  711. <Size>0x20000</Size>
  712. </OCR_RVCT9>
  713. <OCR_RVCT10>
  714. <Type>0</Type>
  715. <StartAddress>0x0</StartAddress>
  716. <Size>0x0</Size>
  717. </OCR_RVCT10>
  718. </OnChipMemories>
  719. <RvctStartVector></RvctStartVector>
  720. </ArmAdsMisc>
  721. <Cads>
  722. <interw>1</interw>
  723. <Optim>1</Optim>
  724. <oTime>0</oTime>
  725. <SplitLS>0</SplitLS>
  726. <OneElfS>0</OneElfS>
  727. <Strict>0</Strict>
  728. <EnumInt>0</EnumInt>
  729. <PlainCh>0</PlainCh>
  730. <Ropi>0</Ropi>
  731. <Rwpi>0</Rwpi>
  732. <wLevel>0</wLevel>
  733. <uThumb>0</uThumb>
  734. <uSurpInc>0</uSurpInc>
  735. <uC99>0</uC99>
  736. <uGnu>0</uGnu>
  737. <useXO>0</useXO>
  738. <v6Lang>1</v6Lang>
  739. <v6LangP>1</v6LangP>
  740. <vShortEn>1</vShortEn>
  741. <vShortWch>1</vShortWch>
  742. <v6Lto>0</v6Lto>
  743. <v6WtE>0</v6WtE>
  744. <v6Rtti>0</v6Rtti>
  745. <VariousControls>
  746. <MiscControls></MiscControls>
  747. <Define>ARM_MATH_CM3</Define>
  748. <Undefine></Undefine>
  749. <IncludePath></IncludePath>
  750. </VariousControls>
  751. </Cads>
  752. <Aads>
  753. <interw>1</interw>
  754. <Ropi>0</Ropi>
  755. <Rwpi>0</Rwpi>
  756. <thumb>0</thumb>
  757. <SplitLS>0</SplitLS>
  758. <SwStkChk>0</SwStkChk>
  759. <NoWarn>0</NoWarn>
  760. <uSurpInc>0</uSurpInc>
  761. <useXO>0</useXO>
  762. <uClangAs>0</uClangAs>
  763. <VariousControls>
  764. <MiscControls></MiscControls>
  765. <Define></Define>
  766. <Undefine></Undefine>
  767. <IncludePath></IncludePath>
  768. </VariousControls>
  769. </Aads>
  770. <LDads>
  771. <umfTarg>0</umfTarg>
  772. <Ropi>0</Ropi>
  773. <Rwpi>0</Rwpi>
  774. <noStLib>0</noStLib>
  775. <RepFail>1</RepFail>
  776. <useFile>0</useFile>
  777. <TextAddressRange>0x00000000</TextAddressRange>
  778. <DataAddressRange>0x20000000</DataAddressRange>
  779. <pXoBase></pXoBase>
  780. <ScatterFile></ScatterFile>
  781. <IncludeLibs></IncludeLibs>
  782. <IncludeLibsPath></IncludeLibsPath>
  783. <Misc></Misc>
  784. <LinkerInputFile></LinkerInputFile>
  785. <DisabledWarnings></DisabledWarnings>
  786. </LDads>
  787. </TargetArmAds>
  788. </TargetOption>
  789. <Groups>
  790. <Group>
  791. <GroupName>Source Files</GroupName>
  792. <Files>
  793. <File>
  794. <FileName>math_helper.c</FileName>
  795. <FileType>1</FileType>
  796. <FilePath>.\math_helper.c</FilePath>
  797. </File>
  798. <File>
  799. <FileName>arm_linear_interp_data.c</FileName>
  800. <FileType>1</FileType>
  801. <FilePath>.\arm_linear_interp_data.c</FilePath>
  802. </File>
  803. <File>
  804. <FileName>arm_linear_interp_example_f32.c</FileName>
  805. <FileType>1</FileType>
  806. <FilePath>.\arm_linear_interp_example_f32.c</FilePath>
  807. </File>
  808. </Files>
  809. </Group>
  810. <Group>
  811. <GroupName>Documentation</GroupName>
  812. <Files>
  813. <File>
  814. <FileName>Abstract.txt</FileName>
  815. <FileType>5</FileType>
  816. <FilePath>.\Abstract.txt</FilePath>
  817. </File>
  818. </Files>
  819. </Group>
  820. <Group>
  821. <GroupName>::CMSIS</GroupName>
  822. </Group>
  823. <Group>
  824. <GroupName>::Device</GroupName>
  825. </Group>
  826. </Groups>
  827. </Target>
  828. <Target>
  829. <TargetName>ARMCM4_FP</TargetName>
  830. <ToolsetNumber>0x4</ToolsetNumber>
  831. <ToolsetName>ARM-ADS</ToolsetName>
  832. <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
  833. <uAC6>0</uAC6>
  834. <TargetOption>
  835. <TargetCommonOption>
  836. <Device>ARMCM4_FP</Device>
  837. <Vendor>ARM</Vendor>
  838. <PackID>ARM.CMSIS.5.3.1-dev7</PackID>
  839. <PackURL>http://www.keil.com/pack/</PackURL>
  840. <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ESEL ELITTLE</Cpu>
  841. <FlashUtilSpec></FlashUtilSpec>
  842. <StartupFile></StartupFile>
  843. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM4_FP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
  844. <DeviceId>0</DeviceId>
  845. <RegisterFile>$$Device:ARMCM4_FP$Device\ARM\ARMCM4\Include\ARMCM4_FP.h</RegisterFile>
  846. <MemoryEnv></MemoryEnv>
  847. <Cmp></Cmp>
  848. <Asm></Asm>
  849. <Linker></Linker>
  850. <OHString></OHString>
  851. <InfinionOptionDll></InfinionOptionDll>
  852. <SLE66CMisc></SLE66CMisc>
  853. <SLE66AMisc></SLE66AMisc>
  854. <SLE66LinkerMisc></SLE66LinkerMisc>
  855. <SFDFile>$$Device:ARMCM4_FP$Device\ARM\SVD\ARMCM4.svd</SFDFile>
  856. <bCustSvd>0</bCustSvd>
  857. <UseEnv>0</UseEnv>
  858. <BinPath></BinPath>
  859. <IncludePath></IncludePath>
  860. <LibPath></LibPath>
  861. <RegisterFilePath></RegisterFilePath>
  862. <DBRegisterFilePath></DBRegisterFilePath>
  863. <TargetStatus>
  864. <Error>0</Error>
  865. <ExitCodeStop>0</ExitCodeStop>
  866. <ButtonStop>0</ButtonStop>
  867. <NotGenerated>0</NotGenerated>
  868. <InvalidFlash>1</InvalidFlash>
  869. </TargetStatus>
  870. <OutputDirectory>.\ARMCM4_debug\</OutputDirectory>
  871. <OutputName>arm_linear_interp_example</OutputName>
  872. <CreateExecutable>1</CreateExecutable>
  873. <CreateLib>0</CreateLib>
  874. <CreateHexFile>0</CreateHexFile>
  875. <DebugInformation>1</DebugInformation>
  876. <BrowseInformation>1</BrowseInformation>
  877. <ListingPath>.\ARMCM4_debug\</ListingPath>
  878. <HexFormatSelection>1</HexFormatSelection>
  879. <Merge32K>0</Merge32K>
  880. <CreateBatchFile>0</CreateBatchFile>
  881. <BeforeCompile>
  882. <RunUserProg1>0</RunUserProg1>
  883. <RunUserProg2>0</RunUserProg2>
  884. <UserProg1Name></UserProg1Name>
  885. <UserProg2Name></UserProg2Name>
  886. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  887. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  888. <nStopU1X>0</nStopU1X>
  889. <nStopU2X>0</nStopU2X>
  890. </BeforeCompile>
  891. <BeforeMake>
  892. <RunUserProg1>0</RunUserProg1>
  893. <RunUserProg2>0</RunUserProg2>
  894. <UserProg1Name></UserProg1Name>
  895. <UserProg2Name></UserProg2Name>
  896. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  897. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  898. <nStopB1X>0</nStopB1X>
  899. <nStopB2X>0</nStopB2X>
  900. </BeforeMake>
  901. <AfterMake>
  902. <RunUserProg1>0</RunUserProg1>
  903. <RunUserProg2>0</RunUserProg2>
  904. <UserProg1Name></UserProg1Name>
  905. <UserProg2Name></UserProg2Name>
  906. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  907. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  908. <nStopA1X>0</nStopA1X>
  909. <nStopA2X>0</nStopA2X>
  910. </AfterMake>
  911. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  912. <SVCSIdString></SVCSIdString>
  913. </TargetCommonOption>
  914. <CommonProperty>
  915. <UseCPPCompiler>0</UseCPPCompiler>
  916. <RVCTCodeConst>0</RVCTCodeConst>
  917. <RVCTZI>0</RVCTZI>
  918. <RVCTOtherData>0</RVCTOtherData>
  919. <ModuleSelection>0</ModuleSelection>
  920. <IncludeInBuild>1</IncludeInBuild>
  921. <AlwaysBuild>0</AlwaysBuild>
  922. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  923. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  924. <PublicsOnly>0</PublicsOnly>
  925. <StopOnExitCode>3</StopOnExitCode>
  926. <CustomArgument></CustomArgument>
  927. <IncludeLibraryModules></IncludeLibraryModules>
  928. <ComprImg>1</ComprImg>
  929. </CommonProperty>
  930. <DllOption>
  931. <SimDllName>SARMCM3.DLL</SimDllName>
  932. <SimDllArguments> -MPU</SimDllArguments>
  933. <SimDlgDll>DCM.DLL</SimDlgDll>
  934. <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
  935. <TargetDllName>SARMCM3.DLL</TargetDllName>
  936. <TargetDllArguments> -MPU</TargetDllArguments>
  937. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  938. <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
  939. </DllOption>
  940. <DebugOption>
  941. <OPTHX>
  942. <HexSelection>1</HexSelection>
  943. <HexRangeLowAddress>0</HexRangeLowAddress>
  944. <HexRangeHighAddress>0</HexRangeHighAddress>
  945. <HexOffset>0</HexOffset>
  946. <Oh166RecLen>16</Oh166RecLen>
  947. </OPTHX>
  948. </DebugOption>
  949. <Utilities>
  950. <Flash1>
  951. <UseTargetDll>1</UseTargetDll>
  952. <UseExternalTool>0</UseExternalTool>
  953. <RunIndependent>0</RunIndependent>
  954. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  955. <Capability>1</Capability>
  956. <DriverSelection>4096</DriverSelection>
  957. </Flash1>
  958. <bUseTDR>1</bUseTDR>
  959. <Flash2>BIN\UL2CM3.DLL</Flash2>
  960. <Flash3></Flash3>
  961. <Flash4></Flash4>
  962. <pFcarmOut></pFcarmOut>
  963. <pFcarmGrp></pFcarmGrp>
  964. <pFcArmRoot></pFcArmRoot>
  965. <FcArmLst>0</FcArmLst>
  966. </Utilities>
  967. <TargetArmAds>
  968. <ArmAdsMisc>
  969. <GenerateListings>0</GenerateListings>
  970. <asHll>1</asHll>
  971. <asAsm>1</asAsm>
  972. <asMacX>1</asMacX>
  973. <asSyms>1</asSyms>
  974. <asFals>1</asFals>
  975. <asDbgD>1</asDbgD>
  976. <asForm>1</asForm>
  977. <ldLst>0</ldLst>
  978. <ldmm>1</ldmm>
  979. <ldXref>1</ldXref>
  980. <BigEnd>0</BigEnd>
  981. <AdsALst>1</AdsALst>
  982. <AdsACrf>1</AdsACrf>
  983. <AdsANop>0</AdsANop>
  984. <AdsANot>0</AdsANot>
  985. <AdsLLst>1</AdsLLst>
  986. <AdsLmap>1</AdsLmap>
  987. <AdsLcgr>1</AdsLcgr>
  988. <AdsLsym>1</AdsLsym>
  989. <AdsLszi>1</AdsLszi>
  990. <AdsLtoi>1</AdsLtoi>
  991. <AdsLsun>1</AdsLsun>
  992. <AdsLven>1</AdsLven>
  993. <AdsLsxf>1</AdsLsxf>
  994. <RvctClst>0</RvctClst>
  995. <GenPPlst>0</GenPPlst>
  996. <AdsCpuType>"Cortex-M4"</AdsCpuType>
  997. <RvctDeviceName></RvctDeviceName>
  998. <mOS>0</mOS>
  999. <uocRom>0</uocRom>
  1000. <uocRam>0</uocRam>
  1001. <hadIROM>1</hadIROM>
  1002. <hadIRAM>1</hadIRAM>
  1003. <hadXRAM>0</hadXRAM>
  1004. <uocXRam>0</uocXRam>
  1005. <RvdsVP>2</RvdsVP>
  1006. <RvdsMve>0</RvdsMve>
  1007. <hadIRAM2>0</hadIRAM2>
  1008. <hadIROM2>0</hadIROM2>
  1009. <StupSel>8</StupSel>
  1010. <useUlib>0</useUlib>
  1011. <EndSel>1</EndSel>
  1012. <uLtcg>0</uLtcg>
  1013. <nSecure>0</nSecure>
  1014. <RoSelD>3</RoSelD>
  1015. <RwSelD>3</RwSelD>
  1016. <CodeSel>0</CodeSel>
  1017. <OptFeed>0</OptFeed>
  1018. <NoZi1>0</NoZi1>
  1019. <NoZi2>0</NoZi2>
  1020. <NoZi3>0</NoZi3>
  1021. <NoZi4>0</NoZi4>
  1022. <NoZi5>0</NoZi5>
  1023. <Ro1Chk>0</Ro1Chk>
  1024. <Ro2Chk>0</Ro2Chk>
  1025. <Ro3Chk>0</Ro3Chk>
  1026. <Ir1Chk>1</Ir1Chk>
  1027. <Ir2Chk>0</Ir2Chk>
  1028. <Ra1Chk>0</Ra1Chk>
  1029. <Ra2Chk>0</Ra2Chk>
  1030. <Ra3Chk>0</Ra3Chk>
  1031. <Im1Chk>1</Im1Chk>
  1032. <Im2Chk>0</Im2Chk>
  1033. <OnChipMemories>
  1034. <Ocm1>
  1035. <Type>0</Type>
  1036. <StartAddress>0x0</StartAddress>
  1037. <Size>0x0</Size>
  1038. </Ocm1>
  1039. <Ocm2>
  1040. <Type>0</Type>
  1041. <StartAddress>0x0</StartAddress>
  1042. <Size>0x0</Size>
  1043. </Ocm2>
  1044. <Ocm3>
  1045. <Type>0</Type>
  1046. <StartAddress>0x0</StartAddress>
  1047. <Size>0x0</Size>
  1048. </Ocm3>
  1049. <Ocm4>
  1050. <Type>0</Type>
  1051. <StartAddress>0x0</StartAddress>
  1052. <Size>0x0</Size>
  1053. </Ocm4>
  1054. <Ocm5>
  1055. <Type>0</Type>
  1056. <StartAddress>0x0</StartAddress>
  1057. <Size>0x0</Size>
  1058. </Ocm5>
  1059. <Ocm6>
  1060. <Type>0</Type>
  1061. <StartAddress>0x0</StartAddress>
  1062. <Size>0x0</Size>
  1063. </Ocm6>
  1064. <IRAM>
  1065. <Type>0</Type>
  1066. <StartAddress>0x20000000</StartAddress>
  1067. <Size>0x20000</Size>
  1068. </IRAM>
  1069. <IROM>
  1070. <Type>1</Type>
  1071. <StartAddress>0x0</StartAddress>
  1072. <Size>0x80000</Size>
  1073. </IROM>
  1074. <XRAM>
  1075. <Type>0</Type>
  1076. <StartAddress>0x0</StartAddress>
  1077. <Size>0x0</Size>
  1078. </XRAM>
  1079. <OCR_RVCT1>
  1080. <Type>1</Type>
  1081. <StartAddress>0x0</StartAddress>
  1082. <Size>0x0</Size>
  1083. </OCR_RVCT1>
  1084. <OCR_RVCT2>
  1085. <Type>1</Type>
  1086. <StartAddress>0x0</StartAddress>
  1087. <Size>0x0</Size>
  1088. </OCR_RVCT2>
  1089. <OCR_RVCT3>
  1090. <Type>1</Type>
  1091. <StartAddress>0x0</StartAddress>
  1092. <Size>0x0</Size>
  1093. </OCR_RVCT3>
  1094. <OCR_RVCT4>
  1095. <Type>1</Type>
  1096. <StartAddress>0x0</StartAddress>
  1097. <Size>0x80000</Size>
  1098. </OCR_RVCT4>
  1099. <OCR_RVCT5>
  1100. <Type>1</Type>
  1101. <StartAddress>0x0</StartAddress>
  1102. <Size>0x0</Size>
  1103. </OCR_RVCT5>
  1104. <OCR_RVCT6>
  1105. <Type>0</Type>
  1106. <StartAddress>0x0</StartAddress>
  1107. <Size>0x0</Size>
  1108. </OCR_RVCT6>
  1109. <OCR_RVCT7>
  1110. <Type>0</Type>
  1111. <StartAddress>0x0</StartAddress>
  1112. <Size>0x0</Size>
  1113. </OCR_RVCT7>
  1114. <OCR_RVCT8>
  1115. <Type>0</Type>
  1116. <StartAddress>0x0</StartAddress>
  1117. <Size>0x0</Size>
  1118. </OCR_RVCT8>
  1119. <OCR_RVCT9>
  1120. <Type>0</Type>
  1121. <StartAddress>0x20000000</StartAddress>
  1122. <Size>0x20000</Size>
  1123. </OCR_RVCT9>
  1124. <OCR_RVCT10>
  1125. <Type>0</Type>
  1126. <StartAddress>0x0</StartAddress>
  1127. <Size>0x0</Size>
  1128. </OCR_RVCT10>
  1129. </OnChipMemories>
  1130. <RvctStartVector></RvctStartVector>
  1131. </ArmAdsMisc>
  1132. <Cads>
  1133. <interw>1</interw>
  1134. <Optim>1</Optim>
  1135. <oTime>0</oTime>
  1136. <SplitLS>0</SplitLS>
  1137. <OneElfS>0</OneElfS>
  1138. <Strict>0</Strict>
  1139. <EnumInt>0</EnumInt>
  1140. <PlainCh>0</PlainCh>
  1141. <Ropi>0</Ropi>
  1142. <Rwpi>0</Rwpi>
  1143. <wLevel>0</wLevel>
  1144. <uThumb>0</uThumb>
  1145. <uSurpInc>0</uSurpInc>
  1146. <uC99>0</uC99>
  1147. <uGnu>0</uGnu>
  1148. <useXO>0</useXO>
  1149. <v6Lang>1</v6Lang>
  1150. <v6LangP>1</v6LangP>
  1151. <vShortEn>1</vShortEn>
  1152. <vShortWch>1</vShortWch>
  1153. <v6Lto>0</v6Lto>
  1154. <v6WtE>0</v6WtE>
  1155. <v6Rtti>0</v6Rtti>
  1156. <VariousControls>
  1157. <MiscControls></MiscControls>
  1158. <Define>ARM_MATH_CM4 __FPU_PRESENT=1U</Define>
  1159. <Undefine></Undefine>
  1160. <IncludePath></IncludePath>
  1161. </VariousControls>
  1162. </Cads>
  1163. <Aads>
  1164. <interw>1</interw>
  1165. <Ropi>0</Ropi>
  1166. <Rwpi>0</Rwpi>
  1167. <thumb>0</thumb>
  1168. <SplitLS>0</SplitLS>
  1169. <SwStkChk>0</SwStkChk>
  1170. <NoWarn>0</NoWarn>
  1171. <uSurpInc>0</uSurpInc>
  1172. <useXO>0</useXO>
  1173. <uClangAs>0</uClangAs>
  1174. <VariousControls>
  1175. <MiscControls></MiscControls>
  1176. <Define></Define>
  1177. <Undefine></Undefine>
  1178. <IncludePath></IncludePath>
  1179. </VariousControls>
  1180. </Aads>
  1181. <LDads>
  1182. <umfTarg>0</umfTarg>
  1183. <Ropi>0</Ropi>
  1184. <Rwpi>0</Rwpi>
  1185. <noStLib>0</noStLib>
  1186. <RepFail>1</RepFail>
  1187. <useFile>0</useFile>
  1188. <TextAddressRange>0x00000000</TextAddressRange>
  1189. <DataAddressRange>0x20000000</DataAddressRange>
  1190. <pXoBase></pXoBase>
  1191. <ScatterFile></ScatterFile>
  1192. <IncludeLibs></IncludeLibs>
  1193. <IncludeLibsPath></IncludeLibsPath>
  1194. <Misc></Misc>
  1195. <LinkerInputFile></LinkerInputFile>
  1196. <DisabledWarnings></DisabledWarnings>
  1197. </LDads>
  1198. </TargetArmAds>
  1199. </TargetOption>
  1200. <Groups>
  1201. <Group>
  1202. <GroupName>Source Files</GroupName>
  1203. <Files>
  1204. <File>
  1205. <FileName>math_helper.c</FileName>
  1206. <FileType>1</FileType>
  1207. <FilePath>.\math_helper.c</FilePath>
  1208. </File>
  1209. <File>
  1210. <FileName>arm_linear_interp_data.c</FileName>
  1211. <FileType>1</FileType>
  1212. <FilePath>.\arm_linear_interp_data.c</FilePath>
  1213. </File>
  1214. <File>
  1215. <FileName>arm_linear_interp_example_f32.c</FileName>
  1216. <FileType>1</FileType>
  1217. <FilePath>.\arm_linear_interp_example_f32.c</FilePath>
  1218. </File>
  1219. </Files>
  1220. </Group>
  1221. <Group>
  1222. <GroupName>Documentation</GroupName>
  1223. <Files>
  1224. <File>
  1225. <FileName>Abstract.txt</FileName>
  1226. <FileType>5</FileType>
  1227. <FilePath>.\Abstract.txt</FilePath>
  1228. </File>
  1229. </Files>
  1230. </Group>
  1231. <Group>
  1232. <GroupName>::CMSIS</GroupName>
  1233. </Group>
  1234. <Group>
  1235. <GroupName>::Device</GroupName>
  1236. </Group>
  1237. </Groups>
  1238. </Target>
  1239. <Target>
  1240. <TargetName>ARMCM7_SP</TargetName>
  1241. <ToolsetNumber>0x4</ToolsetNumber>
  1242. <ToolsetName>ARM-ADS</ToolsetName>
  1243. <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
  1244. <uAC6>0</uAC6>
  1245. <TargetOption>
  1246. <TargetCommonOption>
  1247. <Device>ARMCM7_SP</Device>
  1248. <Vendor>ARM</Vendor>
  1249. <PackID>ARM.CMSIS.5.3.1-dev7</PackID>
  1250. <PackURL>http://www.keil.com/pack/</PackURL>
  1251. <Cpu>IROM(0x00000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M7") FPU3(SFPU) CLOCK(12000000) ESEL ELITTLE</Cpu>
  1252. <FlashUtilSpec></FlashUtilSpec>
  1253. <StartupFile></StartupFile>
  1254. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0NEW_DEVICE -FS00 -FL080000 -FP0($$Device:ARMCM7_SP$Device\ARM\Flash\NEW_DEVICE.FLM))</FlashDriverDll>
  1255. <DeviceId>0</DeviceId>
  1256. <RegisterFile>$$Device:ARMCM7_SP$Device\ARM\ARMCM7\Include\ARMCM7_SP.h</RegisterFile>
  1257. <MemoryEnv></MemoryEnv>
  1258. <Cmp></Cmp>
  1259. <Asm></Asm>
  1260. <Linker></Linker>
  1261. <OHString></OHString>
  1262. <InfinionOptionDll></InfinionOptionDll>
  1263. <SLE66CMisc></SLE66CMisc>
  1264. <SLE66AMisc></SLE66AMisc>
  1265. <SLE66LinkerMisc></SLE66LinkerMisc>
  1266. <SFDFile>$$Device:ARMCM7_SP$Device\ARM\SVD\ARMCM7.svd</SFDFile>
  1267. <bCustSvd>0</bCustSvd>
  1268. <UseEnv>0</UseEnv>
  1269. <BinPath></BinPath>
  1270. <IncludePath></IncludePath>
  1271. <LibPath></LibPath>
  1272. <RegisterFilePath></RegisterFilePath>
  1273. <DBRegisterFilePath></DBRegisterFilePath>
  1274. <TargetStatus>
  1275. <Error>0</Error>
  1276. <ExitCodeStop>0</ExitCodeStop>
  1277. <ButtonStop>0</ButtonStop>
  1278. <NotGenerated>0</NotGenerated>
  1279. <InvalidFlash>1</InvalidFlash>
  1280. </TargetStatus>
  1281. <OutputDirectory>.\ARMCM7_debug\</OutputDirectory>
  1282. <OutputName>arm_linear_interp_example</OutputName>
  1283. <CreateExecutable>1</CreateExecutable>
  1284. <CreateLib>0</CreateLib>
  1285. <CreateHexFile>0</CreateHexFile>
  1286. <DebugInformation>1</DebugInformation>
  1287. <BrowseInformation>1</BrowseInformation>
  1288. <ListingPath>.\ARMCM7_debug\</ListingPath>
  1289. <HexFormatSelection>1</HexFormatSelection>
  1290. <Merge32K>0</Merge32K>
  1291. <CreateBatchFile>0</CreateBatchFile>
  1292. <BeforeCompile>
  1293. <RunUserProg1>0</RunUserProg1>
  1294. <RunUserProg2>0</RunUserProg2>
  1295. <UserProg1Name></UserProg1Name>
  1296. <UserProg2Name></UserProg2Name>
  1297. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  1298. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  1299. <nStopU1X>0</nStopU1X>
  1300. <nStopU2X>0</nStopU2X>
  1301. </BeforeCompile>
  1302. <BeforeMake>
  1303. <RunUserProg1>0</RunUserProg1>
  1304. <RunUserProg2>0</RunUserProg2>
  1305. <UserProg1Name></UserProg1Name>
  1306. <UserProg2Name></UserProg2Name>
  1307. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  1308. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  1309. <nStopB1X>0</nStopB1X>
  1310. <nStopB2X>0</nStopB2X>
  1311. </BeforeMake>
  1312. <AfterMake>
  1313. <RunUserProg1>0</RunUserProg1>
  1314. <RunUserProg2>0</RunUserProg2>
  1315. <UserProg1Name></UserProg1Name>
  1316. <UserProg2Name></UserProg2Name>
  1317. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  1318. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  1319. <nStopA1X>0</nStopA1X>
  1320. <nStopA2X>0</nStopA2X>
  1321. </AfterMake>
  1322. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  1323. <SVCSIdString></SVCSIdString>
  1324. </TargetCommonOption>
  1325. <CommonProperty>
  1326. <UseCPPCompiler>0</UseCPPCompiler>
  1327. <RVCTCodeConst>0</RVCTCodeConst>
  1328. <RVCTZI>0</RVCTZI>
  1329. <RVCTOtherData>0</RVCTOtherData>
  1330. <ModuleSelection>0</ModuleSelection>
  1331. <IncludeInBuild>1</IncludeInBuild>
  1332. <AlwaysBuild>0</AlwaysBuild>
  1333. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  1334. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  1335. <PublicsOnly>0</PublicsOnly>
  1336. <StopOnExitCode>3</StopOnExitCode>
  1337. <CustomArgument></CustomArgument>
  1338. <IncludeLibraryModules></IncludeLibraryModules>
  1339. <ComprImg>1</ComprImg>
  1340. </CommonProperty>
  1341. <DllOption>
  1342. <SimDllName>SARMCM3.DLL</SimDllName>
  1343. <SimDllArguments> -MPU</SimDllArguments>
  1344. <SimDlgDll>DCM.DLL</SimDlgDll>
  1345. <SimDlgDllArguments>-pCM7</SimDlgDllArguments>
  1346. <TargetDllName>SARMCM3.DLL</TargetDllName>
  1347. <TargetDllArguments> -MPU</TargetDllArguments>
  1348. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  1349. <TargetDlgDllArguments>-pCM7</TargetDlgDllArguments>
  1350. </DllOption>
  1351. <DebugOption>
  1352. <OPTHX>
  1353. <HexSelection>1</HexSelection>
  1354. <HexRangeLowAddress>0</HexRangeLowAddress>
  1355. <HexRangeHighAddress>0</HexRangeHighAddress>
  1356. <HexOffset>0</HexOffset>
  1357. <Oh166RecLen>16</Oh166RecLen>
  1358. </OPTHX>
  1359. </DebugOption>
  1360. <Utilities>
  1361. <Flash1>
  1362. <UseTargetDll>1</UseTargetDll>
  1363. <UseExternalTool>0</UseExternalTool>
  1364. <RunIndependent>0</RunIndependent>
  1365. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  1366. <Capability>1</Capability>
  1367. <DriverSelection>4096</DriverSelection>
  1368. </Flash1>
  1369. <bUseTDR>1</bUseTDR>
  1370. <Flash2>BIN\UL2CM3.DLL</Flash2>
  1371. <Flash3></Flash3>
  1372. <Flash4></Flash4>
  1373. <pFcarmOut></pFcarmOut>
  1374. <pFcarmGrp></pFcarmGrp>
  1375. <pFcArmRoot></pFcArmRoot>
  1376. <FcArmLst>0</FcArmLst>
  1377. </Utilities>
  1378. <TargetArmAds>
  1379. <ArmAdsMisc>
  1380. <GenerateListings>0</GenerateListings>
  1381. <asHll>1</asHll>
  1382. <asAsm>1</asAsm>
  1383. <asMacX>1</asMacX>
  1384. <asSyms>1</asSyms>
  1385. <asFals>1</asFals>
  1386. <asDbgD>1</asDbgD>
  1387. <asForm>1</asForm>
  1388. <ldLst>0</ldLst>
  1389. <ldmm>1</ldmm>
  1390. <ldXref>1</ldXref>
  1391. <BigEnd>0</BigEnd>
  1392. <AdsALst>1</AdsALst>
  1393. <AdsACrf>1</AdsACrf>
  1394. <AdsANop>0</AdsANop>
  1395. <AdsANot>0</AdsANot>
  1396. <AdsLLst>1</AdsLLst>
  1397. <AdsLmap>1</AdsLmap>
  1398. <AdsLcgr>1</AdsLcgr>
  1399. <AdsLsym>1</AdsLsym>
  1400. <AdsLszi>1</AdsLszi>
  1401. <AdsLtoi>1</AdsLtoi>
  1402. <AdsLsun>1</AdsLsun>
  1403. <AdsLven>1</AdsLven>
  1404. <AdsLsxf>1</AdsLsxf>
  1405. <RvctClst>0</RvctClst>
  1406. <GenPPlst>0</GenPPlst>
  1407. <AdsCpuType>"Cortex-M7"</AdsCpuType>
  1408. <RvctDeviceName></RvctDeviceName>
  1409. <mOS>0</mOS>
  1410. <uocRom>0</uocRom>
  1411. <uocRam>0</uocRam>
  1412. <hadIROM>1</hadIROM>
  1413. <hadIRAM>1</hadIRAM>
  1414. <hadXRAM>0</hadXRAM>
  1415. <uocXRam>0</uocXRam>
  1416. <RvdsVP>2</RvdsVP>
  1417. <RvdsMve>0</RvdsMve>
  1418. <hadIRAM2>0</hadIRAM2>
  1419. <hadIROM2>0</hadIROM2>
  1420. <StupSel>8</StupSel>
  1421. <useUlib>0</useUlib>
  1422. <EndSel>1</EndSel>
  1423. <uLtcg>0</uLtcg>
  1424. <nSecure>0</nSecure>
  1425. <RoSelD>3</RoSelD>
  1426. <RwSelD>3</RwSelD>
  1427. <CodeSel>0</CodeSel>
  1428. <OptFeed>0</OptFeed>
  1429. <NoZi1>0</NoZi1>
  1430. <NoZi2>0</NoZi2>
  1431. <NoZi3>0</NoZi3>
  1432. <NoZi4>0</NoZi4>
  1433. <NoZi5>0</NoZi5>
  1434. <Ro1Chk>0</Ro1Chk>
  1435. <Ro2Chk>0</Ro2Chk>
  1436. <Ro3Chk>0</Ro3Chk>
  1437. <Ir1Chk>1</Ir1Chk>
  1438. <Ir2Chk>0</Ir2Chk>
  1439. <Ra1Chk>0</Ra1Chk>
  1440. <Ra2Chk>0</Ra2Chk>
  1441. <Ra3Chk>0</Ra3Chk>
  1442. <Im1Chk>1</Im1Chk>
  1443. <Im2Chk>0</Im2Chk>
  1444. <OnChipMemories>
  1445. <Ocm1>
  1446. <Type>0</Type>
  1447. <StartAddress>0x0</StartAddress>
  1448. <Size>0x0</Size>
  1449. </Ocm1>
  1450. <Ocm2>
  1451. <Type>0</Type>
  1452. <StartAddress>0x0</StartAddress>
  1453. <Size>0x0</Size>
  1454. </Ocm2>
  1455. <Ocm3>
  1456. <Type>0</Type>
  1457. <StartAddress>0x0</StartAddress>
  1458. <Size>0x0</Size>
  1459. </Ocm3>
  1460. <Ocm4>
  1461. <Type>0</Type>
  1462. <StartAddress>0x0</StartAddress>
  1463. <Size>0x0</Size>
  1464. </Ocm4>
  1465. <Ocm5>
  1466. <Type>0</Type>
  1467. <StartAddress>0x0</StartAddress>
  1468. <Size>0x0</Size>
  1469. </Ocm5>
  1470. <Ocm6>
  1471. <Type>0</Type>
  1472. <StartAddress>0x0</StartAddress>
  1473. <Size>0x0</Size>
  1474. </Ocm6>
  1475. <IRAM>
  1476. <Type>0</Type>
  1477. <StartAddress>0x20000000</StartAddress>
  1478. <Size>0x20000</Size>
  1479. </IRAM>
  1480. <IROM>
  1481. <Type>1</Type>
  1482. <StartAddress>0x0</StartAddress>
  1483. <Size>0x80000</Size>
  1484. </IROM>
  1485. <XRAM>
  1486. <Type>0</Type>
  1487. <StartAddress>0x0</StartAddress>
  1488. <Size>0x0</Size>
  1489. </XRAM>
  1490. <OCR_RVCT1>
  1491. <Type>1</Type>
  1492. <StartAddress>0x0</StartAddress>
  1493. <Size>0x0</Size>
  1494. </OCR_RVCT1>
  1495. <OCR_RVCT2>
  1496. <Type>1</Type>
  1497. <StartAddress>0x0</StartAddress>
  1498. <Size>0x0</Size>
  1499. </OCR_RVCT2>
  1500. <OCR_RVCT3>
  1501. <Type>1</Type>
  1502. <StartAddress>0x0</StartAddress>
  1503. <Size>0x0</Size>
  1504. </OCR_RVCT3>
  1505. <OCR_RVCT4>
  1506. <Type>1</Type>
  1507. <StartAddress>0x0</StartAddress>
  1508. <Size>0x80000</Size>
  1509. </OCR_RVCT4>
  1510. <OCR_RVCT5>
  1511. <Type>1</Type>
  1512. <StartAddress>0x0</StartAddress>
  1513. <Size>0x0</Size>
  1514. </OCR_RVCT5>
  1515. <OCR_RVCT6>
  1516. <Type>0</Type>
  1517. <StartAddress>0x0</StartAddress>
  1518. <Size>0x0</Size>
  1519. </OCR_RVCT6>
  1520. <OCR_RVCT7>
  1521. <Type>0</Type>
  1522. <StartAddress>0x0</StartAddress>
  1523. <Size>0x0</Size>
  1524. </OCR_RVCT7>
  1525. <OCR_RVCT8>
  1526. <Type>0</Type>
  1527. <StartAddress>0x0</StartAddress>
  1528. <Size>0x0</Size>
  1529. </OCR_RVCT8>
  1530. <OCR_RVCT9>
  1531. <Type>0</Type>
  1532. <StartAddress>0x20000000</StartAddress>
  1533. <Size>0x20000</Size>
  1534. </OCR_RVCT9>
  1535. <OCR_RVCT10>
  1536. <Type>0</Type>
  1537. <StartAddress>0x0</StartAddress>
  1538. <Size>0x0</Size>
  1539. </OCR_RVCT10>
  1540. </OnChipMemories>
  1541. <RvctStartVector></RvctStartVector>
  1542. </ArmAdsMisc>
  1543. <Cads>
  1544. <interw>1</interw>
  1545. <Optim>1</Optim>
  1546. <oTime>0</oTime>
  1547. <SplitLS>0</SplitLS>
  1548. <OneElfS>0</OneElfS>
  1549. <Strict>0</Strict>
  1550. <EnumInt>0</EnumInt>
  1551. <PlainCh>0</PlainCh>
  1552. <Ropi>0</Ropi>
  1553. <Rwpi>0</Rwpi>
  1554. <wLevel>0</wLevel>
  1555. <uThumb>0</uThumb>
  1556. <uSurpInc>0</uSurpInc>
  1557. <uC99>0</uC99>
  1558. <uGnu>0</uGnu>
  1559. <useXO>0</useXO>
  1560. <v6Lang>1</v6Lang>
  1561. <v6LangP>1</v6LangP>
  1562. <vShortEn>1</vShortEn>
  1563. <vShortWch>1</vShortWch>
  1564. <v6Lto>0</v6Lto>
  1565. <v6WtE>0</v6WtE>
  1566. <v6Rtti>0</v6Rtti>
  1567. <VariousControls>
  1568. <MiscControls></MiscControls>
  1569. <Define>ARM_MATH_CM7 __FPU_PRESENT=1U</Define>
  1570. <Undefine></Undefine>
  1571. <IncludePath></IncludePath>
  1572. </VariousControls>
  1573. </Cads>
  1574. <Aads>
  1575. <interw>1</interw>
  1576. <Ropi>0</Ropi>
  1577. <Rwpi>0</Rwpi>
  1578. <thumb>0</thumb>
  1579. <SplitLS>0</SplitLS>
  1580. <SwStkChk>0</SwStkChk>
  1581. <NoWarn>0</NoWarn>
  1582. <uSurpInc>0</uSurpInc>
  1583. <useXO>0</useXO>
  1584. <uClangAs>0</uClangAs>
  1585. <VariousControls>
  1586. <MiscControls></MiscControls>
  1587. <Define></Define>
  1588. <Undefine></Undefine>
  1589. <IncludePath></IncludePath>
  1590. </VariousControls>
  1591. </Aads>
  1592. <LDads>
  1593. <umfTarg>0</umfTarg>
  1594. <Ropi>0</Ropi>
  1595. <Rwpi>0</Rwpi>
  1596. <noStLib>0</noStLib>
  1597. <RepFail>1</RepFail>
  1598. <useFile>0</useFile>
  1599. <TextAddressRange>0x00000000</TextAddressRange>
  1600. <DataAddressRange>0x20000000</DataAddressRange>
  1601. <pXoBase></pXoBase>
  1602. <ScatterFile></ScatterFile>
  1603. <IncludeLibs></IncludeLibs>
  1604. <IncludeLibsPath></IncludeLibsPath>
  1605. <Misc></Misc>
  1606. <LinkerInputFile></LinkerInputFile>
  1607. <DisabledWarnings></DisabledWarnings>
  1608. </LDads>
  1609. </TargetArmAds>
  1610. </TargetOption>
  1611. <Groups>
  1612. <Group>
  1613. <GroupName>Source Files</GroupName>
  1614. <Files>
  1615. <File>
  1616. <FileName>math_helper.c</FileName>
  1617. <FileType>1</FileType>
  1618. <FilePath>.\math_helper.c</FilePath>
  1619. </File>
  1620. <File>
  1621. <FileName>arm_linear_interp_data.c</FileName>
  1622. <FileType>1</FileType>
  1623. <FilePath>.\arm_linear_interp_data.c</FilePath>
  1624. </File>
  1625. <File>
  1626. <FileName>arm_linear_interp_example_f32.c</FileName>
  1627. <FileType>1</FileType>
  1628. <FilePath>.\arm_linear_interp_example_f32.c</FilePath>
  1629. </File>
  1630. </Files>
  1631. </Group>
  1632. <Group>
  1633. <GroupName>Documentation</GroupName>
  1634. <Files>
  1635. <File>
  1636. <FileName>Abstract.txt</FileName>
  1637. <FileType>5</FileType>
  1638. <FilePath>.\Abstract.txt</FilePath>
  1639. </File>
  1640. </Files>
  1641. </Group>
  1642. <Group>
  1643. <GroupName>::CMSIS</GroupName>
  1644. </Group>
  1645. <Group>
  1646. <GroupName>::Device</GroupName>
  1647. </Group>
  1648. </Groups>
  1649. </Target>
  1650. </Targets>
  1651. <RTE>
  1652. <apis/>
  1653. <components>
  1654. <component Cclass="CMSIS" Cgroup="CORE" Cvendor="ARM" Cversion="3.40.0" condition="CMSIS Core">
  1655. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="4.2.0"/>
  1656. <targetInfos>
  1657. <targetInfo name="ARMCM0"/>
  1658. <targetInfo name="ARMCM3"/>
  1659. <targetInfo name="ARMCM4_FP"/>
  1660. <targetInfo name="ARMCM7_SP"/>
  1661. </targetInfos>
  1662. </component>
  1663. <component Cclass="CMSIS" Cgroup="DSP" Cvendor="ARM" Cversion="1.4.2" condition="CMSIS DSP">
  1664. <package name="CMSIS" schemaVersion="1.0" url="http://www.keil.com/pack/" vendor="ARM" version="4.0.5"/>
  1665. <targetInfos>
  1666. <targetInfo name="ARMCM0"/>
  1667. <targetInfo name="ARMCM3"/>
  1668. <targetInfo name="ARMCM4_FP"/>
  1669. <targetInfo name="ARMCM7_SP"/>
  1670. </targetInfos>
  1671. </component>
  1672. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.0.1" condition="ARMCM0 CMSIS">
  1673. <package name="CMSIS" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="ARM" version="4.0.11"/>
  1674. <targetInfos>
  1675. <targetInfo name="ARMCM0"/>
  1676. </targetInfos>
  1677. </component>
  1678. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.0.1" condition="ARMCM3 CMSIS">
  1679. <package name="CMSIS" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="ARM" version="4.0.11"/>
  1680. <targetInfos>
  1681. <targetInfo name="ARMCM3"/>
  1682. </targetInfos>
  1683. </component>
  1684. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.0.1" condition="ARMCM4 CMSIS">
  1685. <package name="CMSIS" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="ARM" version="4.0.11"/>
  1686. <targetInfos>
  1687. <targetInfo name="ARMCM4_FP"/>
  1688. </targetInfos>
  1689. </component>
  1690. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.0.1" condition="ARMCM7 CMSIS">
  1691. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="4.1.10"/>
  1692. <targetInfos>
  1693. <targetInfo name="ARMCM7_SP"/>
  1694. </targetInfos>
  1695. </component>
  1696. </components>
  1697. <files>
  1698. <file attr="config" category="sourceAsm" condition="ARMCC" name="Device\ARM\ARMCM0\Source\ARM\startup_ARMCM0.s" version="1.0.0">
  1699. <instance index="0">RTE\Device\ARMCM0\startup_ARMCM0.s</instance>
  1700. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.0.1" condition="ARMCM0 CMSIS"/>
  1701. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.3.1-dev7"/>
  1702. <targetInfos>
  1703. <targetInfo name="ARMCM0"/>
  1704. </targetInfos>
  1705. </file>
  1706. <file attr="config" category="sourceC" name="Device\ARM\ARMCM0\Source\system_ARMCM0.c" version="1.0.0">
  1707. <instance index="0">RTE\Device\ARMCM0\system_ARMCM0.c</instance>
  1708. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.0.1" condition="ARMCM0 CMSIS"/>
  1709. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.3.1-dev7"/>
  1710. <targetInfos>
  1711. <targetInfo name="ARMCM0"/>
  1712. </targetInfos>
  1713. </file>
  1714. <file attr="config" category="sourceAsm" condition="ARMCC" name="Device\ARM\ARMCM3\Source\ARM\startup_ARMCM3.s" version="1.0.0">
  1715. <instance index="0">RTE\Device\ARMCM3\startup_ARMCM3.s</instance>
  1716. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.0.1" condition="ARMCM3 CMSIS"/>
  1717. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.3.1-dev7"/>
  1718. <targetInfos>
  1719. <targetInfo name="ARMCM3"/>
  1720. </targetInfos>
  1721. </file>
  1722. <file attr="config" category="sourceC" name="Device\ARM\ARMCM3\Source\system_ARMCM3.c" version="1.0.0">
  1723. <instance index="0">RTE\Device\ARMCM3\system_ARMCM3.c</instance>
  1724. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.0.1" condition="ARMCM3 CMSIS"/>
  1725. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.3.1-dev7"/>
  1726. <targetInfos>
  1727. <targetInfo name="ARMCM3"/>
  1728. </targetInfos>
  1729. </file>
  1730. <file attr="config" category="sourceAsm" condition="ARMCC" name="Device\ARM\ARMCM4\Source\ARM\startup_ARMCM4.s" version="1.0.0">
  1731. <instance index="0" removed="1">RTE\Device\ARMCM4\startup_ARMCM4.s</instance>
  1732. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.0.1" condition="ARMCM4 CMSIS"/>
  1733. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="4.2.0"/>
  1734. <targetInfos/>
  1735. </file>
  1736. <file attr="config" category="sourceC" name="Device\ARM\ARMCM4\Source\system_ARMCM4.c" version="1.0.0">
  1737. <instance index="0" removed="1">RTE\Device\ARMCM4\system_ARMCM4.c</instance>
  1738. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.0.1" condition="ARMCM4 CMSIS"/>
  1739. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="4.2.0"/>
  1740. <targetInfos/>
  1741. </file>
  1742. <file attr="config" category="sourceAsm" condition="ARMCC" name="Device\ARM\ARMCM4\Source\ARM\startup_ARMCM4.s" version="1.0.0">
  1743. <instance index="0">RTE\Device\ARMCM4_FP\startup_ARMCM4.s</instance>
  1744. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.0.1" condition="ARMCM4 CMSIS"/>
  1745. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.3.1-dev7"/>
  1746. <targetInfos>
  1747. <targetInfo name="ARMCM4_FP"/>
  1748. </targetInfos>
  1749. </file>
  1750. <file attr="config" category="sourceC" name="Device\ARM\ARMCM4\Source\system_ARMCM4.c" version="1.0.0">
  1751. <instance index="0">RTE\Device\ARMCM4_FP\system_ARMCM4.c</instance>
  1752. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.0.1" condition="ARMCM4 CMSIS"/>
  1753. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.3.1-dev7"/>
  1754. <targetInfos>
  1755. <targetInfo name="ARMCM4_FP"/>
  1756. </targetInfos>
  1757. </file>
  1758. <file attr="config" category="sourceAsm" condition="ARMCC" name="Device\ARM\ARMCM7\Source\ARM\startup_ARMCM7.s" version="1.0.0">
  1759. <instance index="0">RTE\Device\ARMCM7_SP\startup_ARMCM7.s</instance>
  1760. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.0.1" condition="ARMCM7 CMSIS"/>
  1761. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.3.1-dev7"/>
  1762. <targetInfos>
  1763. <targetInfo name="ARMCM7_SP"/>
  1764. </targetInfos>
  1765. </file>
  1766. <file attr="config" category="sourceC" name="Device\ARM\ARMCM7\Source\system_ARMCM7.c" version="1.0.0">
  1767. <instance index="0">RTE\Device\ARMCM7_SP\system_ARMCM7.c</instance>
  1768. <component Cclass="Device" Cgroup="Startup" Cvendor="ARM" Cversion="1.0.1" condition="ARMCM7 CMSIS"/>
  1769. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="5.3.1-dev7"/>
  1770. <targetInfos>
  1771. <targetInfo name="ARMCM7_SP"/>
  1772. </targetInfos>
  1773. </file>
  1774. </files>
  1775. </RTE>
  1776. </Project>