Replies: 1 comment
-
If you simply want the generic, you simply have to:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My board is the STM32F722ZET6. I can see this model, minus the trailing '6', in Arduino_Core_STM32/variants/STM32F7xx. However, in the Arduino IDE, no F722 boards are offered to me at all. I'm guessing that this is because the point of those 'generic' variants is to be adapted into more specific variants, and nobody has gotten around to making any F722 boards yet.
I have looked at the instructions for making new variants, and I found them unclear. I gather that I'm supposed to take the six files in the generic variant folder, make a couple alterations, add the ldscript.ld file, and compile. But compile them into what? And put the result where? If someone has an example of the exact GCC command used, or, better yet, a video of the entire process, that would be fantastic.
On a somewhat related note: how cross-compatible are boards from the same family? I've been trying to upload a blink example using random F7 boards, and they aren't working at all. If that sort of thing normally does work, that might mean that my problem doesn't stem from now having the exact board variant in the IDE, and it colud save me some trouble.
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions