-
Notifications
You must be signed in to change notification settings - Fork 8
Differences between svd #18
Comments
According to Table 3. in the reference manual. About Where did you get your SVD, could you link it? Keil provides the same SVD as the cmsis-svd repo provides, which is generally speaking the best place to get up-to-date SVDs. I'd say to go with the one keil provides, i.e the one on cmsis-svd + the patches found in this repo (the "complete" SVD with patches is not included in an attempt to not violate any license). By the way, why are you asking about the svd? You don't need it to compile this package. |
Thanks for digging some info, @Emilgardis. @csagonero I have also seen that ST has made their SVD files more visible by adding a link to the file to each microcontroller page. I haven't looked at these SVD files in detail but I've seen that at least the I think we should stick to the SVD files from posborne/cmsis-svd. We are already patching them to improve them and it may take some work to port those patches to the ST files. |
hi Japaric,
I really appreciate your work and your effort to developp RUST in the embedded world.
After a successfull port on STM32F072, I try on STM32F103.
As STM32F72, I downloaded SVD file from the ST website for STM32F103.
I found somes differences with the svd file you used.
examples : ( right : st version )
Which version is better ?
Thanks !
The text was updated successfully, but these errors were encountered: