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

cortex-m33 #42

Open
kevlar700 opened this issue Feb 29, 2024 · 0 comments
Open

cortex-m33 #42

kevlar700 opened this issue Feb 29, 2024 · 0 comments

Comments

@kevlar700
Copy link

kevlar700 commented Feb 29, 2024

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?

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