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

Building for STM32H7A3ZIQ not H7A3ZI #349

Open
derinozturk opened this issue Nov 6, 2024 · 0 comments
Open

Building for STM32H7A3ZIQ not H7A3ZI #349

derinozturk opened this issue Nov 6, 2024 · 0 comments

Comments

@derinozturk
Copy link

derinozturk commented Nov 6, 2024

Describe the bug
It seems that it is impossible to properly build for H7A3ZIQ instead of H7A3ZI. It's important that when building for the Q version that only -DSTM32H7A3xxQ is defined and not -DSTM32H7A3xx. CubeIDE does not define both and only the former. This seems to be an oversight.

Sources to reproduce
No need to modify anything. I built tests/cmsis and see that there is no build for H7A3xxQ nor the device STM32H7A3ZIQ.

Expected behavior
I expect to be able to build for this device. Because the compile flags are not created correctly, proper files are not included in CMSIS source files.

If this is expected behavior and I'm using this repo wrong, then I believe there should be better documentation and examples on how to build for devices like this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant