Skip to main content
Uwe Bonnes
Chief
July 26, 2018
Solved

Wrong DMA_SxFCR register offset in all reference manuals.

  • July 26, 2018
  • 1 reply
  • 634 views

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

This topic has been closed for replies.
Best answer by Amel NASRI

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

1 reply

Amel NASRI
Amel NASRIBest answer
Technical Moderator
August 1, 2018

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

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.