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

STM32H747: general M4 fixes #774

Merged
merged 6 commits into from
Dec 4, 2023
Merged

Conversation

facchinm
Copy link
Member

Should fix #772 (see #741 (comment) ).

Coexistence between M4 and M7 got broken by #741 , alongside printf functionality in M4 (sicne default console is not defined anymore)

@Bexin3 can you test with your project? I tried it and it seems to work but the tearing is "important" (and it's not a regression as far as I can tell)

@Bexin3
Copy link

Bexin3 commented Nov 24, 2023

I will test this in a few hours when I am back home.
Regarding the tearing, that one also happened in older versions, but it wasn't fixed which I thing some of the update notes mentioned it should be fixed. The tearing is a vertical stripe, and its not a vsync issue but particles appear on both sides of the tear, similar behaviour sometimes happened when I had an incorrect if function writing into a buffer, for some reason pixels would sometimes jump over the place. I think that the tear leaves some pixels unapdates on both sides while some get updated but honestly I can't say for certain, I can take a photo when home.

@Bexin3
Copy link

Bexin3 commented Nov 24, 2023

Is there anywhere I could get this compiled? I am afraid I am not really good at understanding compilation stuff and so far failed to compile this.

VARIANT_M4_GENERIC doesn't define any console pins (due to obvious reasons) so the default printf will make the application crash without mbed blinks of death.
@facchinm facchinm changed the title STM32H747: SDRAM on M4 fixes STM32H747: general M4 fixes Dec 4, 2023
@facchinm facchinm merged commit ef18bf2 into arduino:main Dec 4, 2023
11 checks passed
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

Successfully merging this pull request may close these issues.

New release breaks offloading of camera read to M4 core
2 participants