Skip to content
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

Use generic chip type identifiers #307

Closed
TG9541 opened this issue May 17, 2020 · 0 comments
Closed

Use generic chip type identifiers #307

TG9541 opened this issue May 17, 2020 · 0 comments
Assignees

Comments

@TG9541
Copy link
Owner

TG9541 commented May 17, 2020

Device type identifiers can be misleading, especially when generic properties that depend more on density than on anything else have to be configured.

Use the following identifiers in the core source files:

        ; Chip type (set of peripheral addresses and features)
        STM8L_LOD        = 051  ; STM8L Low Density
        STM8L_MHD        = 152  ; STM8L Medium and High Density
        STM8S_LOD        = 103  ; STM8S Low Density
        STM8S_MED        = 105  ; STM8S Medium Density
        STM8S_HID        = 207  ; STM8S High Density
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant