We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the CPU_Name is cortex-m33f the generated startup code provides
#if defined(__SOFTFP__) .cpu cortex-m0 #else /* FPU support means at least cortex-m4 compatibility */ .cpu cortex-m4 #endif
The main change in STM32CubeIDE m4 vs m33 startup code atleast with trust zone disabled is
.cpu cortex-m33
Is a change in startup-gen required here?
edit: It may just be cosmetic and selecting thumb-2 in both cases?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the CPU_Name is cortex-m33f the generated startup code provides
The main change in STM32CubeIDE m4 vs m33 startup code atleast with trust zone disabled is
Is a change in startup-gen required here?
edit: It may just be cosmetic and selecting thumb-2 in both cases?
The text was updated successfully, but these errors were encountered: