embassy-rs / stm32-data

75 stars 109 forks source link

Fix register address mapping #370

Closed kkoppul2 closed 9 months ago

kkoppul2 commented 9 months ago

Octospi peripheral register address is getting set to the memory-mapped region for the U5 family. This alternate mapping for the peripheral corrects the register address that is generated.

embassy-ci[bot] commented 9 months ago

diff: https://ci.embassy.dev/jobs/478fcdc6664e/artifacts/diff.html

kkoppul2 commented 9 months ago

Validated updated addresses against the reference manual for each family of chips

Dirbaio commented 9 months ago

thanks!