File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ _modify:
12
12
name : FDCAN2
13
13
DAC :
14
14
name : DAC1
15
- OCTOSPI1_CONTROL_REGISTER :
16
- name : OCTOSPI1
17
15
18
16
# The SVD is just quite different to the RM for all these registers.
19
17
# We'll go with the RM convention even though it is inconsistent too.
313
311
# Work around the DMA_STR? interrupt mess in the SVD.
314
312
# Some interrupts are on DMA2 instead on DMA1 and/or called DMA_STR? without
315
313
# the numeral.
314
+ #
315
+ # Since it is not possible to modify a derivedFrom peripheral, we delete it first
316
316
317
317
_delete :
318
318
- DMA2
@@ -322,6 +322,7 @@ _delete:
322
322
- UART8
323
323
- USART9
324
324
- USART10
325
+ - OCTOSPI1_CONTROL_REGISTER
325
326
326
327
_add :
327
328
DMA2 :
@@ -394,6 +395,13 @@ _add:
394
395
USART10 :
395
396
description : USART10 global interrupt
396
397
value : 141
398
+ OCTOSPI1 :
399
+ derivedFrom : OCTOSPI2
400
+ baseAddress : 0x52005000
401
+ interrupts :
402
+ OCTOSPI1 :
403
+ description : OCTOSPI global interrupt
404
+ value : 92
397
405
DAC2 :
398
406
derivedFrom : DAC1
399
407
baseAddress : 0x58003400
You can’t perform that action at this time.
0 commit comments