stm32f407_ir2110_keil.uvprojx 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840
  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>stm32f407_ir2110</TargetName>
  8. <ToolsetNumber>0x4</ToolsetNumber>
  9. <ToolsetName>ARM-ADS</ToolsetName>
  10. <pCCUsed>5060960::V5.06 update 7 (build 960)::.\ARMCC</pCCUsed>
  11. <uAC6>0</uAC6>
  12. <TargetOption>
  13. <TargetCommonOption>
  14. <Device>STM32F407IGTx</Device>
  15. <Vendor>STMicroelectronics</Vendor>
  16. <PackID>Keil.STM32F4xx_DFP.2.15.0</PackID>
  17. <PackURL>http://www.keil.com/pack/</PackURL>
  18. <Cpu>IRAM(0x20000000,0x00020000) IRAM2(0x10000000,0x00010000) IROM(0x08000000,0x00100000) CPUTYPE("Cortex-M4") FPU2 DSP CLOCK(12000000) ELITTLE</Cpu>
  19. <FlashUtilSpec></FlashUtilSpec>
  20. <StartupFile></StartupFile>
  21. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F4xx_1024 -FS08000000 -FL0100000 -FP0($$Device:STM32F407IGTx$CMSIS\Flash\STM32F4xx_1024.FLM))</FlashDriverDll>
  22. <DeviceId>0</DeviceId>
  23. <RegisterFile></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:STM32F407IGTx$CMSIS\SVD\STM32F407.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>.\output\</OutputDirectory>
  49. <OutputName>stm32f407_IR2110_keil</OutputName>
  50. <CreateExecutable>1</CreateExecutable>
  51. <CreateLib>0</CreateLib>
  52. <CreateHexFile>1</CreateHexFile>
  53. <DebugInformation>1</DebugInformation>
  54. <BrowseInformation>0</BrowseInformation>
  55. <ListingPath>.\output\</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>1</RunUserProg1>
  81. <RunUserProg2>1</RunUserProg2>
  82. <UserProg1Name>./Keil5_disp_size_bar_v0.3.exe</UserProg1Name>
  83. <UserProg2Name>fromelf --bin --output !L.bin !L</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> -REMAP -MPU</SimDllArguments>
  111. <SimDlgDll>DCM.DLL</SimDlgDll>
  112. <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
  113. <TargetDllName>SARMCM3.DLL</TargetDllName>
  114. <TargetDllArguments> -MPU</TargetDllArguments>
  115. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  116. <TargetDlgDllArguments>-pCM4</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>-1</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-M4"</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>2</RvdsVP>
  184. <RvdsMve>0</RvdsMve>
  185. <RvdsCdeCp>0</RvdsCdeCp>
  186. <nBranchProt>0</nBranchProt>
  187. <hadIRAM2>1</hadIRAM2>
  188. <hadIROM2>0</hadIROM2>
  189. <StupSel>8</StupSel>
  190. <useUlib>0</useUlib>
  191. <EndSel>0</EndSel>
  192. <uLtcg>0</uLtcg>
  193. <nSecure>0</nSecure>
  194. <RoSelD>3</RoSelD>
  195. <RwSelD>4</RwSelD>
  196. <CodeSel>0</CodeSel>
  197. <OptFeed>0</OptFeed>
  198. <NoZi1>0</NoZi1>
  199. <NoZi2>0</NoZi2>
  200. <NoZi3>0</NoZi3>
  201. <NoZi4>0</NoZi4>
  202. <NoZi5>0</NoZi5>
  203. <Ro1Chk>0</Ro1Chk>
  204. <Ro2Chk>0</Ro2Chk>
  205. <Ro3Chk>0</Ro3Chk>
  206. <Ir1Chk>1</Ir1Chk>
  207. <Ir2Chk>0</Ir2Chk>
  208. <Ra1Chk>0</Ra1Chk>
  209. <Ra2Chk>0</Ra2Chk>
  210. <Ra3Chk>0</Ra3Chk>
  211. <Im1Chk>1</Im1Chk>
  212. <Im2Chk>0</Im2Chk>
  213. <OnChipMemories>
  214. <Ocm1>
  215. <Type>0</Type>
  216. <StartAddress>0x0</StartAddress>
  217. <Size>0x0</Size>
  218. </Ocm1>
  219. <Ocm2>
  220. <Type>0</Type>
  221. <StartAddress>0x0</StartAddress>
  222. <Size>0x0</Size>
  223. </Ocm2>
  224. <Ocm3>
  225. <Type>0</Type>
  226. <StartAddress>0x0</StartAddress>
  227. <Size>0x0</Size>
  228. </Ocm3>
  229. <Ocm4>
  230. <Type>0</Type>
  231. <StartAddress>0x0</StartAddress>
  232. <Size>0x0</Size>
  233. </Ocm4>
  234. <Ocm5>
  235. <Type>0</Type>
  236. <StartAddress>0x0</StartAddress>
  237. <Size>0x0</Size>
  238. </Ocm5>
  239. <Ocm6>
  240. <Type>0</Type>
  241. <StartAddress>0x0</StartAddress>
  242. <Size>0x0</Size>
  243. </Ocm6>
  244. <IRAM>
  245. <Type>0</Type>
  246. <StartAddress>0x20000000</StartAddress>
  247. <Size>0x20000</Size>
  248. </IRAM>
  249. <IROM>
  250. <Type>1</Type>
  251. <StartAddress>0x8000000</StartAddress>
  252. <Size>0x100000</Size>
  253. </IROM>
  254. <XRAM>
  255. <Type>0</Type>
  256. <StartAddress>0x0</StartAddress>
  257. <Size>0x0</Size>
  258. </XRAM>
  259. <OCR_RVCT1>
  260. <Type>1</Type>
  261. <StartAddress>0x0</StartAddress>
  262. <Size>0x0</Size>
  263. </OCR_RVCT1>
  264. <OCR_RVCT2>
  265. <Type>1</Type>
  266. <StartAddress>0x0</StartAddress>
  267. <Size>0x0</Size>
  268. </OCR_RVCT2>
  269. <OCR_RVCT3>
  270. <Type>1</Type>
  271. <StartAddress>0x0</StartAddress>
  272. <Size>0x0</Size>
  273. </OCR_RVCT3>
  274. <OCR_RVCT4>
  275. <Type>1</Type>
  276. <StartAddress>0x8000000</StartAddress>
  277. <Size>0x100000</Size>
  278. </OCR_RVCT4>
  279. <OCR_RVCT5>
  280. <Type>1</Type>
  281. <StartAddress>0x0</StartAddress>
  282. <Size>0x0</Size>
  283. </OCR_RVCT5>
  284. <OCR_RVCT6>
  285. <Type>0</Type>
  286. <StartAddress>0x0</StartAddress>
  287. <Size>0x0</Size>
  288. </OCR_RVCT6>
  289. <OCR_RVCT7>
  290. <Type>0</Type>
  291. <StartAddress>0x0</StartAddress>
  292. <Size>0x0</Size>
  293. </OCR_RVCT7>
  294. <OCR_RVCT8>
  295. <Type>0</Type>
  296. <StartAddress>0x0</StartAddress>
  297. <Size>0x0</Size>
  298. </OCR_RVCT8>
  299. <OCR_RVCT9>
  300. <Type>0</Type>
  301. <StartAddress>0x20000000</StartAddress>
  302. <Size>0x20000</Size>
  303. </OCR_RVCT9>
  304. <OCR_RVCT10>
  305. <Type>0</Type>
  306. <StartAddress>0x10000000</StartAddress>
  307. <Size>0x10000</Size>
  308. </OCR_RVCT10>
  309. </OnChipMemories>
  310. <RvctStartVector></RvctStartVector>
  311. </ArmAdsMisc>
  312. <Cads>
  313. <interw>1</interw>
  314. <Optim>1</Optim>
  315. <oTime>0</oTime>
  316. <SplitLS>0</SplitLS>
  317. <OneElfS>1</OneElfS>
  318. <Strict>0</Strict>
  319. <EnumInt>0</EnumInt>
  320. <PlainCh>0</PlainCh>
  321. <Ropi>0</Ropi>
  322. <Rwpi>0</Rwpi>
  323. <wLevel>2</wLevel>
  324. <uThumb>0</uThumb>
  325. <uSurpInc>0</uSurpInc>
  326. <uC99>1</uC99>
  327. <uGnu>1</uGnu>
  328. <useXO>0</useXO>
  329. <v6Lang>3</v6Lang>
  330. <v6LangP>3</v6LangP>
  331. <vShortEn>1</vShortEn>
  332. <vShortWch>1</vShortWch>
  333. <v6Lto>0</v6Lto>
  334. <v6WtE>0</v6WtE>
  335. <v6Rtti>0</v6Rtti>
  336. <VariousControls>
  337. <MiscControls></MiscControls>
  338. <Define>USE_STDPERIPH_DRIVER,STM32F40_41xxx,ARM_MATH_CM4,SIMULINK_USE_ARM_MATH,__FPU_PRESENT,HSE_VALUE=8000000</Define>
  339. <Undefine></Undefine>
  340. <IncludePath>..\user;..\motor;..\Libraries;..\Libraries\STM32F4xx_StdPeriph_Driver\inc;..\Libraries\CMSIS\Include;..\Libraries\CMSIS\Device\ST\STM32F4xx\Include;..\user\pc_communication\inc;..\openloop</IncludePath>
  341. </VariousControls>
  342. </Cads>
  343. <Aads>
  344. <interw>1</interw>
  345. <Ropi>0</Ropi>
  346. <Rwpi>0</Rwpi>
  347. <thumb>0</thumb>
  348. <SplitLS>0</SplitLS>
  349. <SwStkChk>0</SwStkChk>
  350. <NoWarn>0</NoWarn>
  351. <uSurpInc>0</uSurpInc>
  352. <useXO>0</useXO>
  353. <ClangAsOpt>4</ClangAsOpt>
  354. <VariousControls>
  355. <MiscControls></MiscControls>
  356. <Define></Define>
  357. <Undefine></Undefine>
  358. <IncludePath></IncludePath>
  359. </VariousControls>
  360. </Aads>
  361. <LDads>
  362. <umfTarg>1</umfTarg>
  363. <Ropi>0</Ropi>
  364. <Rwpi>0</Rwpi>
  365. <noStLib>0</noStLib>
  366. <RepFail>1</RepFail>
  367. <useFile>0</useFile>
  368. <TextAddressRange>0x08000000</TextAddressRange>
  369. <DataAddressRange>0x20000000</DataAddressRange>
  370. <pXoBase></pXoBase>
  371. <ScatterFile></ScatterFile>
  372. <IncludeLibs></IncludeLibs>
  373. <IncludeLibsPath></IncludeLibsPath>
  374. <Misc></Misc>
  375. <LinkerInputFile></LinkerInputFile>
  376. <DisabledWarnings></DisabledWarnings>
  377. </LDads>
  378. </TargetArmAds>
  379. </TargetOption>
  380. <Groups>
  381. <Group>
  382. <GroupName>CMSIS</GroupName>
  383. <Files>
  384. <File>
  385. <FileName>system_stm32f4xx.c</FileName>
  386. <FileType>1</FileType>
  387. <FilePath>..\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c</FilePath>
  388. </File>
  389. <File>
  390. <FileName>arm_common_tables.c</FileName>
  391. <FileType>1</FileType>
  392. <FilePath>..\Libraries\CMSIS\DSP_Lib\Source\CommonTables\arm_common_tables.c</FilePath>
  393. </File>
  394. <File>
  395. <FileName>arm_const_structs.c</FileName>
  396. <FileType>1</FileType>
  397. <FilePath>..\Libraries\CMSIS\DSP_Lib\Source\CommonTables\arm_const_structs.c</FilePath>
  398. </File>
  399. <File>
  400. <FileName>arm_cos_f32.c</FileName>
  401. <FileType>1</FileType>
  402. <FilePath>..\Libraries\CMSIS\DSP_Lib\Source\FastMathFunctions\arm_cos_f32.c</FilePath>
  403. </File>
  404. <File>
  405. <FileName>arm_cos_q15.c</FileName>
  406. <FileType>1</FileType>
  407. <FilePath>..\Libraries\CMSIS\DSP_Lib\Source\FastMathFunctions\arm_cos_q15.c</FilePath>
  408. </File>
  409. <File>
  410. <FileName>arm_cos_q31.c</FileName>
  411. <FileType>1</FileType>
  412. <FilePath>..\Libraries\CMSIS\DSP_Lib\Source\FastMathFunctions\arm_cos_q31.c</FilePath>
  413. </File>
  414. <File>
  415. <FileName>arm_sin_f32.c</FileName>
  416. <FileType>1</FileType>
  417. <FilePath>..\Libraries\CMSIS\DSP_Lib\Source\FastMathFunctions\arm_sin_f32.c</FilePath>
  418. </File>
  419. <File>
  420. <FileName>arm_sin_q15.c</FileName>
  421. <FileType>1</FileType>
  422. <FilePath>..\Libraries\CMSIS\DSP_Lib\Source\FastMathFunctions\arm_sin_q15.c</FilePath>
  423. </File>
  424. <File>
  425. <FileName>arm_sin_q31.c</FileName>
  426. <FileType>1</FileType>
  427. <FilePath>..\Libraries\CMSIS\DSP_Lib\Source\FastMathFunctions\arm_sin_q31.c</FilePath>
  428. </File>
  429. <File>
  430. <FileName>arm_sqrt_q15.c</FileName>
  431. <FileType>1</FileType>
  432. <FilePath>..\Libraries\CMSIS\DSP_Lib\Source\FastMathFunctions\arm_sqrt_q15.c</FilePath>
  433. </File>
  434. <File>
  435. <FileName>arm_sqrt_q31.c</FileName>
  436. <FileType>1</FileType>
  437. <FilePath>..\Libraries\CMSIS\DSP_Lib\Source\FastMathFunctions\arm_sqrt_q31.c</FilePath>
  438. </File>
  439. <File>
  440. <FileName>startup_stm32f40_41xxx.s</FileName>
  441. <FileType>2</FileType>
  442. <FilePath>..\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f40_41xxx.s</FilePath>
  443. </File>
  444. </Files>
  445. </Group>
  446. <Group>
  447. <GroupName>STM32F4xx_StdPeriph_Driver</GroupName>
  448. <Files>
  449. <File>
  450. <FileName>misc.c</FileName>
  451. <FileType>1</FileType>
  452. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\misc.c</FilePath>
  453. </File>
  454. <File>
  455. <FileName>stm32f4xx_adc.c</FileName>
  456. <FileType>1</FileType>
  457. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_adc.c</FilePath>
  458. </File>
  459. <File>
  460. <FileName>stm32f4xx_can.c</FileName>
  461. <FileType>1</FileType>
  462. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_can.c</FilePath>
  463. </File>
  464. <File>
  465. <FileName>stm32f4xx_cec.c</FileName>
  466. <FileType>1</FileType>
  467. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cec.c</FilePath>
  468. </File>
  469. <File>
  470. <FileName>stm32f4xx_crc.c</FileName>
  471. <FileType>1</FileType>
  472. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_crc.c</FilePath>
  473. </File>
  474. <File>
  475. <FileName>stm32f4xx_cryp.c</FileName>
  476. <FileType>1</FileType>
  477. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp.c</FilePath>
  478. </File>
  479. <File>
  480. <FileName>stm32f4xx_cryp_aes.c</FileName>
  481. <FileType>1</FileType>
  482. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp_aes.c</FilePath>
  483. </File>
  484. <File>
  485. <FileName>stm32f4xx_cryp_des.c</FileName>
  486. <FileType>1</FileType>
  487. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp_des.c</FilePath>
  488. </File>
  489. <File>
  490. <FileName>stm32f4xx_cryp_tdes.c</FileName>
  491. <FileType>1</FileType>
  492. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp_tdes.c</FilePath>
  493. </File>
  494. <File>
  495. <FileName>stm32f4xx_dac.c</FileName>
  496. <FileType>1</FileType>
  497. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dac.c</FilePath>
  498. </File>
  499. <File>
  500. <FileName>stm32f4xx_dbgmcu.c</FileName>
  501. <FileType>1</FileType>
  502. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dbgmcu.c</FilePath>
  503. </File>
  504. <File>
  505. <FileName>stm32f4xx_dcmi.c</FileName>
  506. <FileType>1</FileType>
  507. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dcmi.c</FilePath>
  508. </File>
  509. <File>
  510. <FileName>stm32f4xx_dfsdm.c</FileName>
  511. <FileType>1</FileType>
  512. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dfsdm.c</FilePath>
  513. </File>
  514. <File>
  515. <FileName>stm32f4xx_dma.c</FileName>
  516. <FileType>1</FileType>
  517. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dma.c</FilePath>
  518. </File>
  519. <File>
  520. <FileName>stm32f4xx_dma2d.c</FileName>
  521. <FileType>1</FileType>
  522. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dma2d.c</FilePath>
  523. </File>
  524. <File>
  525. <FileName>stm32f4xx_dsi.c</FileName>
  526. <FileType>1</FileType>
  527. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dsi.c</FilePath>
  528. </File>
  529. <File>
  530. <FileName>stm32f4xx_exti.c</FileName>
  531. <FileType>1</FileType>
  532. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_exti.c</FilePath>
  533. </File>
  534. <File>
  535. <FileName>stm32f4xx_flash.c</FileName>
  536. <FileType>1</FileType>
  537. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_flash.c</FilePath>
  538. </File>
  539. <File>
  540. <FileName>stm32f4xx_flash_ramfunc.c</FileName>
  541. <FileType>1</FileType>
  542. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_flash_ramfunc.c</FilePath>
  543. </File>
  544. <File>
  545. <FileName>stm32f4xx_fmc.c</FileName>
  546. <FileType>1</FileType>
  547. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_fmc.c</FilePath>
  548. <FileOption>
  549. <CommonProperty>
  550. <UseCPPCompiler>2</UseCPPCompiler>
  551. <RVCTCodeConst>0</RVCTCodeConst>
  552. <RVCTZI>0</RVCTZI>
  553. <RVCTOtherData>0</RVCTOtherData>
  554. <ModuleSelection>0</ModuleSelection>
  555. <IncludeInBuild>0</IncludeInBuild>
  556. <AlwaysBuild>0</AlwaysBuild>
  557. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  558. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  559. <PublicsOnly>2</PublicsOnly>
  560. <StopOnExitCode>11</StopOnExitCode>
  561. <CustomArgument></CustomArgument>
  562. <IncludeLibraryModules></IncludeLibraryModules>
  563. <ComprImg>1</ComprImg>
  564. </CommonProperty>
  565. <FileArmAds>
  566. <Cads>
  567. <interw>2</interw>
  568. <Optim>0</Optim>
  569. <oTime>2</oTime>
  570. <SplitLS>2</SplitLS>
  571. <OneElfS>2</OneElfS>
  572. <Strict>2</Strict>
  573. <EnumInt>2</EnumInt>
  574. <PlainCh>2</PlainCh>
  575. <Ropi>2</Ropi>
  576. <Rwpi>2</Rwpi>
  577. <wLevel>0</wLevel>
  578. <uThumb>2</uThumb>
  579. <uSurpInc>2</uSurpInc>
  580. <uC99>2</uC99>
  581. <uGnu>2</uGnu>
  582. <useXO>2</useXO>
  583. <v6Lang>0</v6Lang>
  584. <v6LangP>0</v6LangP>
  585. <vShortEn>2</vShortEn>
  586. <vShortWch>2</vShortWch>
  587. <v6Lto>2</v6Lto>
  588. <v6WtE>2</v6WtE>
  589. <v6Rtti>2</v6Rtti>
  590. <VariousControls>
  591. <MiscControls></MiscControls>
  592. <Define></Define>
  593. <Undefine></Undefine>
  594. <IncludePath></IncludePath>
  595. </VariousControls>
  596. </Cads>
  597. </FileArmAds>
  598. </FileOption>
  599. </File>
  600. <File>
  601. <FileName>stm32f4xx_fmpi2c.c</FileName>
  602. <FileType>1</FileType>
  603. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_fmpi2c.c</FilePath>
  604. </File>
  605. <File>
  606. <FileName>stm32f4xx_gpio.c</FileName>
  607. <FileType>1</FileType>
  608. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_gpio.c</FilePath>
  609. </File>
  610. <File>
  611. <FileName>stm32f4xx_hash.c</FileName>
  612. <FileType>1</FileType>
  613. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_hash.c</FilePath>
  614. </File>
  615. <File>
  616. <FileName>stm32f4xx_hash_md5.c</FileName>
  617. <FileType>1</FileType>
  618. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_hash_md5.c</FilePath>
  619. </File>
  620. <File>
  621. <FileName>stm32f4xx_hash_sha1.c</FileName>
  622. <FileType>1</FileType>
  623. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_hash_sha1.c</FilePath>
  624. </File>
  625. <File>
  626. <FileName>stm32f4xx_i2c.c</FileName>
  627. <FileType>1</FileType>
  628. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_i2c.c</FilePath>
  629. </File>
  630. <File>
  631. <FileName>stm32f4xx_iwdg.c</FileName>
  632. <FileType>1</FileType>
  633. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_iwdg.c</FilePath>
  634. </File>
  635. <File>
  636. <FileName>stm32f4xx_lptim.c</FileName>
  637. <FileType>1</FileType>
  638. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_lptim.c</FilePath>
  639. </File>
  640. <File>
  641. <FileName>stm32f4xx_ltdc.c</FileName>
  642. <FileType>1</FileType>
  643. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_ltdc.c</FilePath>
  644. </File>
  645. <File>
  646. <FileName>stm32f4xx_pwr.c</FileName>
  647. <FileType>1</FileType>
  648. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_pwr.c</FilePath>
  649. </File>
  650. <File>
  651. <FileName>stm32f4xx_qspi.c</FileName>
  652. <FileType>1</FileType>
  653. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_qspi.c</FilePath>
  654. </File>
  655. <File>
  656. <FileName>stm32f4xx_rcc.c</FileName>
  657. <FileType>1</FileType>
  658. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rcc.c</FilePath>
  659. </File>
  660. <File>
  661. <FileName>stm32f4xx_rng.c</FileName>
  662. <FileType>1</FileType>
  663. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rng.c</FilePath>
  664. </File>
  665. <File>
  666. <FileName>stm32f4xx_rtc.c</FileName>
  667. <FileType>1</FileType>
  668. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rtc.c</FilePath>
  669. </File>
  670. <File>
  671. <FileName>stm32f4xx_sai.c</FileName>
  672. <FileType>1</FileType>
  673. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_sai.c</FilePath>
  674. </File>
  675. <File>
  676. <FileName>stm32f4xx_sdio.c</FileName>
  677. <FileType>1</FileType>
  678. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_sdio.c</FilePath>
  679. </File>
  680. <File>
  681. <FileName>stm32f4xx_spdifrx.c</FileName>
  682. <FileType>1</FileType>
  683. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_spdifrx.c</FilePath>
  684. </File>
  685. <File>
  686. <FileName>stm32f4xx_spi.c</FileName>
  687. <FileType>1</FileType>
  688. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_spi.c</FilePath>
  689. </File>
  690. <File>
  691. <FileName>stm32f4xx_syscfg.c</FileName>
  692. <FileType>1</FileType>
  693. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_syscfg.c</FilePath>
  694. </File>
  695. <File>
  696. <FileName>stm32f4xx_tim.c</FileName>
  697. <FileType>1</FileType>
  698. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_tim.c</FilePath>
  699. </File>
  700. <File>
  701. <FileName>stm32f4xx_usart.c</FileName>
  702. <FileType>1</FileType>
  703. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_usart.c</FilePath>
  704. </File>
  705. <File>
  706. <FileName>stm32f4xx_wwdg.c</FileName>
  707. <FileType>1</FileType>
  708. <FilePath>..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_wwdg.c</FilePath>
  709. </File>
  710. </Files>
  711. </Group>
  712. <Group>
  713. <GroupName>motor</GroupName>
  714. <Files>
  715. <File>
  716. <FileName>adc.c</FileName>
  717. <FileType>1</FileType>
  718. <FilePath>..\motor\adc.c</FilePath>
  719. </File>
  720. <File>
  721. <FileName>foc_algorithm.c</FileName>
  722. <FileType>1</FileType>
  723. <FilePath>..\motor\foc_algorithm.c</FilePath>
  724. </File>
  725. <File>
  726. <FileName>hall_sensor.c</FileName>
  727. <FileType>1</FileType>
  728. <FilePath>..\motor\hall_sensor.c</FilePath>
  729. </File>
  730. <File>
  731. <FileName>L_identification_wrapper.c</FileName>
  732. <FileType>1</FileType>
  733. <FilePath>..\motor\L_identification_wrapper.c</FilePath>
  734. </File>
  735. <File>
  736. <FileName>low_task.c</FileName>
  737. <FileType>1</FileType>
  738. <FilePath>..\motor\low_task.c</FilePath>
  739. </File>
  740. <File>
  741. <FileName>R_flux_identification_wrapper.c</FileName>
  742. <FileType>1</FileType>
  743. <FilePath>..\motor\R_flux_identification_wrapper.c</FilePath>
  744. </File>
  745. <File>
  746. <FileName>speed_pid.c</FileName>
  747. <FileType>1</FileType>
  748. <FilePath>..\motor\speed_pid.c</FilePath>
  749. </File>
  750. <File>
  751. <FileName>stm32_ekf_wrapper.c</FileName>
  752. <FileType>1</FileType>
  753. <FilePath>..\motor\stm32_ekf_wrapper.c</FilePath>
  754. </File>
  755. <File>
  756. <FileName>foc_run.c</FileName>
  757. <FileType>1</FileType>
  758. <FilePath>..\motor\foc_run.c</FilePath>
  759. </File>
  760. <File>
  761. <FileName>foc_define_parameter.h</FileName>
  762. <FileType>5</FileType>
  763. <FilePath>..\motor\foc_define_parameter.h</FilePath>
  764. </File>
  765. </Files>
  766. </Group>
  767. <Group>
  768. <GroupName>user</GroupName>
  769. <Files>
  770. <File>
  771. <FileName>board_config.c</FileName>
  772. <FileType>1</FileType>
  773. <FilePath>..\user\board_config.c</FilePath>
  774. </File>
  775. <File>
  776. <FileName>exti.c</FileName>
  777. <FileType>1</FileType>
  778. <FilePath>..\user\exti.c</FilePath>
  779. </File>
  780. <File>
  781. <FileName>main.c</FileName>
  782. <FileType>1</FileType>
  783. <FilePath>..\user\main.c</FilePath>
  784. </File>
  785. <File>
  786. <FileName>stm32f4xx_it.c</FileName>
  787. <FileType>1</FileType>
  788. <FilePath>..\user\stm32f4xx_it.c</FilePath>
  789. </File>
  790. <File>
  791. <FileName>uart_communication.c</FileName>
  792. <FileType>1</FileType>
  793. <FilePath>..\user\uart_communication.c</FilePath>
  794. </File>
  795. <File>
  796. <FileName>led_app.c</FileName>
  797. <FileType>1</FileType>
  798. <FilePath>..\user\led_app.c</FilePath>
  799. </File>
  800. </Files>
  801. </Group>
  802. <Group>
  803. <GroupName>readme</GroupName>
  804. <Files>
  805. <File>
  806. <FileName>readme.txt</FileName>
  807. <FileType>5</FileType>
  808. <FilePath>..\user\readme.txt</FilePath>
  809. </File>
  810. <File>
  811. <FileName>note.txt</FileName>
  812. <FileType>5</FileType>
  813. <FilePath>..\user\note.txt</FilePath>
  814. </File>
  815. </Files>
  816. </Group>
  817. </Groups>
  818. </Target>
  819. </Targets>
  820. <RTE>
  821. <apis/>
  822. <components/>
  823. <files/>
  824. </RTE>
  825. <LayerInfo>
  826. <Layers>
  827. <Layer>
  828. <LayName>stm32f407_ir2110_keil</LayName>
  829. <LayPrjMark>1</LayPrjMark>
  830. <LayTitle>stm32f407_ir2110_keil</LayTitle>
  831. </Layer>
  832. </Layers>
  833. </LayerInfo>
  834. </Project>