Solved
Wrong DMA_SxFCR register offset in all reference manuals.
Starting from rm0090 up to rm433, the DMA_SxFCR register offset is given as
"Address offset: 0x24 + 0x24 × stream number"
The multiplicator is obvious wrong and should be 0x18.
Regards
Starting from rm0090 up to rm433, the DMA_SxFCR register offset is given as
"Address offset: 0x24 + 0x24 × stream number"
The multiplicator is obvious wrong and should be 0x18.
Regards
Hi Uwe,
You are right: the formula should be like this: "Address offset: 0x24 + 0x18 × stream number".
Error is tracked internally and should be fixed in all relevant reference manuals.
Thanks.
-Amel
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.