-
Notifications
You must be signed in to change notification settings - Fork 247
Open
Description
I searched for "FPU" on all svd. These are the inconsistencies I've found.
Let me know if you confirm these inconsistencies or not.
Since this is a long issue, we could do different pull requests to solve it. I would check the related entries once they are solved.
stm32l4x3
- peripheral USB has FPU interrupt
stm32l4x2
- peripheral VREFBUF has FPU interrupt
stm32l4s9, stm32l4s5, stm32l4r5, stm32l4s7, stm32l4r9, stm32l4r7 (new devices)
- peripheral FMC has the FPU interrupt, too
- peripheral FPU has duplicated interrupts (fix fpu double interrupt for new devices #361)
stm32l4x2
- peripheral VREFBUF has the FPU interrupt
- peripheral FPU has duplicated interrupts (fix fpu double interrupt #357)
stm32l4x1, stm32f469, stm32f446, stm32f412, stm32f410, stm32f303
- peripheral FPU has duplicated interrupts (fix fpu double interrupt #357)
stm32h750x
- peripheral PF has FPU interrupt
stm32f427, stm32f429, stm32f405, stm32f407
- peripheral RNG has FPU interrupts
- peripheral FPU has duplicated interrupts (fix fpu double interrupt #357)
stm32f413
- peripheral SDIO has FPU (and RCC) interrupts
- peripheral ADC_Common has FPU interrupt
- peripheral FPU has duplicated interrupts (fix fpu double interrupt #357)
stm32f411, stm32f401
- peripheral ADC_Common has FPU interrupt
- peripheral FPU has duplicated interrupts (fix fpu double interrupt #357)
Note
The problem "peripheral FPU has duplicated interrupt" has been solved in
stm32f3x4.yaml with the following code:
FPU:
_delete:
_interrupts:
- FPU
_add:
_interrupts:
FPU:
description: Floating point unit
value: 81
Metadata
Metadata
Assignees
Labels
No labels