Advertisement
Guest User

Untitled

a guest
Feb 14th, 2020
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 161.92 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. In file included from sketch\globals.h:82,
  12. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\speeduino.ino:24:
  13. board_stm32_official.h:163:22: error: 'TIM8' was not declared in this scope
  14. 163 | HardwareTimer Timer8(TIM8);
  15. | ^~~~
  16. sketch\board_stm32_official.h:163:22: note: the macro 'TIM8' had not yet been defined
  17. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  18. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  19. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:1103: note: it was later defined here
  20. 1103 | #define TIM8 ((TIM_TypeDef *) TIM8_BASE)
  21. |
  22. In file included from sketch\globals.h:82,
  23. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\speeduino.ino:24:
  24. board_stm32_official.h:183:26: error: 'PD6' was not declared in this scope; did you mean 'D6'?
  25. 183 | HardwareSerial CANSerial(PD6,PD5);
  26. | ^~~
  27. | D6
  28. board_stm32_official.h:183:30: error: 'PD5' was not declared in this scope; did you mean 'D5'?
  29. 183 | HardwareSerial CANSerial(PD6,PD5);
  30. | ^~~
  31. | D5
  32. C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\init.ino: In function 'void setPinMapping(byte)':
  33. init:985:16: error: 'A13' was not declared in this scope; did you mean 'A3'?
  34. 985 | pinFan = A13; //Pin for the fan output
  35. | ^~~
  36. | A3
  37. init:1102:18: error: 'PC1' was not declared in this scope; did you mean 'PC_1'?
  38. 1102 | pinBat = PC1; //ADC123
  39. | ^~~
  40. | PC_1
  41. init:1107:20: error: 'PC6' was not declared in this scope; did you mean 'PC_6'?
  42. 1107 | pinVVT_1 = PC6; //
  43. | ^~~
  44. | PC_6
  45. init:1108:27: error: 'PC7' was not declared in this scope; did you mean 'PC_7'?
  46. 1108 | pinDisplayReset = PC7; //
  47. | ^~~
  48. | PC_7
  49. init:1124:20: error: 'PD3' was not declared in this scope; did you mean 'D3'?
  50. 1124 | pinCoil1 = PD3; //
  51. | ^~~
  52. | D3
  53. init:1125:20: error: 'PD4' was not declared in this scope; did you mean 'D4'?
  54. 1125 | pinCoil2 = PD4; //
  55. | ^~~
  56. | D4
  57. init:1128:20: error: 'PD7' was not declared in this scope; did you mean 'D7'?
  58. 1128 | pinCoil3 = PD7; //
  59. | ^~~
  60. | D7
  61. init:1129:20: error: 'PD8' was not declared in this scope; did you mean 'D8'?
  62. 1129 | pinCoil4 = PD8; //
  63. | ^~~
  64. | D8
  65. init:1130:20: error: 'PD9' was not declared in this scope; did you mean 'D9'?
  66. 1130 | pinCoil5 = PD9;//
  67. | ^~~
  68. | D9
  69. init:1131:18: error: 'PD10' was not declared in this scope; did you mean 'D10'?
  70. 1131 | pinFan = PD10; //
  71. | ^~~~
  72. | D10
  73. init:1141:25: error: 'PE0' was not declared in this scope; did you mean 'PE_0'?
  74. 1141 | pinStepperDir = PE0; //
  75. | ^~~
  76. | PE_0
  77. init:1142:26: error: 'PE1' was not declared in this scope; did you mean 'PE_1'?
  78. 1142 | pinStepperStep = PE1; //
  79. | ^~~
  80. | PE_1
  81. init:1143:28: error: 'PE2' was not declared in this scope; did you mean 'PE_2'?
  82. 1143 | pinStepperEnable = PE2; //
  83. | ^~~
  84. | PE_2
  85. init:1146:19: error: 'PE5' was not declared in this scope; did you mean 'PE_5'?
  86. 1146 | pinFlex = PE5; //
  87. | ^~~
  88. | PE_5
  89. init:1147:22: error: 'PE6' was not declared in this scope; did you mean 'PE_6'?
  90. 1147 | pinTrigger = PE6; //
  91. | ^~~
  92. | PE_6
  93. init:1148:24: error: 'PE7' was not declared in this scope; did you mean 'PE_7'?
  94. 1148 | pinInjector1 = PE7; //
  95. | ^~~
  96. | PE_7
  97. init:1149:24: error: 'PE8' was not declared in this scope; did you mean 'PE_8'?
  98. 1149 | pinInjector2 = PE8; //
  99. | ^~~
  100. | PE_8
  101. init:1150:24: error: 'PE9' was not declared in this scope; did you mean 'PE_9'?
  102. 1150 | pinInjector3 = PE9; //
  103. | ^~~
  104. | PE_9
  105. init:1151:24: error: 'PE10' was not declared in this scope; did you mean 'PE_10'?
  106. 1151 | pinInjector4 = PE10; //
  107. | ^~~~
  108. | PE_10
  109. init:1152:24: error: 'PE11' was not declared in this scope; did you mean 'PE_11'?
  110. 1152 | pinInjector5 = PE11; //
  111. | ^~~~
  112. | PE_11
  113. init:1153:24: error: 'PE12' was not declared in this scope; did you mean 'PE_12'?
  114. 1153 | pinInjector6 = PE12; //
  115. | ^~~~
  116. | PE_12
  117. init:1154:23: error: 'PE13' was not declared in this scope; did you mean 'PE_13'?
  118. 1154 | pinTrigger2 = PE13; //
  119. | ^~~~
  120. | PE_13
  121. init:1705:20: error: 'PB11' was not declared in this scope; did you mean 'PB_11'?
  122. 1705 | pinIdle1 = PB11; //RXD3
  123. | ^~~~
  124. | PB_11
  125. init:1715:18: error: 'PC0' was not declared in this scope; did you mean 'PC_0'?
  126. 1715 | pinMAP = PC0; //ADC123
  127. | ^~~
  128. | PC_0
  129. init:1717:18: error: 'PC2' was not declared in this scope; did you mean 'PC_2'?
  130. 1717 | pinIAT = PC2; //ADC123
  131. | ^~~
  132. | PC_2
  133. init:1718:18: error: 'PC3' was not declared in this scope; did you mean 'PC_3'?
  134. 1718 | pinCLT = PC3; //ADC123
  135. | ^~~
  136. | PC_3
  137. init:1719:17: error: 'PC4' was not declared in this scope; did you mean 'PC_4'?
  138. 1719 | pinO2 = PC4; //ADC12
  139. | ^~~
  140. | PC_4
  141. init:1751:22: error: 'PD13' was not declared in this scope; did you mean 'D13'?
  142. 1751 | pinTrigger = PD13; //
  143. | ^~~~
  144. | D13
  145. init:1752:23: error: 'PD14' was not declared in this scope; did you mean 'D14'?
  146. 1752 | pinTrigger2 = PD14; //
  147. | ^~~~
  148. | D14
  149. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  150. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  151. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h: At global scope:
  152. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:85:34: error: 'NonMaskableInt_IRQn' conflicts with a previous declaration
  153. 85 | NonMaskableInt_IRQn = -14, /*!< 2 Non Maskable Interrupt */
  154. | ^~
  155. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  156. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  157. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  158. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  159. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  160. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  161. from sketch\speeduino.ino.cpp:1:
  162. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:85:3: note: previous declaration 'IRQn_Type NonMaskableInt_IRQn'
  163. 85 | NonMaskableInt_IRQn = -14, /*!< 2 Non Maskable Interrupt */
  164. | ^~~~~~~~~~~~~~~~~~~
  165. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  166. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  167. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:86:34: error: 'MemoryManagement_IRQn' conflicts with a previous declaration
  168. 86 | MemoryManagement_IRQn = -12, /*!< 4 Cortex-M4 Memory Management Interrupt */
  169. | ^~
  170. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  171. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  172. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  173. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  174. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  175. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  176. from sketch\speeduino.ino.cpp:1:
  177. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:86:3: note: previous declaration 'IRQn_Type MemoryManagement_IRQn'
  178. 86 | MemoryManagement_IRQn = -12, /*!< 4 Cortex-M4 Memory Management Interrupt */
  179. | ^~~~~~~~~~~~~~~~~~~~~
  180. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  181. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  182. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:87:34: error: 'BusFault_IRQn' conflicts with a previous declaration
  183. 87 | BusFault_IRQn = -11, /*!< 5 Cortex-M4 Bus Fault Interrupt */
  184. | ^~
  185. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  186. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  187. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  188. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  189. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  190. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  191. from sketch\speeduino.ino.cpp:1:
  192. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:87:3: note: previous declaration 'IRQn_Type BusFault_IRQn'
  193. 87 | BusFault_IRQn = -11, /*!< 5 Cortex-M4 Bus Fault Interrupt */
  194. | ^~~~~~~~~~~~~
  195. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  196. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  197. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:88:34: error: 'UsageFault_IRQn' conflicts with a previous declaration
  198. 88 | UsageFault_IRQn = -10, /*!< 6 Cortex-M4 Usage Fault Interrupt */
  199. | ^~
  200. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  201. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  202. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  203. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  204. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  205. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  206. from sketch\speeduino.ino.cpp:1:
  207. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:88:3: note: previous declaration 'IRQn_Type UsageFault_IRQn'
  208. 88 | UsageFault_IRQn = -10, /*!< 6 Cortex-M4 Usage Fault Interrupt */
  209. | ^~~~~~~~~~~~~~~
  210. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  211. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  212. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:89:34: error: 'SVCall_IRQn' conflicts with a previous declaration
  213. 89 | SVCall_IRQn = -5, /*!< 11 Cortex-M4 SV Call Interrupt */
  214. | ^
  215. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  216. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  217. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  218. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  219. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  220. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  221. from sketch\speeduino.ino.cpp:1:
  222. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:89:3: note: previous declaration 'IRQn_Type SVCall_IRQn'
  223. 89 | SVCall_IRQn = -5, /*!< 11 Cortex-M4 SV Call Interrupt */
  224. | ^~~~~~~~~~~
  225. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  226. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  227. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:90:34: error: 'DebugMonitor_IRQn' conflicts with a previous declaration
  228. 90 | DebugMonitor_IRQn = -4, /*!< 12 Cortex-M4 Debug Monitor Interrupt */
  229. | ^
  230. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  231. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  232. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  233. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  234. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  235. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  236. from sketch\speeduino.ino.cpp:1:
  237. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:90:3: note: previous declaration 'IRQn_Type DebugMonitor_IRQn'
  238. 90 | DebugMonitor_IRQn = -4, /*!< 12 Cortex-M4 Debug Monitor Interrupt */
  239. | ^~~~~~~~~~~~~~~~~
  240. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  241. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  242. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:91:34: error: 'PendSV_IRQn' conflicts with a previous declaration
  243. 91 | PendSV_IRQn = -2, /*!< 14 Cortex-M4 Pend SV Interrupt */
  244. | ^
  245. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  246. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  247. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  248. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  249. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  250. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  251. from sketch\speeduino.ino.cpp:1:
  252. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:91:3: note: previous declaration 'IRQn_Type PendSV_IRQn'
  253. 91 | PendSV_IRQn = -2, /*!< 14 Cortex-M4 Pend SV Interrupt */
  254. | ^~~~~~~~~~~
  255. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  256. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  257. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:92:34: error: 'SysTick_IRQn' conflicts with a previous declaration
  258. 92 | SysTick_IRQn = -1, /*!< 15 Cortex-M4 System Tick Interrupt */
  259. | ^
  260. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  261. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  262. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  263. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  264. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  265. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  266. from sketch\speeduino.ino.cpp:1:
  267. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:92:3: note: previous declaration 'IRQn_Type SysTick_IRQn'
  268. 92 | SysTick_IRQn = -1, /*!< 15 Cortex-M4 System Tick Interrupt */
  269. | ^~~~~~~~~~~~
  270. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  271. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  272. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:94:33: error: 'WWDG_IRQn' conflicts with a previous declaration
  273. 94 | WWDG_IRQn = 0, /*!< Window WatchDog Interrupt */
  274. | ^
  275. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  276. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  277. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  278. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  279. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  280. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  281. from sketch\speeduino.ino.cpp:1:
  282. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:94:3: note: previous declaration 'IRQn_Type WWDG_IRQn'
  283. 94 | WWDG_IRQn = 0, /*!< Window WatchDog Interrupt */
  284. | ^~~~~~~~~
  285. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  286. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  287. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:95:33: error: 'PVD_IRQn' conflicts with a previous declaration
  288. 95 | PVD_IRQn = 1, /*!< PVD through EXTI Line detection Interrupt */
  289. | ^
  290. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  291. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  292. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  293. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  294. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  295. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  296. from sketch\speeduino.ino.cpp:1:
  297. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:95:3: note: previous declaration 'IRQn_Type PVD_IRQn'
  298. 95 | PVD_IRQn = 1, /*!< PVD through EXTI Line detection Interrupt */
  299. | ^~~~~~~~
  300. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  301. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  302. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:96:33: error: 'TAMP_STAMP_IRQn' conflicts with a previous declaration
  303. 96 | TAMP_STAMP_IRQn = 2, /*!< Tamper and TimeStamp interrupts through the EXTI line */
  304. | ^
  305. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  306. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  307. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  308. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  309. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  310. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  311. from sketch\speeduino.ino.cpp:1:
  312. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:96:3: note: previous declaration 'IRQn_Type TAMP_STAMP_IRQn'
  313. 96 | TAMP_STAMP_IRQn = 2, /*!< Tamper and TimeStamp interrupts through the EXTI line */
  314. | ^~~~~~~~~~~~~~~
  315. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  316. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  317. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:97:33: error: 'RTC_WKUP_IRQn' conflicts with a previous declaration
  318. 97 | RTC_WKUP_IRQn = 3, /*!< RTC Wakeup interrupt through the EXTI line */
  319. | ^
  320. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  321. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  322. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  323. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  324. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  325. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  326. from sketch\speeduino.ino.cpp:1:
  327. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:97:3: note: previous declaration 'IRQn_Type RTC_WKUP_IRQn'
  328. 97 | RTC_WKUP_IRQn = 3, /*!< RTC Wakeup interrupt through the EXTI line */
  329. | ^~~~~~~~~~~~~
  330. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  331. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  332. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:98:33: error: 'FLASH_IRQn' conflicts with a previous declaration
  333. 98 | FLASH_IRQn = 4, /*!< FLASH global Interrupt */
  334. | ^
  335. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  336. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  337. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  338. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  339. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  340. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  341. from sketch\speeduino.ino.cpp:1:
  342. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:98:3: note: previous declaration 'IRQn_Type FLASH_IRQn'
  343. 98 | FLASH_IRQn = 4, /*!< FLASH global Interrupt */
  344. | ^~~~~~~~~~
  345. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  346. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  347. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:99:33: error: 'RCC_IRQn' conflicts with a previous declaration
  348. 99 | RCC_IRQn = 5, /*!< RCC global Interrupt */
  349. | ^
  350. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  351. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  352. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  353. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  354. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  355. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  356. from sketch\speeduino.ino.cpp:1:
  357. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:99:3: note: previous declaration 'IRQn_Type RCC_IRQn'
  358. 99 | RCC_IRQn = 5, /*!< RCC global Interrupt */
  359. | ^~~~~~~~
  360. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  361. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  362. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:100:33: error: 'EXTI0_IRQn' conflicts with a previous declaration
  363. 100 | EXTI0_IRQn = 6, /*!< EXTI Line0 Interrupt */
  364. | ^
  365. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  366. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  367. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  368. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  369. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  370. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  371. from sketch\speeduino.ino.cpp:1:
  372. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:100:3: note: previous declaration 'IRQn_Type EXTI0_IRQn'
  373. 100 | EXTI0_IRQn = 6, /*!< EXTI Line0 Interrupt */
  374. | ^~~~~~~~~~
  375. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  376. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  377. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:101:33: error: 'EXTI1_IRQn' conflicts with a previous declaration
  378. 101 | EXTI1_IRQn = 7, /*!< EXTI Line1 Interrupt */
  379. | ^
  380. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  381. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  382. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  383. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  384. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  385. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  386. from sketch\speeduino.ino.cpp:1:
  387. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:101:3: note: previous declaration 'IRQn_Type EXTI1_IRQn'
  388. 101 | EXTI1_IRQn = 7, /*!< EXTI Line1 Interrupt */
  389. | ^~~~~~~~~~
  390. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  391. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  392. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:102:33: error: 'EXTI2_IRQn' conflicts with a previous declaration
  393. 102 | EXTI2_IRQn = 8, /*!< EXTI Line2 Interrupt */
  394. | ^
  395. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  396. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  397. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  398. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  399. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  400. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  401. from sketch\speeduino.ino.cpp:1:
  402. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:102:3: note: previous declaration 'IRQn_Type EXTI2_IRQn'
  403. 102 | EXTI2_IRQn = 8, /*!< EXTI Line2 Interrupt */
  404. | ^~~~~~~~~~
  405. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  406. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  407. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:103:33: error: 'EXTI3_IRQn' conflicts with a previous declaration
  408. 103 | EXTI3_IRQn = 9, /*!< EXTI Line3 Interrupt */
  409. | ^
  410. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  411. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  412. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  413. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  414. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  415. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  416. from sketch\speeduino.ino.cpp:1:
  417. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:103:3: note: previous declaration 'IRQn_Type EXTI3_IRQn'
  418. 103 | EXTI3_IRQn = 9, /*!< EXTI Line3 Interrupt */
  419. | ^~~~~~~~~~
  420. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  421. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  422. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:104:33: error: 'EXTI4_IRQn' conflicts with a previous declaration
  423. 104 | EXTI4_IRQn = 10, /*!< EXTI Line4 Interrupt */
  424. | ^~
  425. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  426. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  427. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  428. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  429. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  430. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  431. from sketch\speeduino.ino.cpp:1:
  432. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:104:3: note: previous declaration 'IRQn_Type EXTI4_IRQn'
  433. 104 | EXTI4_IRQn = 10, /*!< EXTI Line4 Interrupt */
  434. | ^~~~~~~~~~
  435. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  436. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  437. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:105:33: error: 'DMA1_Stream0_IRQn' conflicts with a previous declaration
  438. 105 | DMA1_Stream0_IRQn = 11, /*!< DMA1 Stream 0 global Interrupt */
  439. | ^~
  440. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  441. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  442. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  443. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  444. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  445. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  446. from sketch\speeduino.ino.cpp:1:
  447. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:105:3: note: previous declaration 'IRQn_Type DMA1_Stream0_IRQn'
  448. 105 | DMA1_Stream0_IRQn = 11, /*!< DMA1 Stream 0 global Interrupt */
  449. | ^~~~~~~~~~~~~~~~~
  450. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  451. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  452. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:106:33: error: 'DMA1_Stream1_IRQn' conflicts with a previous declaration
  453. 106 | DMA1_Stream1_IRQn = 12, /*!< DMA1 Stream 1 global Interrupt */
  454. | ^~
  455. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  456. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  457. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  458. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  459. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  460. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  461. from sketch\speeduino.ino.cpp:1:
  462. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:106:3: note: previous declaration 'IRQn_Type DMA1_Stream1_IRQn'
  463. 106 | DMA1_Stream1_IRQn = 12, /*!< DMA1 Stream 1 global Interrupt */
  464. | ^~~~~~~~~~~~~~~~~
  465. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  466. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  467. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:107:33: error: 'DMA1_Stream2_IRQn' conflicts with a previous declaration
  468. 107 | DMA1_Stream2_IRQn = 13, /*!< DMA1 Stream 2 global Interrupt */
  469. | ^~
  470. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  471. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  472. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  473. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  474. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  475. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  476. from sketch\speeduino.ino.cpp:1:
  477. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:107:3: note: previous declaration 'IRQn_Type DMA1_Stream2_IRQn'
  478. 107 | DMA1_Stream2_IRQn = 13, /*!< DMA1 Stream 2 global Interrupt */
  479. | ^~~~~~~~~~~~~~~~~
  480. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  481. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  482. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:108:33: error: 'DMA1_Stream3_IRQn' conflicts with a previous declaration
  483. 108 | DMA1_Stream3_IRQn = 14, /*!< DMA1 Stream 3 global Interrupt */
  484. | ^~
  485. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  486. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  487. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  488. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  489. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  490. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  491. from sketch\speeduino.ino.cpp:1:
  492. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:108:3: note: previous declaration 'IRQn_Type DMA1_Stream3_IRQn'
  493. 108 | DMA1_Stream3_IRQn = 14, /*!< DMA1 Stream 3 global Interrupt */
  494. | ^~~~~~~~~~~~~~~~~
  495. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  496. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  497. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:109:33: error: 'DMA1_Stream4_IRQn' conflicts with a previous declaration
  498. 109 | DMA1_Stream4_IRQn = 15, /*!< DMA1 Stream 4 global Interrupt */
  499. | ^~
  500. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  501. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  502. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  503. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  504. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  505. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  506. from sketch\speeduino.ino.cpp:1:
  507. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:109:3: note: previous declaration 'IRQn_Type DMA1_Stream4_IRQn'
  508. 109 | DMA1_Stream4_IRQn = 15, /*!< DMA1 Stream 4 global Interrupt */
  509. | ^~~~~~~~~~~~~~~~~
  510. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  511. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  512. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:110:33: error: 'DMA1_Stream5_IRQn' conflicts with a previous declaration
  513. 110 | DMA1_Stream5_IRQn = 16, /*!< DMA1 Stream 5 global Interrupt */
  514. | ^~
  515. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  516. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  517. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  518. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  519. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  520. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  521. from sketch\speeduino.ino.cpp:1:
  522. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:110:3: note: previous declaration 'IRQn_Type DMA1_Stream5_IRQn'
  523. 110 | DMA1_Stream5_IRQn = 16, /*!< DMA1 Stream 5 global Interrupt */
  524. | ^~~~~~~~~~~~~~~~~
  525. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  526. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  527. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:111:33: error: 'DMA1_Stream6_IRQn' conflicts with a previous declaration
  528. 111 | DMA1_Stream6_IRQn = 17, /*!< DMA1 Stream 6 global Interrupt */
  529. | ^~
  530. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  531. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  532. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  533. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  534. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  535. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  536. from sketch\speeduino.ino.cpp:1:
  537. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:111:3: note: previous declaration 'IRQn_Type DMA1_Stream6_IRQn'
  538. 111 | DMA1_Stream6_IRQn = 17, /*!< DMA1 Stream 6 global Interrupt */
  539. | ^~~~~~~~~~~~~~~~~
  540. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  541. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  542. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:112:33: error: 'ADC_IRQn' conflicts with a previous declaration
  543. 112 | ADC_IRQn = 18, /*!< ADC1, ADC2 and ADC3 global Interrupts */
  544. | ^~
  545. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  546. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  547. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  548. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  549. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  550. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  551. from sketch\speeduino.ino.cpp:1:
  552. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:112:3: note: previous declaration 'IRQn_Type ADC_IRQn'
  553. 112 | ADC_IRQn = 18, /*!< ADC1, ADC2 and ADC3 global Interrupts */
  554. | ^~~~~~~~
  555. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  556. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  557. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:117:33: error: 'EXTI9_5_IRQn' conflicts with a previous declaration
  558. 117 | EXTI9_5_IRQn = 23, /*!< External Line[9:5] Interrupts */
  559. | ^~
  560. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  561. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  562. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  563. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  564. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  565. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  566. from sketch\speeduino.ino.cpp:1:
  567. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:113:3: note: previous declaration 'IRQn_Type EXTI9_5_IRQn'
  568. 113 | EXTI9_5_IRQn = 23, /*!< External Line[9:5] Interrupts */
  569. | ^~~~~~~~~~~~
  570. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  571. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  572. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:118:33: error: 'TIM1_BRK_TIM9_IRQn' conflicts with a previous declaration
  573. 118 | TIM1_BRK_TIM9_IRQn = 24, /*!< TIM1 Break interrupt and TIM9 global interrupt */
  574. | ^~
  575. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  576. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  577. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  578. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  579. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  580. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  581. from sketch\speeduino.ino.cpp:1:
  582. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:114:3: note: previous declaration 'IRQn_Type TIM1_BRK_TIM9_IRQn'
  583. 114 | TIM1_BRK_TIM9_IRQn = 24, /*!< TIM1 Break interrupt and TIM9 global interrupt */
  584. | ^~~~~~~~~~~~~~~~~~
  585. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  586. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  587. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:119:33: error: 'TIM1_UP_TIM10_IRQn' conflicts with a previous declaration
  588. 119 | TIM1_UP_TIM10_IRQn = 25, /*!< TIM1 Update Interrupt and TIM10 global interrupt */
  589. | ^~
  590. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  591. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  592. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  593. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  594. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  595. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  596. from sketch\speeduino.ino.cpp:1:
  597. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:115:3: note: previous declaration 'IRQn_Type TIM1_UP_TIM10_IRQn'
  598. 115 | TIM1_UP_TIM10_IRQn = 25, /*!< TIM1 Update Interrupt and TIM10 global interrupt */
  599. | ^~~~~~~~~~~~~~~~~~
  600. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  601. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  602. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:120:33: error: 'TIM1_TRG_COM_TIM11_IRQn' conflicts with a previous declaration
  603. 120 | TIM1_TRG_COM_TIM11_IRQn = 26, /*!< TIM1 Trigger and Commutation Interrupt and TIM11 global interrupt */
  604. | ^~
  605. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  606. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  607. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  608. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  609. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  610. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  611. from sketch\speeduino.ino.cpp:1:
  612. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:116:3: note: previous declaration 'IRQn_Type TIM1_TRG_COM_TIM11_IRQn'
  613. 116 | TIM1_TRG_COM_TIM11_IRQn = 26, /*!< TIM1 Trigger and Commutation Interrupt and TIM11 global interrupt */
  614. | ^~~~~~~~~~~~~~~~~~~~~~~
  615. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  616. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  617. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:121:33: error: 'TIM1_CC_IRQn' conflicts with a previous declaration
  618. 121 | TIM1_CC_IRQn = 27, /*!< TIM1 Capture Compare Interrupt */
  619. | ^~
  620. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  621. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  622. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  623. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  624. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  625. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  626. from sketch\speeduino.ino.cpp:1:
  627. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:117:3: note: previous declaration 'IRQn_Type TIM1_CC_IRQn'
  628. 117 | TIM1_CC_IRQn = 27, /*!< TIM1 Capture Compare Interrupt */
  629. | ^~~~~~~~~~~~
  630. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  631. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  632. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:122:33: error: 'TIM2_IRQn' conflicts with a previous declaration
  633. 122 | TIM2_IRQn = 28, /*!< TIM2 global Interrupt */
  634. | ^~
  635. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  636. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  637. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  638. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  639. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  640. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  641. from sketch\speeduino.ino.cpp:1:
  642. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:118:3: note: previous declaration 'IRQn_Type TIM2_IRQn'
  643. 118 | TIM2_IRQn = 28, /*!< TIM2 global Interrupt */
  644. | ^~~~~~~~~
  645. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  646. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  647. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:123:33: error: 'TIM3_IRQn' conflicts with a previous declaration
  648. 123 | TIM3_IRQn = 29, /*!< TIM3 global Interrupt */
  649. | ^~
  650. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  651. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  652. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  653. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  654. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  655. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  656. from sketch\speeduino.ino.cpp:1:
  657. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:119:3: note: previous declaration 'IRQn_Type TIM3_IRQn'
  658. 119 | TIM3_IRQn = 29, /*!< TIM3 global Interrupt */
  659. | ^~~~~~~~~
  660. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  661. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  662. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:124:33: error: 'TIM4_IRQn' conflicts with a previous declaration
  663. 124 | TIM4_IRQn = 30, /*!< TIM4 global Interrupt */
  664. | ^~
  665. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  666. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  667. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  668. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  669. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  670. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  671. from sketch\speeduino.ino.cpp:1:
  672. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:120:3: note: previous declaration 'IRQn_Type TIM4_IRQn'
  673. 120 | TIM4_IRQn = 30, /*!< TIM4 global Interrupt */
  674. | ^~~~~~~~~
  675. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  676. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  677. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:125:33: error: 'I2C1_EV_IRQn' conflicts with a previous declaration
  678. 125 | I2C1_EV_IRQn = 31, /*!< I2C1 Event Interrupt */
  679. | ^~
  680. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  681. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  682. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  683. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  684. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  685. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  686. from sketch\speeduino.ino.cpp:1:
  687. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:121:3: note: previous declaration 'IRQn_Type I2C1_EV_IRQn'
  688. 121 | I2C1_EV_IRQn = 31, /*!< I2C1 Event Interrupt */
  689. | ^~~~~~~~~~~~
  690. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  691. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  692. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:126:33: error: 'I2C1_ER_IRQn' conflicts with a previous declaration
  693. 126 | I2C1_ER_IRQn = 32, /*!< I2C1 Error Interrupt */
  694. | ^~
  695. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  696. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  697. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  698. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  699. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  700. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  701. from sketch\speeduino.ino.cpp:1:
  702. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:122:3: note: previous declaration 'IRQn_Type I2C1_ER_IRQn'
  703. 122 | I2C1_ER_IRQn = 32, /*!< I2C1 Error Interrupt */
  704. | ^~~~~~~~~~~~
  705. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  706. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  707. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:127:33: error: 'I2C2_EV_IRQn' conflicts with a previous declaration
  708. 127 | I2C2_EV_IRQn = 33, /*!< I2C2 Event Interrupt */
  709. | ^~
  710. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  711. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  712. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  713. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  714. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  715. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  716. from sketch\speeduino.ino.cpp:1:
  717. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:123:3: note: previous declaration 'IRQn_Type I2C2_EV_IRQn'
  718. 123 | I2C2_EV_IRQn = 33, /*!< I2C2 Event Interrupt */
  719. | ^~~~~~~~~~~~
  720. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  721. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  722. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:128:33: error: 'I2C2_ER_IRQn' conflicts with a previous declaration
  723. 128 | I2C2_ER_IRQn = 34, /*!< I2C2 Error Interrupt */
  724. | ^~
  725. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  726. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  727. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  728. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  729. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  730. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  731. from sketch\speeduino.ino.cpp:1:
  732. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:124:3: note: previous declaration 'IRQn_Type I2C2_ER_IRQn'
  733. 124 | I2C2_ER_IRQn = 34, /*!< I2C2 Error Interrupt */
  734. | ^~~~~~~~~~~~
  735. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  736. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  737. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:129:33: error: 'SPI1_IRQn' conflicts with a previous declaration
  738. 129 | SPI1_IRQn = 35, /*!< SPI1 global Interrupt */
  739. | ^~
  740. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  741. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  742. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  743. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  744. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  745. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  746. from sketch\speeduino.ino.cpp:1:
  747. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:125:3: note: previous declaration 'IRQn_Type SPI1_IRQn'
  748. 125 | SPI1_IRQn = 35, /*!< SPI1 global Interrupt */
  749. | ^~~~~~~~~
  750. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  751. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  752. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:130:33: error: 'SPI2_IRQn' conflicts with a previous declaration
  753. 130 | SPI2_IRQn = 36, /*!< SPI2 global Interrupt */
  754. | ^~
  755. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  756. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  757. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  758. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  759. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  760. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  761. from sketch\speeduino.ino.cpp:1:
  762. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:126:3: note: previous declaration 'IRQn_Type SPI2_IRQn'
  763. 126 | SPI2_IRQn = 36, /*!< SPI2 global Interrupt */
  764. | ^~~~~~~~~
  765. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  766. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  767. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:131:33: error: 'USART1_IRQn' conflicts with a previous declaration
  768. 131 | USART1_IRQn = 37, /*!< USART1 global Interrupt */
  769. | ^~
  770. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  771. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  772. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  773. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  774. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  775. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  776. from sketch\speeduino.ino.cpp:1:
  777. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:127:3: note: previous declaration 'IRQn_Type USART1_IRQn'
  778. 127 | USART1_IRQn = 37, /*!< USART1 global Interrupt */
  779. | ^~~~~~~~~~~
  780. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  781. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  782. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:132:33: error: 'USART2_IRQn' conflicts with a previous declaration
  783. 132 | USART2_IRQn = 38, /*!< USART2 global Interrupt */
  784. | ^~
  785. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  786. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  787. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  788. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  789. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  790. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  791. from sketch\speeduino.ino.cpp:1:
  792. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:128:3: note: previous declaration 'IRQn_Type USART2_IRQn'
  793. 128 | USART2_IRQn = 38, /*!< USART2 global Interrupt */
  794. | ^~~~~~~~~~~
  795. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  796. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  797. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:134:33: error: 'EXTI15_10_IRQn' conflicts with a previous declaration
  798. 134 | EXTI15_10_IRQn = 40, /*!< External Line[15:10] Interrupts */
  799. | ^~
  800. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  801. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  802. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  803. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  804. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  805. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  806. from sketch\speeduino.ino.cpp:1:
  807. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:129:3: note: previous declaration 'IRQn_Type EXTI15_10_IRQn'
  808. 129 | EXTI15_10_IRQn = 40, /*!< External Line[15:10] Interrupts */
  809. | ^~~~~~~~~~~~~~
  810. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  811. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  812. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:135:33: error: 'RTC_Alarm_IRQn' conflicts with a previous declaration
  813. 135 | RTC_Alarm_IRQn = 41, /*!< RTC Alarm (A and B) through EXTI Line Interrupt */
  814. | ^~
  815. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  816. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  817. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  818. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  819. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  820. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  821. from sketch\speeduino.ino.cpp:1:
  822. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:130:3: note: previous declaration 'IRQn_Type RTC_Alarm_IRQn'
  823. 130 | RTC_Alarm_IRQn = 41, /*!< RTC Alarm (A and B) through EXTI Line Interrupt */
  824. | ^~~~~~~~~~~~~~
  825. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  826. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  827. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:136:33: error: 'OTG_FS_WKUP_IRQn' conflicts with a previous declaration
  828. 136 | OTG_FS_WKUP_IRQn = 42, /*!< USB OTG FS Wakeup through EXTI line interrupt */
  829. | ^~
  830. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  831. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  832. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  833. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  834. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  835. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  836. from sketch\speeduino.ino.cpp:1:
  837. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:131:3: note: previous declaration 'IRQn_Type OTG_FS_WKUP_IRQn'
  838. 131 | OTG_FS_WKUP_IRQn = 42, /*!< USB OTG FS Wakeup through EXTI line interrupt */
  839. | ^~~~~~~~~~~~~~~~
  840. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  841. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  842. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:141:33: error: 'DMA1_Stream7_IRQn' conflicts with a previous declaration
  843. 141 | DMA1_Stream7_IRQn = 47, /*!< DMA1 Stream7 Interrupt */
  844. | ^~
  845. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  846. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  847. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  848. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  849. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  850. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  851. from sketch\speeduino.ino.cpp:1:
  852. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:132:3: note: previous declaration 'IRQn_Type DMA1_Stream7_IRQn'
  853. 132 | DMA1_Stream7_IRQn = 47, /*!< DMA1 Stream7 Interrupt */
  854. | ^~~~~~~~~~~~~~~~~
  855. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  856. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  857. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:143:33: error: 'SDIO_IRQn' conflicts with a previous declaration
  858. 143 | SDIO_IRQn = 49, /*!< SDIO global Interrupt */
  859. | ^~
  860. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  861. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  862. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  863. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  864. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  865. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  866. from sketch\speeduino.ino.cpp:1:
  867. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:133:3: note: previous declaration 'IRQn_Type SDIO_IRQn'
  868. 133 | SDIO_IRQn = 49, /*!< SDIO global Interrupt */
  869. | ^~~~~~~~~
  870. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  871. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  872. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:144:33: error: 'TIM5_IRQn' conflicts with a previous declaration
  873. 144 | TIM5_IRQn = 50, /*!< TIM5 global Interrupt */
  874. | ^~
  875. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  876. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  877. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  878. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  879. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  880. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  881. from sketch\speeduino.ino.cpp:1:
  882. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:134:3: note: previous declaration 'IRQn_Type TIM5_IRQn'
  883. 134 | TIM5_IRQn = 50, /*!< TIM5 global Interrupt */
  884. | ^~~~~~~~~
  885. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  886. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  887. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:145:33: error: 'SPI3_IRQn' conflicts with a previous declaration
  888. 145 | SPI3_IRQn = 51, /*!< SPI3 global Interrupt */
  889. | ^~
  890. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  891. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  892. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  893. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  894. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  895. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  896. from sketch\speeduino.ino.cpp:1:
  897. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:135:3: note: previous declaration 'IRQn_Type SPI3_IRQn'
  898. 135 | SPI3_IRQn = 51, /*!< SPI3 global Interrupt */
  899. | ^~~~~~~~~
  900. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  901. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  902. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:150:33: error: 'DMA2_Stream0_IRQn' conflicts with a previous declaration
  903. 150 | DMA2_Stream0_IRQn = 56, /*!< DMA2 Stream 0 global Interrupt */
  904. | ^~
  905. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  906. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  907. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  908. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  909. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  910. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  911. from sketch\speeduino.ino.cpp:1:
  912. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:136:3: note: previous declaration 'IRQn_Type DMA2_Stream0_IRQn'
  913. 136 | DMA2_Stream0_IRQn = 56, /*!< DMA2 Stream 0 global Interrupt */
  914. | ^~~~~~~~~~~~~~~~~
  915. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  916. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  917. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:151:33: error: 'DMA2_Stream1_IRQn' conflicts with a previous declaration
  918. 151 | DMA2_Stream1_IRQn = 57, /*!< DMA2 Stream 1 global Interrupt */
  919. | ^~
  920. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  921. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  922. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  923. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  924. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  925. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  926. from sketch\speeduino.ino.cpp:1:
  927. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:137:3: note: previous declaration 'IRQn_Type DMA2_Stream1_IRQn'
  928. 137 | DMA2_Stream1_IRQn = 57, /*!< DMA2 Stream 1 global Interrupt */
  929. | ^~~~~~~~~~~~~~~~~
  930. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  931. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  932. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:152:33: error: 'DMA2_Stream2_IRQn' conflicts with a previous declaration
  933. 152 | DMA2_Stream2_IRQn = 58, /*!< DMA2 Stream 2 global Interrupt */
  934. | ^~
  935. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  936. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  937. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  938. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  939. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  940. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  941. from sketch\speeduino.ino.cpp:1:
  942. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:138:3: note: previous declaration 'IRQn_Type DMA2_Stream2_IRQn'
  943. 138 | DMA2_Stream2_IRQn = 58, /*!< DMA2 Stream 2 global Interrupt */
  944. | ^~~~~~~~~~~~~~~~~
  945. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  946. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  947. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:153:33: error: 'DMA2_Stream3_IRQn' conflicts with a previous declaration
  948. 153 | DMA2_Stream3_IRQn = 59, /*!< DMA2 Stream 3 global Interrupt */
  949. | ^~
  950. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  951. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  952. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  953. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  954. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  955. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  956. from sketch\speeduino.ino.cpp:1:
  957. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:139:3: note: previous declaration 'IRQn_Type DMA2_Stream3_IRQn'
  958. 139 | DMA2_Stream3_IRQn = 59, /*!< DMA2 Stream 3 global Interrupt */
  959. | ^~~~~~~~~~~~~~~~~
  960. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  961. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  962. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:154:33: error: 'DMA2_Stream4_IRQn' conflicts with a previous declaration
  963. 154 | DMA2_Stream4_IRQn = 60, /*!< DMA2 Stream 4 global Interrupt */
  964. | ^~
  965. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  966. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  967. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  968. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  969. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  970. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  971. from sketch\speeduino.ino.cpp:1:
  972. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:140:3: note: previous declaration 'IRQn_Type DMA2_Stream4_IRQn'
  973. 140 | DMA2_Stream4_IRQn = 60, /*!< DMA2 Stream 4 global Interrupt */
  974. | ^~~~~~~~~~~~~~~~~
  975. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  976. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  977. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:161:33: error: 'OTG_FS_IRQn' conflicts with a previous declaration
  978. 161 | OTG_FS_IRQn = 67, /*!< USB OTG FS global Interrupt */
  979. | ^~
  980. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  981. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  982. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  983. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  984. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  985. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  986. from sketch\speeduino.ino.cpp:1:
  987. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:141:3: note: previous declaration 'IRQn_Type OTG_FS_IRQn'
  988. 141 | OTG_FS_IRQn = 67, /*!< USB OTG FS global Interrupt */
  989. | ^~~~~~~~~~~
  990. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  991. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  992. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:162:33: error: 'DMA2_Stream5_IRQn' conflicts with a previous declaration
  993. 162 | DMA2_Stream5_IRQn = 68, /*!< DMA2 Stream 5 global interrupt */
  994. | ^~
  995. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  996. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  997. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  998. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  999. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1000. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1001. from sketch\speeduino.ino.cpp:1:
  1002. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:142:3: note: previous declaration 'IRQn_Type DMA2_Stream5_IRQn'
  1003. 142 | DMA2_Stream5_IRQn = 68, /*!< DMA2 Stream 5 global interrupt */
  1004. | ^~~~~~~~~~~~~~~~~
  1005. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1006. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1007. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:163:33: error: 'DMA2_Stream6_IRQn' conflicts with a previous declaration
  1008. 163 | DMA2_Stream6_IRQn = 69, /*!< DMA2 Stream 6 global interrupt */
  1009. | ^~
  1010. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1011. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1012. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1013. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1014. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1015. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1016. from sketch\speeduino.ino.cpp:1:
  1017. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:143:3: note: previous declaration 'IRQn_Type DMA2_Stream6_IRQn'
  1018. 143 | DMA2_Stream6_IRQn = 69, /*!< DMA2 Stream 6 global interrupt */
  1019. | ^~~~~~~~~~~~~~~~~
  1020. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1021. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1022. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:164:33: error: 'DMA2_Stream7_IRQn' conflicts with a previous declaration
  1023. 164 | DMA2_Stream7_IRQn = 70, /*!< DMA2 Stream 7 global interrupt */
  1024. | ^~
  1025. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1026. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1027. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1028. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1029. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1030. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1031. from sketch\speeduino.ino.cpp:1:
  1032. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:144:3: note: previous declaration 'IRQn_Type DMA2_Stream7_IRQn'
  1033. 144 | DMA2_Stream7_IRQn = 70, /*!< DMA2 Stream 7 global interrupt */
  1034. | ^~~~~~~~~~~~~~~~~
  1035. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1036. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1037. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:165:33: error: 'USART6_IRQn' conflicts with a previous declaration
  1038. 165 | USART6_IRQn = 71, /*!< USART6 global interrupt */
  1039. | ^~
  1040. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1041. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1042. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1043. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1044. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1045. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1046. from sketch\speeduino.ino.cpp:1:
  1047. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:145:3: note: previous declaration 'IRQn_Type USART6_IRQn'
  1048. 145 | USART6_IRQn = 71, /*!< USART6 global interrupt */
  1049. | ^~~~~~~~~~~
  1050. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1051. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1052. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:166:33: error: 'I2C3_EV_IRQn' conflicts with a previous declaration
  1053. 166 | I2C3_EV_IRQn = 72, /*!< I2C3 event interrupt */
  1054. | ^~
  1055. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1056. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1057. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1058. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1059. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1060. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1061. from sketch\speeduino.ino.cpp:1:
  1062. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:146:3: note: previous declaration 'IRQn_Type I2C3_EV_IRQn'
  1063. 146 | I2C3_EV_IRQn = 72, /*!< I2C3 event interrupt */
  1064. | ^~~~~~~~~~~~
  1065. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1066. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1067. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:167:33: error: 'I2C3_ER_IRQn' conflicts with a previous declaration
  1068. 167 | I2C3_ER_IRQn = 73, /*!< I2C3 error interrupt */
  1069. | ^~
  1070. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1071. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1072. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1073. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1074. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1075. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1076. from sketch\speeduino.ino.cpp:1:
  1077. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:147:3: note: previous declaration 'IRQn_Type I2C3_ER_IRQn'
  1078. 147 | I2C3_ER_IRQn = 73, /*!< I2C3 error interrupt */
  1079. | ^~~~~~~~~~~~
  1080. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1081. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1082. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:174:33: error: 'FPU_IRQn' conflicts with a previous declaration
  1083. 174 | FPU_IRQn = 81 /*!< FPU global interrupt */
  1084. | ^~
  1085. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1086. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1087. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1088. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1089. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1090. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1091. from sketch\speeduino.ino.cpp:1:
  1092. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:148:3: note: previous declaration 'IRQn_Type FPU_IRQn'
  1093. 148 | FPU_IRQn = 81, /*!< FPU global interrupt */
  1094. | ^~~~~~~~
  1095. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1096. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1097. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:175:3: error: conflicting declaration 'typedef enum IRQn_Type IRQn_Type'
  1098. 175 | } IRQn_Type;
  1099. | ^~~~~~~~~
  1100. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1101. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1102. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1103. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1104. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1105. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1106. from sketch\speeduino.ino.cpp:1:
  1107. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:150:3: note: previous declaration as 'typedef enum IRQn_Type IRQn_Type'
  1108. 150 | } IRQn_Type;
  1109. | ^~~~~~~~~
  1110. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1111. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1112. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:217:3: error: conflicting declaration 'typedef struct ADC_TypeDef ADC_TypeDef'
  1113. 217 | } ADC_TypeDef;
  1114. | ^~~~~~~~~~~
  1115. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1116. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1117. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1118. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1119. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1120. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1121. from sketch\speeduino.ino.cpp:1:
  1122. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:190:3: note: previous declaration as 'typedef struct ADC_TypeDef ADC_TypeDef'
  1123. 190 | } ADC_TypeDef;
  1124. | ^~~~~~~~~~~
  1125. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1126. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1127. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:225:3: error: conflicting declaration 'typedef struct ADC_Common_TypeDef ADC_Common_TypeDef'
  1128. 225 | } ADC_Common_TypeDef;
  1129. | ^~~~~~~~~~~~~~~~~~
  1130. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1131. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1132. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1133. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1134. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1135. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1136. from sketch\speeduino.ino.cpp:1:
  1137. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:198:3: note: previous declaration as 'typedef struct ADC_Common_TypeDef ADC_Common_TypeDef'
  1138. 198 | } ADC_Common_TypeDef;
  1139. | ^~~~~~~~~~~~~~~~~~
  1140. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1141. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1142. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:303:3: error: conflicting declaration 'typedef struct CRC_TypeDef CRC_TypeDef'
  1143. 303 | } CRC_TypeDef;
  1144. | ^~~~~~~~~~~
  1145. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1146. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1147. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1148. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1149. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1150. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1151. from sketch\speeduino.ino.cpp:1:
  1152. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:211:3: note: previous declaration as 'typedef struct CRC_TypeDef CRC_TypeDef'
  1153. 211 | } CRC_TypeDef;
  1154. | ^~~~~~~~~~~
  1155. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1156. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1157. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:337:2: error: conflicting declaration 'typedef struct DBGMCU_TypeDef DBGMCU_TypeDef'
  1158. 337 | }DBGMCU_TypeDef;
  1159. | ^~~~~~~~~~~~~~
  1160. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1161. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1162. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1163. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1164. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1165. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1166. from sketch\speeduino.ino.cpp:1:
  1167. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:223:2: note: previous declaration as 'typedef struct DBGMCU_TypeDef DBGMCU_TypeDef'
  1168. 223 | }DBGMCU_TypeDef;
  1169. | ^~~~~~~~~~~~~~
  1170. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1171. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1172. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:370:3: error: conflicting declaration 'typedef struct DMA_Stream_TypeDef DMA_Stream_TypeDef'
  1173. 370 | } DMA_Stream_TypeDef;
  1174. | ^~~~~~~~~~~~~~~~~~
  1175. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1176. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1177. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1178. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1179. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1180. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1181. from sketch\speeduino.ino.cpp:1:
  1182. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:238:3: note: previous declaration as 'typedef struct DMA_Stream_TypeDef DMA_Stream_TypeDef'
  1183. 238 | } DMA_Stream_TypeDef;
  1184. | ^~~~~~~~~~~~~~~~~~
  1185. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1186. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1187. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:378:3: error: conflicting declaration 'typedef struct DMA_TypeDef DMA_TypeDef'
  1188. 378 | } DMA_TypeDef;
  1189. | ^~~~~~~~~~~
  1190. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1191. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1192. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1193. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1194. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1195. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1196. from sketch\speeduino.ino.cpp:1:
  1197. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:246:3: note: previous declaration as 'typedef struct DMA_TypeDef DMA_TypeDef'
  1198. 246 | } DMA_TypeDef;
  1199. | ^~~~~~~~~~~
  1200. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1201. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1202. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:467:3: error: conflicting declaration 'typedef struct EXTI_TypeDef EXTI_TypeDef'
  1203. 467 | } EXTI_TypeDef;
  1204. | ^~~~~~~~~~~~
  1205. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1206. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1207. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1208. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1209. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1210. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1211. from sketch\speeduino.ino.cpp:1:
  1212. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:260:3: note: previous declaration as 'typedef struct EXTI_TypeDef EXTI_TypeDef'
  1213. 260 | } EXTI_TypeDef;
  1214. | ^~~~~~~~~~~~
  1215. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1216. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1217. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:482:3: error: conflicting declaration 'typedef struct FLASH_TypeDef FLASH_TypeDef'
  1218. 482 | } FLASH_TypeDef;
  1219. | ^~~~~~~~~~~~~
  1220. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1221. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1222. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1223. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1224. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1225. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1226. from sketch\speeduino.ino.cpp:1:
  1227. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:275:3: note: previous declaration as 'typedef struct FLASH_TypeDef FLASH_TypeDef'
  1228. 275 | } FLASH_TypeDef;
  1229. | ^~~~~~~~~~~~~
  1230. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1231. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1232. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:554:3: error: conflicting declaration 'typedef struct GPIO_TypeDef GPIO_TypeDef'
  1233. 554 | } GPIO_TypeDef;
  1234. | ^~~~~~~~~~~~
  1235. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1236. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1237. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1238. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1239. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1240. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1241. from sketch\speeduino.ino.cpp:1:
  1242. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:292:3: note: previous declaration as 'typedef struct GPIO_TypeDef GPIO_TypeDef'
  1243. 292 | } GPIO_TypeDef;
  1244. | ^~~~~~~~~~~~
  1245. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1246. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1247. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:567:3: error: conflicting declaration 'typedef struct SYSCFG_TypeDef SYSCFG_TypeDef'
  1248. 567 | } SYSCFG_TypeDef;
  1249. | ^~~~~~~~~~~~~~
  1250. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1251. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1252. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1253. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1254. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1255. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1256. from sketch\speeduino.ino.cpp:1:
  1257. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:305:3: note: previous declaration as 'typedef struct SYSCFG_TypeDef SYSCFG_TypeDef'
  1258. 305 | } SYSCFG_TypeDef;
  1259. | ^~~~~~~~~~~~~~
  1260. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1261. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1262. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:584:3: error: conflicting declaration 'typedef struct I2C_TypeDef I2C_TypeDef'
  1263. 584 | } I2C_TypeDef;
  1264. | ^~~~~~~~~~~
  1265. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1266. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1267. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1268. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1269. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1270. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1271. from sketch\speeduino.ino.cpp:1:
  1272. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:323:3: note: previous declaration as 'typedef struct I2C_TypeDef I2C_TypeDef'
  1273. 323 | } I2C_TypeDef;
  1274. | ^~~~~~~~~~~
  1275. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1276. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1277. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:596:3: error: conflicting declaration 'typedef struct IWDG_TypeDef IWDG_TypeDef'
  1278. 596 | } IWDG_TypeDef;
  1279. | ^~~~~~~~~~~~
  1280. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1281. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1282. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1283. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1284. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1285. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1286. from sketch\speeduino.ino.cpp:1:
  1287. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:335:3: note: previous declaration as 'typedef struct IWDG_TypeDef IWDG_TypeDef'
  1288. 335 | } IWDG_TypeDef;
  1289. | ^~~~~~~~~~~~
  1290. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1291. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1292. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:607:3: error: conflicting declaration 'typedef struct PWR_TypeDef PWR_TypeDef'
  1293. 607 | } PWR_TypeDef;
  1294. | ^~~~~~~~~~~
  1295. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1296. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1297. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1298. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1299. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1300. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1301. from sketch\speeduino.ino.cpp:1:
  1302. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:346:3: note: previous declaration as 'typedef struct PWR_TypeDef PWR_TypeDef'
  1303. 346 | } PWR_TypeDef;
  1304. | ^~~~~~~~~~~
  1305. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1306. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1307. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:645:3: error: conflicting declaration 'typedef struct RCC_TypeDef RCC_TypeDef'
  1308. 645 | } RCC_TypeDef;
  1309. | ^~~~~~~~~~~
  1310. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1311. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1312. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1313. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1314. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1315. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1316. from sketch\speeduino.ino.cpp:1:
  1317. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:386:3: note: previous declaration as 'typedef struct RCC_TypeDef RCC_TypeDef'
  1318. 386 | } RCC_TypeDef;
  1319. | ^~~~~~~~~~~
  1320. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1321. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1322. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:693:3: error: conflicting declaration 'typedef struct RTC_TypeDef RTC_TypeDef'
  1323. 693 | } RTC_TypeDef;
  1324. | ^~~~~~~~~~~
  1325. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1326. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1327. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1328. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1329. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1330. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1331. from sketch\speeduino.ino.cpp:1:
  1332. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:434:3: note: previous declaration as 'typedef struct RTC_TypeDef RTC_TypeDef'
  1333. 434 | } RTC_TypeDef;
  1334. | ^~~~~~~~~~~
  1335. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1336. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1337. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:721:3: error: conflicting declaration 'typedef struct SDIO_TypeDef SDIO_TypeDef'
  1338. 721 | } SDIO_TypeDef;
  1339. | ^~~~~~~~~~~~
  1340. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1341. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1342. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1343. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1344. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1345. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1346. from sketch\speeduino.ino.cpp:1:
  1347. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:462:3: note: previous declaration as 'typedef struct SDIO_TypeDef SDIO_TypeDef'
  1348. 462 | } SDIO_TypeDef;
  1349. | ^~~~~~~~~~~~
  1350. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1351. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1352. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:738:3: error: conflicting declaration 'typedef struct SPI_TypeDef SPI_TypeDef'
  1353. 738 | } SPI_TypeDef;
  1354. | ^~~~~~~~~~~
  1355. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1356. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1357. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1358. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1359. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1360. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1361. from sketch\speeduino.ino.cpp:1:
  1362. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:479:3: note: previous declaration as 'typedef struct SPI_TypeDef SPI_TypeDef'
  1363. 479 | } SPI_TypeDef;
  1364. | ^~~~~~~~~~~
  1365. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1366. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1367. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:768:3: error: conflicting declaration 'typedef struct TIM_TypeDef TIM_TypeDef'
  1368. 768 | } TIM_TypeDef;
  1369. | ^~~~~~~~~~~
  1370. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1371. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1372. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1373. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1374. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1375. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1376. from sketch\speeduino.ino.cpp:1:
  1377. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:509:3: note: previous declaration as 'typedef struct TIM_TypeDef TIM_TypeDef'
  1378. 509 | } TIM_TypeDef;
  1379. | ^~~~~~~~~~~
  1380. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1381. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1382. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:783:3: error: conflicting declaration 'typedef struct USART_TypeDef USART_TypeDef'
  1383. 783 | } USART_TypeDef;
  1384. | ^~~~~~~~~~~~~
  1385. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1386. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1387. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1388. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1389. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1390. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1391. from sketch\speeduino.ino.cpp:1:
  1392. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:524:3: note: previous declaration as 'typedef struct USART_TypeDef USART_TypeDef'
  1393. 524 | } USART_TypeDef;
  1394. | ^~~~~~~~~~~~~
  1395. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1396. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1397. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:794:3: error: conflicting declaration 'typedef struct WWDG_TypeDef WWDG_TypeDef'
  1398. 794 | } WWDG_TypeDef;
  1399. | ^~~~~~~~~~~~
  1400. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1401. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1402. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1403. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1404. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1405. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1406. from sketch\speeduino.ino.cpp:1:
  1407. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:535:3: note: previous declaration as 'typedef struct WWDG_TypeDef WWDG_TypeDef'
  1408. 535 | } WWDG_TypeDef;
  1409. | ^~~~~~~~~~~~
  1410. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1411. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1412. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:830:3: error: conflicting declaration 'typedef struct USB_OTG_GlobalTypeDef USB_OTG_GlobalTypeDef'
  1413. 830 | } USB_OTG_GlobalTypeDef;
  1414. | ^~~~~~~~~~~~~~~~~~~~~
  1415. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1416. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1417. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1418. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1419. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1420. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1421. from sketch\speeduino.ino.cpp:1:
  1422. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:559:3: note: previous declaration as 'typedef struct USB_OTG_GlobalTypeDef USB_OTG_GlobalTypeDef'
  1423. 559 | } USB_OTG_GlobalTypeDef;
  1424. | ^~~~~~~~~~~~~~~~~~~~~
  1425. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1426. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1427. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:857:3: error: conflicting declaration 'typedef struct USB_OTG_DeviceTypeDef USB_OTG_DeviceTypeDef'
  1428. 857 | } USB_OTG_DeviceTypeDef;
  1429. | ^~~~~~~~~~~~~~~~~~~~~
  1430. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1431. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1432. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1433. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1434. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1435. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1436. from sketch\speeduino.ino.cpp:1:
  1437. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:586:3: note: previous declaration as 'typedef struct USB_OTG_DeviceTypeDef USB_OTG_DeviceTypeDef'
  1438. 586 | } USB_OTG_DeviceTypeDef;
  1439. | ^~~~~~~~~~~~~~~~~~~~~
  1440. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1441. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1442. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:872:3: error: conflicting declaration 'typedef struct USB_OTG_INEndpointTypeDef USB_OTG_INEndpointTypeDef'
  1443. 872 | } USB_OTG_INEndpointTypeDef;
  1444. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  1445. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1446. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1447. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1448. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1449. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1450. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1451. from sketch\speeduino.ino.cpp:1:
  1452. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:601:3: note: previous declaration as 'typedef struct USB_OTG_INEndpointTypeDef USB_OTG_INEndpointTypeDef'
  1453. 601 | } USB_OTG_INEndpointTypeDef;
  1454. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  1455. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1456. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1457. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:886:3: error: conflicting declaration 'typedef struct USB_OTG_OUTEndpointTypeDef USB_OTG_OUTEndpointTypeDef'
  1458. 886 | } USB_OTG_OUTEndpointTypeDef;
  1459. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  1460. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1461. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1462. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1463. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1464. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1465. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1466. from sketch\speeduino.ino.cpp:1:
  1467. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:615:3: note: previous declaration as 'typedef struct USB_OTG_OUTEndpointTypeDef USB_OTG_OUTEndpointTypeDef'
  1468. 615 | } USB_OTG_OUTEndpointTypeDef;
  1469. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  1470. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1471. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1472. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:900:3: error: conflicting declaration 'typedef struct USB_OTG_HostTypeDef USB_OTG_HostTypeDef'
  1473. 900 | } USB_OTG_HostTypeDef;
  1474. | ^~~~~~~~~~~~~~~~~~~
  1475. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1476. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1477. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1478. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1479. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1480. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1481. from sketch\speeduino.ino.cpp:1:
  1482. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:629:3: note: previous declaration as 'typedef struct USB_OTG_HostTypeDef USB_OTG_HostTypeDef'
  1483. 629 | } USB_OTG_HostTypeDef;
  1484. | ^~~~~~~~~~~~~~~~~~~
  1485. In file included from sketch\src/BackupSram/BackupSramAsEEPROM.h:11,
  1486. from C:\Users\flat4power\Documents\matthieu\speeduino\speeduino-201911\speeduino\storage.ino:12:
  1487. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h:914:3: error: conflicting declaration 'typedef struct USB_OTG_HostChannelTypeDef USB_OTG_HostChannelTypeDef'
  1488. 914 | } USB_OTG_HostChannelTypeDef;
  1489. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  1490. In file included from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:161,
  1491. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/stm32_def.h:34,
  1492. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/stm32/clock.h:43,
  1493. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring_time.h:23,
  1494. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/wiring.h:38,
  1495. from C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\cores\arduino/Arduino.h:32,
  1496. from sketch\speeduino.ino.cpp:1:
  1497. C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h:643:3: note: previous declaration as 'typedef struct USB_OTG_HostChannelTypeDef USB_OTG_HostChannelTypeDef'
  1498. 643 | } USB_OTG_HostChannelTypeDef;
  1499. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  1500. Plusieurs bibliothèque trouvées pour "SrcWrapper.h"
  1501. Utilisé : C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\libraries\SrcWrapper
  1502. Plusieurs bibliothèque trouvées pour "SPI.h"
  1503. Utilisé : C:\Users\flat4power\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.8.0\libraries\SPI
  1504. exit status 1
  1505. 'TIM8' was not declared in this scope
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement