You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All STM32F1 of sizes 4, 6, 8 and b which are neither F105 nor F107 don't have a second DMA instance but it is specified as available in the device files. The same is true for F030xC. These don't define the second instance in the device headers. Some of them also specify signals in the device files for the non-existent DMA2.
I found a workaround in the DMA driver for now but it would be nicer if we could fix the device files.
All STM32F1 of sizes
4
,6
,8
andb
which are neither F105 nor F107 don't have a second DMA instance but it is specified as available in the device files. The same is true for F030xC. These don't define the second instance in the device headers. Some of them also specify signals in the device files for the non-existent DMA2.I found a workaround in the DMA driver for now but it would be nicer if we could fix the device files.
@salkinium
The text was updated successfully, but these errors were encountered: