You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
what is the granularity of the device ids?
Should every chip with a different flash size get its own device id?
E.g. there are 6 different versions of the STM32F407 with different flash sizes and different amount of pins.
The text was updated successfully, but these errors were encountered:
Feel free to define new family id's for specific chip versions. Then have the bootloader recognize both the generic and specific one. Then do a PR listing chips
in makecode we generate binaries that will work on multiple chips (due to cf2) and use the generic family Id.
Hi,
what is the granularity of the device ids?
Should every chip with a different flash size get its own device id?
E.g. there are 6 different versions of the STM32F407 with different flash sizes and different amount of pins.
The text was updated successfully, but these errors were encountered: