uConfig icon indicating copy to clipboard operation
uConfig copied to clipboard

Cannot read STM32 Datasheets

Open zombielinux opened this issue 7 years ago • 2 comments

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)

zombielinux avatar Nov 02 '17 15:11 zombielinux

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

sebcaux avatar Nov 02 '17 15:11 sebcaux

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

ouabache avatar Jan 27 '20 17:01 ouabache