STM32L431RCT6.uvprojx 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991
  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>STM32L431RCT6</TargetName>
  8. <ToolsetNumber>0x4</ToolsetNumber>
  9. <ToolsetName>ARM-ADS</ToolsetName>
  10. <pCCUsed>5060960::V5.06 update 7 (build 960)::.\ARM_Compiler_5.06u7</pCCUsed>
  11. <uAC6>0</uAC6>
  12. <TargetOption>
  13. <TargetCommonOption>
  14. <Device>STM32L431RCTx</Device>
  15. <Vendor>STMicroelectronics</Vendor>
  16. <PackID>Keil.STM32L4xx_DFP.3.0.0</PackID>
  17. <PackURL>https://www.keil.com/pack/</PackURL>
  18. <Cpu>IRAM(0x20000000-0x2000BFFF) IRAM2(0x10000000-0x10003FFF) IROM(0x8000000-0x803FFFF) CLOCK(8000000) FPU2 CPUTYPE("Cortex-M4") TZ</Cpu>
  19. <FlashUtilSpec></FlashUtilSpec>
  20. <StartupFile></StartupFile>
  21. <FlashDriverDll></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:STM32L431RCTx$CMSIS\SVD\STM32L4x1.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>STM32L431RCT6\</OutputDirectory>
  49. <OutputName>STM32L431RCT6_20250115</OutputName>
  50. <CreateExecutable>1</CreateExecutable>
  51. <CreateLib>0</CreateLib>
  52. <CreateHexFile>1</CreateHexFile>
  53. <DebugInformation>1</DebugInformation>
  54. <BrowseInformation>1</BrowseInformation>
  55. <ListingPath></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>0</RunUserProg2>
  82. <UserProg1Name>fromelf --bin -o "$L@L.bin" "#L"</UserProg1Name>
  83. <UserProg2Name></UserProg2Name>
  84. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  85. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  86. <nStopA1X>0</nStopA1X>
  87. <nStopA2X>0</nStopA2X>
  88. </AfterMake>
  89. <SelectedForBatchBuild>1</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>0</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>4101</DriverSelection>
  135. </Flash1>
  136. <bUseTDR>1</bUseTDR>
  137. <Flash2>BIN\UL2V8M.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>1</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>1</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>0xc000</Size>
  248. </IRAM>
  249. <IROM>
  250. <Type>1</Type>
  251. <StartAddress>0x8000000</StartAddress>
  252. <Size>0x40000</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>0x40000</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>0xc000</Size>
  303. </OCR_RVCT9>
  304. <OCR_RVCT10>
  305. <Type>0</Type>
  306. <StartAddress>0x10000000</StartAddress>
  307. <Size>0x4000</Size>
  308. </OCR_RVCT10>
  309. </OnChipMemories>
  310. <RvctStartVector></RvctStartVector>
  311. </ArmAdsMisc>
  312. <Cads>
  313. <interw>1</interw>
  314. <Optim>3</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>0</uGnu>
  328. <useXO>0</useXO>
  329. <v6Lang>5</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_HAL_DRIVER,STM32L431xx,STM32_THREAD_SAFE_STRATEGY</Define>
  339. <Undefine></Undefine>
  340. <IncludePath>../Core/Inc;../Core/User;../Drivers/STM32L4xx_HAL_Driver/Inc;../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy;../Middlewares/Third_Party/FreeRTOS/Source/include;../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2;../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F;../Drivers/CMSIS/Device/ST/STM32L4xx/Include;../Drivers/CMSIS/Include</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>1</ClangAsOpt>
  354. <VariousControls>
  355. <MiscControls></MiscControls>
  356. <Define></Define>
  357. <Undefine></Undefine>
  358. <IncludePath>../Core/Inc</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></TextAddressRange>
  369. <DataAddressRange></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>Application/MDK-ARM</GroupName>
  383. <Files>
  384. <File>
  385. <FileName>startup_stm32l431xx.s</FileName>
  386. <FileType>2</FileType>
  387. <FilePath>startup_stm32l431xx.s</FilePath>
  388. </File>
  389. </Files>
  390. </Group>
  391. <Group>
  392. <GroupName>Application/User/Core</GroupName>
  393. <Files>
  394. <File>
  395. <FileName>md5c.c</FileName>
  396. <FileType>1</FileType>
  397. <FilePath>..\Core\User\md5c.c</FilePath>
  398. </File>
  399. <File>
  400. <FileName>modbus_deal.c</FileName>
  401. <FileType>1</FileType>
  402. <FilePath>..\Core\User\modbus_deal.c</FilePath>
  403. </File>
  404. <File>
  405. <FileName>modbus_deal.h</FileName>
  406. <FileType>5</FileType>
  407. <FilePath>..\Core\User\modbus_deal.h</FilePath>
  408. </File>
  409. <File>
  410. <FileName>global_def.h</FileName>
  411. <FileType>5</FileType>
  412. <FilePath>..\Core\User\global_def.h</FilePath>
  413. </File>
  414. <File>
  415. <FileName>parameters.h</FileName>
  416. <FileType>5</FileType>
  417. <FilePath>..\Core\User\parameters.h</FilePath>
  418. </File>
  419. <File>
  420. <FileName>parameters.c</FileName>
  421. <FileType>1</FileType>
  422. <FilePath>..\Core\User\parameters.c</FilePath>
  423. </File>
  424. <File>
  425. <FileName>modbus_implement.h</FileName>
  426. <FileType>5</FileType>
  427. <FilePath>..\Core\User\modbus_implement.h</FilePath>
  428. </File>
  429. <File>
  430. <FileName>modbus_implement.c</FileName>
  431. <FileType>1</FileType>
  432. <FilePath>..\Core\User\modbus_implement.c</FilePath>
  433. </File>
  434. <File>
  435. <FileName>iap.c</FileName>
  436. <FileType>1</FileType>
  437. <FilePath>..\Core\User\iap.c</FilePath>
  438. </File>
  439. <File>
  440. <FileName>main.c</FileName>
  441. <FileType>1</FileType>
  442. <FilePath>../Core/Src/main.c</FilePath>
  443. </File>
  444. <File>
  445. <FileName>gpio.c</FileName>
  446. <FileType>1</FileType>
  447. <FilePath>../Core/Src/gpio.c</FilePath>
  448. </File>
  449. <File>
  450. <FileName>freertos.c</FileName>
  451. <FileType>1</FileType>
  452. <FilePath>../Core/Src/freertos.c</FilePath>
  453. </File>
  454. <File>
  455. <FileName>crc.c</FileName>
  456. <FileType>1</FileType>
  457. <FilePath>../Core/Src/crc.c</FilePath>
  458. <FileOption>
  459. <CommonProperty>
  460. <UseCPPCompiler>2</UseCPPCompiler>
  461. <RVCTCodeConst>0</RVCTCodeConst>
  462. <RVCTZI>0</RVCTZI>
  463. <RVCTOtherData>0</RVCTOtherData>
  464. <ModuleSelection>0</ModuleSelection>
  465. <IncludeInBuild>1</IncludeInBuild>
  466. <AlwaysBuild>2</AlwaysBuild>
  467. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  468. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  469. <PublicsOnly>2</PublicsOnly>
  470. <StopOnExitCode>11</StopOnExitCode>
  471. <CustomArgument></CustomArgument>
  472. <IncludeLibraryModules></IncludeLibraryModules>
  473. <ComprImg>1</ComprImg>
  474. </CommonProperty>
  475. <FileArmAds>
  476. <Cads>
  477. <interw>2</interw>
  478. <Optim>0</Optim>
  479. <oTime>2</oTime>
  480. <SplitLS>2</SplitLS>
  481. <OneElfS>2</OneElfS>
  482. <Strict>2</Strict>
  483. <EnumInt>2</EnumInt>
  484. <PlainCh>2</PlainCh>
  485. <Ropi>2</Ropi>
  486. <Rwpi>2</Rwpi>
  487. <wLevel>0</wLevel>
  488. <uThumb>2</uThumb>
  489. <uSurpInc>2</uSurpInc>
  490. <uC99>2</uC99>
  491. <uGnu>2</uGnu>
  492. <useXO>2</useXO>
  493. <v6Lang>0</v6Lang>
  494. <v6LangP>0</v6LangP>
  495. <vShortEn>2</vShortEn>
  496. <vShortWch>2</vShortWch>
  497. <v6Lto>2</v6Lto>
  498. <v6WtE>2</v6WtE>
  499. <v6Rtti>2</v6Rtti>
  500. <VariousControls>
  501. <MiscControls></MiscControls>
  502. <Define></Define>
  503. <Undefine></Undefine>
  504. <IncludePath></IncludePath>
  505. </VariousControls>
  506. </Cads>
  507. </FileArmAds>
  508. </FileOption>
  509. </File>
  510. <File>
  511. <FileName>dma.c</FileName>
  512. <FileType>1</FileType>
  513. <FilePath>../Core/Src/dma.c</FilePath>
  514. <FileOption>
  515. <CommonProperty>
  516. <UseCPPCompiler>2</UseCPPCompiler>
  517. <RVCTCodeConst>0</RVCTCodeConst>
  518. <RVCTZI>0</RVCTZI>
  519. <RVCTOtherData>0</RVCTOtherData>
  520. <ModuleSelection>0</ModuleSelection>
  521. <IncludeInBuild>1</IncludeInBuild>
  522. <AlwaysBuild>2</AlwaysBuild>
  523. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  524. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  525. <PublicsOnly>2</PublicsOnly>
  526. <StopOnExitCode>11</StopOnExitCode>
  527. <CustomArgument></CustomArgument>
  528. <IncludeLibraryModules></IncludeLibraryModules>
  529. <ComprImg>1</ComprImg>
  530. </CommonProperty>
  531. <FileArmAds>
  532. <Cads>
  533. <interw>2</interw>
  534. <Optim>0</Optim>
  535. <oTime>2</oTime>
  536. <SplitLS>2</SplitLS>
  537. <OneElfS>2</OneElfS>
  538. <Strict>2</Strict>
  539. <EnumInt>2</EnumInt>
  540. <PlainCh>2</PlainCh>
  541. <Ropi>2</Ropi>
  542. <Rwpi>2</Rwpi>
  543. <wLevel>0</wLevel>
  544. <uThumb>2</uThumb>
  545. <uSurpInc>2</uSurpInc>
  546. <uC99>2</uC99>
  547. <uGnu>2</uGnu>
  548. <useXO>2</useXO>
  549. <v6Lang>0</v6Lang>
  550. <v6LangP>0</v6LangP>
  551. <vShortEn>2</vShortEn>
  552. <vShortWch>2</vShortWch>
  553. <v6Lto>2</v6Lto>
  554. <v6WtE>2</v6WtE>
  555. <v6Rtti>2</v6Rtti>
  556. <VariousControls>
  557. <MiscControls></MiscControls>
  558. <Define></Define>
  559. <Undefine></Undefine>
  560. <IncludePath></IncludePath>
  561. </VariousControls>
  562. </Cads>
  563. </FileArmAds>
  564. </FileOption>
  565. </File>
  566. <File>
  567. <FileName>iwdg.c</FileName>
  568. <FileType>1</FileType>
  569. <FilePath>../Core/Src/iwdg.c</FilePath>
  570. <FileOption>
  571. <CommonProperty>
  572. <UseCPPCompiler>2</UseCPPCompiler>
  573. <RVCTCodeConst>0</RVCTCodeConst>
  574. <RVCTZI>0</RVCTZI>
  575. <RVCTOtherData>0</RVCTOtherData>
  576. <ModuleSelection>0</ModuleSelection>
  577. <IncludeInBuild>1</IncludeInBuild>
  578. <AlwaysBuild>2</AlwaysBuild>
  579. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  580. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  581. <PublicsOnly>2</PublicsOnly>
  582. <StopOnExitCode>11</StopOnExitCode>
  583. <CustomArgument></CustomArgument>
  584. <IncludeLibraryModules></IncludeLibraryModules>
  585. <ComprImg>1</ComprImg>
  586. </CommonProperty>
  587. <FileArmAds>
  588. <Cads>
  589. <interw>2</interw>
  590. <Optim>0</Optim>
  591. <oTime>2</oTime>
  592. <SplitLS>2</SplitLS>
  593. <OneElfS>2</OneElfS>
  594. <Strict>2</Strict>
  595. <EnumInt>2</EnumInt>
  596. <PlainCh>2</PlainCh>
  597. <Ropi>2</Ropi>
  598. <Rwpi>2</Rwpi>
  599. <wLevel>0</wLevel>
  600. <uThumb>2</uThumb>
  601. <uSurpInc>2</uSurpInc>
  602. <uC99>2</uC99>
  603. <uGnu>2</uGnu>
  604. <useXO>2</useXO>
  605. <v6Lang>0</v6Lang>
  606. <v6LangP>0</v6LangP>
  607. <vShortEn>2</vShortEn>
  608. <vShortWch>2</vShortWch>
  609. <v6Lto>2</v6Lto>
  610. <v6WtE>2</v6WtE>
  611. <v6Rtti>2</v6Rtti>
  612. <VariousControls>
  613. <MiscControls></MiscControls>
  614. <Define></Define>
  615. <Undefine></Undefine>
  616. <IncludePath></IncludePath>
  617. </VariousControls>
  618. </Cads>
  619. </FileArmAds>
  620. </FileOption>
  621. </File>
  622. <File>
  623. <FileName>usart.c</FileName>
  624. <FileType>1</FileType>
  625. <FilePath>../Core/Src/usart.c</FilePath>
  626. </File>
  627. <File>
  628. <FileName>stm32l4xx_it.c</FileName>
  629. <FileType>1</FileType>
  630. <FilePath>../Core/Src/stm32l4xx_it.c</FilePath>
  631. </File>
  632. <File>
  633. <FileName>stm32l4xx_hal_msp.c</FileName>
  634. <FileType>1</FileType>
  635. <FilePath>../Core/Src/stm32l4xx_hal_msp.c</FilePath>
  636. </File>
  637. <File>
  638. <FileName>stm32l4xx_hal_timebase_tim.c</FileName>
  639. <FileType>1</FileType>
  640. <FilePath>../Core/Src/stm32l4xx_hal_timebase_tim.c</FilePath>
  641. </File>
  642. </Files>
  643. </Group>
  644. <Group>
  645. <GroupName>Drivers/STM32L4xx_HAL_Driver</GroupName>
  646. <Files>
  647. <File>
  648. <FileName>stm32l4xx_hal_crc.c</FileName>
  649. <FileType>1</FileType>
  650. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_crc.c</FilePath>
  651. <FileOption>
  652. <CommonProperty>
  653. <UseCPPCompiler>2</UseCPPCompiler>
  654. <RVCTCodeConst>0</RVCTCodeConst>
  655. <RVCTZI>0</RVCTZI>
  656. <RVCTOtherData>0</RVCTOtherData>
  657. <ModuleSelection>0</ModuleSelection>
  658. <IncludeInBuild>1</IncludeInBuild>
  659. <AlwaysBuild>2</AlwaysBuild>
  660. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  661. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  662. <PublicsOnly>2</PublicsOnly>
  663. <StopOnExitCode>11</StopOnExitCode>
  664. <CustomArgument></CustomArgument>
  665. <IncludeLibraryModules></IncludeLibraryModules>
  666. <ComprImg>1</ComprImg>
  667. </CommonProperty>
  668. <FileArmAds>
  669. <Cads>
  670. <interw>2</interw>
  671. <Optim>0</Optim>
  672. <oTime>2</oTime>
  673. <SplitLS>2</SplitLS>
  674. <OneElfS>2</OneElfS>
  675. <Strict>2</Strict>
  676. <EnumInt>2</EnumInt>
  677. <PlainCh>2</PlainCh>
  678. <Ropi>2</Ropi>
  679. <Rwpi>2</Rwpi>
  680. <wLevel>0</wLevel>
  681. <uThumb>2</uThumb>
  682. <uSurpInc>2</uSurpInc>
  683. <uC99>2</uC99>
  684. <uGnu>2</uGnu>
  685. <useXO>2</useXO>
  686. <v6Lang>0</v6Lang>
  687. <v6LangP>0</v6LangP>
  688. <vShortEn>2</vShortEn>
  689. <vShortWch>2</vShortWch>
  690. <v6Lto>2</v6Lto>
  691. <v6WtE>2</v6WtE>
  692. <v6Rtti>2</v6Rtti>
  693. <VariousControls>
  694. <MiscControls></MiscControls>
  695. <Define></Define>
  696. <Undefine></Undefine>
  697. <IncludePath></IncludePath>
  698. </VariousControls>
  699. </Cads>
  700. </FileArmAds>
  701. </FileOption>
  702. </File>
  703. <File>
  704. <FileName>stm32l4xx_hal_crc_ex.c</FileName>
  705. <FileType>1</FileType>
  706. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_crc_ex.c</FilePath>
  707. <FileOption>
  708. <CommonProperty>
  709. <UseCPPCompiler>2</UseCPPCompiler>
  710. <RVCTCodeConst>0</RVCTCodeConst>
  711. <RVCTZI>0</RVCTZI>
  712. <RVCTOtherData>0</RVCTOtherData>
  713. <ModuleSelection>0</ModuleSelection>
  714. <IncludeInBuild>1</IncludeInBuild>
  715. <AlwaysBuild>2</AlwaysBuild>
  716. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  717. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  718. <PublicsOnly>2</PublicsOnly>
  719. <StopOnExitCode>11</StopOnExitCode>
  720. <CustomArgument></CustomArgument>
  721. <IncludeLibraryModules></IncludeLibraryModules>
  722. <ComprImg>1</ComprImg>
  723. </CommonProperty>
  724. <FileArmAds>
  725. <Cads>
  726. <interw>2</interw>
  727. <Optim>0</Optim>
  728. <oTime>2</oTime>
  729. <SplitLS>2</SplitLS>
  730. <OneElfS>2</OneElfS>
  731. <Strict>2</Strict>
  732. <EnumInt>2</EnumInt>
  733. <PlainCh>2</PlainCh>
  734. <Ropi>2</Ropi>
  735. <Rwpi>2</Rwpi>
  736. <wLevel>0</wLevel>
  737. <uThumb>2</uThumb>
  738. <uSurpInc>2</uSurpInc>
  739. <uC99>2</uC99>
  740. <uGnu>2</uGnu>
  741. <useXO>2</useXO>
  742. <v6Lang>0</v6Lang>
  743. <v6LangP>0</v6LangP>
  744. <vShortEn>2</vShortEn>
  745. <vShortWch>2</vShortWch>
  746. <v6Lto>2</v6Lto>
  747. <v6WtE>2</v6WtE>
  748. <v6Rtti>2</v6Rtti>
  749. <VariousControls>
  750. <MiscControls></MiscControls>
  751. <Define></Define>
  752. <Undefine></Undefine>
  753. <IncludePath></IncludePath>
  754. </VariousControls>
  755. </Cads>
  756. </FileArmAds>
  757. </FileOption>
  758. </File>
  759. <File>
  760. <FileName>stm32l4xx_hal.c</FileName>
  761. <FileType>1</FileType>
  762. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c</FilePath>
  763. </File>
  764. <File>
  765. <FileName>stm32l4xx_hal_rcc.c</FileName>
  766. <FileType>1</FileType>
  767. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c</FilePath>
  768. </File>
  769. <File>
  770. <FileName>stm32l4xx_hal_rcc_ex.c</FileName>
  771. <FileType>1</FileType>
  772. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c</FilePath>
  773. </File>
  774. <File>
  775. <FileName>stm32l4xx_hal_flash.c</FileName>
  776. <FileType>1</FileType>
  777. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c</FilePath>
  778. </File>
  779. <File>
  780. <FileName>stm32l4xx_hal_flash_ex.c</FileName>
  781. <FileType>1</FileType>
  782. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c</FilePath>
  783. </File>
  784. <File>
  785. <FileName>stm32l4xx_hal_flash_ramfunc.c</FileName>
  786. <FileType>1</FileType>
  787. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c</FilePath>
  788. </File>
  789. <File>
  790. <FileName>stm32l4xx_hal_gpio.c</FileName>
  791. <FileType>1</FileType>
  792. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c</FilePath>
  793. </File>
  794. <File>
  795. <FileName>stm32l4xx_hal_dma.c</FileName>
  796. <FileType>1</FileType>
  797. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c</FilePath>
  798. </File>
  799. <File>
  800. <FileName>stm32l4xx_hal_dma_ex.c</FileName>
  801. <FileType>1</FileType>
  802. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c</FilePath>
  803. </File>
  804. <File>
  805. <FileName>stm32l4xx_hal_pwr.c</FileName>
  806. <FileType>1</FileType>
  807. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c</FilePath>
  808. </File>
  809. <File>
  810. <FileName>stm32l4xx_hal_pwr_ex.c</FileName>
  811. <FileType>1</FileType>
  812. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c</FilePath>
  813. </File>
  814. <File>
  815. <FileName>stm32l4xx_hal_cortex.c</FileName>
  816. <FileType>1</FileType>
  817. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c</FilePath>
  818. </File>
  819. <File>
  820. <FileName>stm32l4xx_hal_exti.c</FileName>
  821. <FileType>1</FileType>
  822. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c</FilePath>
  823. </File>
  824. <File>
  825. <FileName>stm32l4xx_hal_iwdg.c</FileName>
  826. <FileType>1</FileType>
  827. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_iwdg.c</FilePath>
  828. <FileOption>
  829. <CommonProperty>
  830. <UseCPPCompiler>2</UseCPPCompiler>
  831. <RVCTCodeConst>0</RVCTCodeConst>
  832. <RVCTZI>0</RVCTZI>
  833. <RVCTOtherData>0</RVCTOtherData>
  834. <ModuleSelection>0</ModuleSelection>
  835. <IncludeInBuild>1</IncludeInBuild>
  836. <AlwaysBuild>2</AlwaysBuild>
  837. <GenerateAssemblyFile>2</GenerateAssemblyFile>
  838. <AssembleAssemblyFile>2</AssembleAssemblyFile>
  839. <PublicsOnly>2</PublicsOnly>
  840. <StopOnExitCode>11</StopOnExitCode>
  841. <CustomArgument></CustomArgument>
  842. <IncludeLibraryModules></IncludeLibraryModules>
  843. <ComprImg>1</ComprImg>
  844. </CommonProperty>
  845. <FileArmAds>
  846. <Cads>
  847. <interw>2</interw>
  848. <Optim>0</Optim>
  849. <oTime>2</oTime>
  850. <SplitLS>2</SplitLS>
  851. <OneElfS>2</OneElfS>
  852. <Strict>2</Strict>
  853. <EnumInt>2</EnumInt>
  854. <PlainCh>2</PlainCh>
  855. <Ropi>2</Ropi>
  856. <Rwpi>2</Rwpi>
  857. <wLevel>0</wLevel>
  858. <uThumb>2</uThumb>
  859. <uSurpInc>2</uSurpInc>
  860. <uC99>2</uC99>
  861. <uGnu>2</uGnu>
  862. <useXO>2</useXO>
  863. <v6Lang>0</v6Lang>
  864. <v6LangP>0</v6LangP>
  865. <vShortEn>2</vShortEn>
  866. <vShortWch>2</vShortWch>
  867. <v6Lto>2</v6Lto>
  868. <v6WtE>2</v6WtE>
  869. <v6Rtti>2</v6Rtti>
  870. <VariousControls>
  871. <MiscControls></MiscControls>
  872. <Define></Define>
  873. <Undefine></Undefine>
  874. <IncludePath></IncludePath>
  875. </VariousControls>
  876. </Cads>
  877. </FileArmAds>
  878. </FileOption>
  879. </File>
  880. <File>
  881. <FileName>stm32l4xx_hal_tim.c</FileName>
  882. <FileType>1</FileType>
  883. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c</FilePath>
  884. </File>
  885. <File>
  886. <FileName>stm32l4xx_hal_tim_ex.c</FileName>
  887. <FileType>1</FileType>
  888. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c</FilePath>
  889. </File>
  890. <File>
  891. <FileName>stm32l4xx_hal_uart.c</FileName>
  892. <FileType>1</FileType>
  893. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart.c</FilePath>
  894. </File>
  895. <File>
  896. <FileName>stm32l4xx_hal_uart_ex.c</FileName>
  897. <FileType>1</FileType>
  898. <FilePath>../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_uart_ex.c</FilePath>
  899. </File>
  900. </Files>
  901. </Group>
  902. <Group>
  903. <GroupName>Drivers/CMSIS</GroupName>
  904. <Files>
  905. <File>
  906. <FileName>system_stm32l4xx.c</FileName>
  907. <FileType>1</FileType>
  908. <FilePath>../Core/Src/system_stm32l4xx.c</FilePath>
  909. </File>
  910. </Files>
  911. </Group>
  912. <Group>
  913. <GroupName>Middlewares/FreeRTOS</GroupName>
  914. <Files>
  915. <File>
  916. <FileName>croutine.c</FileName>
  917. <FileType>1</FileType>
  918. <FilePath>../Middlewares/Third_Party/FreeRTOS/Source/croutine.c</FilePath>
  919. </File>
  920. <File>
  921. <FileName>event_groups.c</FileName>
  922. <FileType>1</FileType>
  923. <FilePath>../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c</FilePath>
  924. </File>
  925. <File>
  926. <FileName>list.c</FileName>
  927. <FileType>1</FileType>
  928. <FilePath>../Middlewares/Third_Party/FreeRTOS/Source/list.c</FilePath>
  929. </File>
  930. <File>
  931. <FileName>queue.c</FileName>
  932. <FileType>1</FileType>
  933. <FilePath>../Middlewares/Third_Party/FreeRTOS/Source/queue.c</FilePath>
  934. </File>
  935. <File>
  936. <FileName>stream_buffer.c</FileName>
  937. <FileType>1</FileType>
  938. <FilePath>../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c</FilePath>
  939. </File>
  940. <File>
  941. <FileName>tasks.c</FileName>
  942. <FileType>1</FileType>
  943. <FilePath>../Middlewares/Third_Party/FreeRTOS/Source/tasks.c</FilePath>
  944. </File>
  945. <File>
  946. <FileName>timers.c</FileName>
  947. <FileType>1</FileType>
  948. <FilePath>../Middlewares/Third_Party/FreeRTOS/Source/timers.c</FilePath>
  949. </File>
  950. <File>
  951. <FileName>cmsis_os2.c</FileName>
  952. <FileType>1</FileType>
  953. <FilePath>../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c</FilePath>
  954. </File>
  955. <File>
  956. <FileName>heap_4.c</FileName>
  957. <FileType>1</FileType>
  958. <FilePath>../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c</FilePath>
  959. </File>
  960. <File>
  961. <FileName>port.c</FileName>
  962. <FileType>1</FileType>
  963. <FilePath>../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c</FilePath>
  964. </File>
  965. </Files>
  966. </Group>
  967. <Group>
  968. <GroupName>::CMSIS</GroupName>
  969. </Group>
  970. </Groups>
  971. </Target>
  972. </Targets>
  973. <RTE>
  974. <apis/>
  975. <components>
  976. <component Cclass="CMSIS" Cgroup="CORE" Cvendor="ARM" Cversion="4.3.0" condition="CMSIS Core">
  977. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="4.5.0"/>
  978. <targetInfos>
  979. <targetInfo name="STM32L431RCT6"/>
  980. </targetInfos>
  981. </component>
  982. </components>
  983. <files/>
  984. </RTE>
  985. </Project>