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

Cannot read STM32 Datasheets #2

Open
zombielinux opened this issue Nov 2, 2017 · 2 comments
Open

Cannot read STM32 Datasheets #2

zombielinux opened this issue Nov 2, 2017 · 2 comments

Comments

@zombielinux
Copy link

uConfig runs on the whole datasheet, however, does not detect any packages. The output it gives is:

+ possible components at page: 60
0 package deleted
0 package found
==============================
+ possible components at page: 61
0 package deleted
0 package found
==============================
+ possible components at page: 63
0 package deleted
0 package found
==============================
+ possible components at page: 65
0 package deleted
0 package found
==============================
+ possible components at page: 67
0 package deleted
0 package found
==============================
+ possible components at page: 87
0 package deleted
0 package found
==============================
+ possible components at page: 140
5 packages deleted
0 package found

When trying to scan en-DM00172872.pdf (the STM32L475 datasheet found here)

@sebcaux
Copy link
Member

sebcaux commented Nov 2, 2017

Thanks for your interest and trying it.
Actually, uConfig is not able to read table of pin with multiple packages like ST do it and not able to extract package on multiple page. The package definition should be on the same page. I will add it.
The second point is the package drawing. uConfig is normally perfectly able to read it BUT ST encrypt the name of pins... Try to copy and paste the name of a pin page 57/58. I do not know why.
First thing I will add is the multi page extraction because it is the most blocking thing.
Seb

@ouabache
Copy link

i just tried reading a STM datasheet without success. Is this still an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants