-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
SAM RH707 Support #11
Comments
Hey Ben! Sorry for the late response! a) That is a mistake in the template generation :/ It should ofc. be a different arch for the core :)
No worries, hit me with all the questions :) |
This being actually writing Rust code in the src/main.rs thus ?
Sorry: I mean the difference between this very repo
Well, it is actually a bit confusing for me to grasp the entire
See this is the confusion, I am afraid :/
Ah, right !
|
Hey Noah,
Nice work and great tool.
As discussed earlier, I am working on the SAM RH707 support: using this repo, I manage to generate the
target/definition.yaml
, but still have a couple of questions:a.) My target architecture (i.e.
thumbv7em-none-eabihf
) provided during the template generation as-d target-arch=thumbv7em-none-eabihf
seems to properly make its way within.cargo/config.toml
:while in the
template.yaml
(and thus in the resultingtarget/definition.yaml
), I see the type line is mentioningarmv6m
:Is this OK/expected ? :)
I can see it referred as
architecture
during thecargo run
too:b.) So, although the .yml file generation is done, I can understand I am missing the whole implementation of the flash algorithm here: could you please elaborate on the process/guidelines to follow ?
Also what is the difference with your other (CMSIS) repo ?
Where should the implementation work be initiated first ?
The resulting file will (still) be a .yml file : is this the real single valuable input required in order to have
probe-rs
tool supporting properly a new chipset ?All the magic being somehow compiled/translated in the long string of
instruction
within the .yml file ?Many thanks for your feedback, time and support ! :)
Hope I can soon stop bugging you and quickly be autonomous and finally productive 🙈
Cheers,
Ben
The text was updated successfully, but these errors were encountered: