Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for STM32H7 #63

Merged
merged 3 commits into from
Jul 11, 2021
Merged

Fixes for STM32H7 #63

merged 3 commits into from
Jul 11, 2021

Conversation

salkinium
Copy link
Member

@salkinium salkinium commented Jul 6, 2021

  • Correct start address of Flash
  • UART type and features: stm32-extended
  • Completely new SPI peripheral with up to 32-bit data sizes (!): stm32-extended
  • Different FDCAN peripheral from STM32G4: stm32-h7
  • Flash wait states fixed
  • Multi-core devices supported via new device id suffix: @m0, @m4 and @m7, but only for some devices

The @m4 will probably fall over when a device has two cores of the same type, but then again the data in the device file would also be the same? Alternatively @0 and @1 would be possible, but it's rather confusing.

@salkinium salkinium merged commit 212b497 into modm-io:develop Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant