-
Notifications
You must be signed in to change notification settings - Fork 143
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
Ethernet for STM32F4 #615
Ethernet for STM32F4 #615
Conversation
@rleh Are any updates required to stop lbuild from complaining? A copy of my 'rough' notes below covering the errors I got and the fixes I made.. (Sorry.. I'm presently learning how to use git!..)
|
That are exactly the changes done in commit 0d3be64 (in this pull request). |
Doh, told you I was a git noob, thanks for the tips. I still can't see the edits to: It's possible to template and keep a conditional fastdata for F7 - other ports seem to do this.. I guess it reduces DMA arbitration if other DMAs transactions share the SRAM. |
5e80bce
to
0ae3cde
Compare
@salkinium I copied your changes that moves the stack into DMA capable memory from #743 into commit 51438e8. |
The example now works on my Nucleo-F439ZI board 🥳 |
0ae3cde
to
6842454
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please apply this patch to the linker change commit: salkinium@7f9e9db
6842454
to
735fd68
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
Based on the awesome work done by @mikewolfram in #466, but now enabled (and debugged) for STM32F4.
Thanks to @jnewcomb and @kikass13 for giving hints and testing in #583!
I don't want the current solution with the modified linkerscript to get merged, but opening this Draft PR already to further discuss here about the options and later code.