cancel
Showing results for 
Search instead for 
Did you mean: 

STM32U5G9VJT6Q Schematic symbol not generating and PDF pin names not copyable

Ricko
Senior II

Hi,

I am using a STM32U5G9VJT6Q and need the Altium symbol. Because it is a relatively large IC I would rather copy-paste the names and pin numbers pairs to avoid any errors (not out of laziness), but:

- if I copy and paste the pin names (or any other data) from the PDF datasheet, when I paste them they all paste as a the same character: a question mark inside a square box

- I tried downloading it from the STM32 page but most of the time it does not generate the symbol (I tried multiple browsers and multiple computer but it just does not download them). When it finally downloaded, it actually generates a script and the script generates the wrong pinout. For example pins 6 and 12 (for the LQFP-100 with DSI) should beVDD11DSI but the generated symbol sets them as OSCI and VBAT... And the same for other pins...

(As a side note... What is the point of having such symbol generating tool if it generates a completely wrong symbol...?)

Are there any other places/resources where I can cut and past pin name and number from?

Thank you

 

1 ACCEPTED SOLUTION

Accepted Solutions
Mike_ST
ST Employee

Hello,

>> - if I copy and paste the pin names (or any other data) from the PDF datasheet, when I paste them they all paste as a the same character: a question mark inside a square box

 

I attach a csv file generated from the STM32CubeMX => Pinout => Export pinout :

 

Mike_ST_0-1730212519107.png

 

 

>> ..  When it finally downloaded, it actually generates a script and the script generates the wrong pinout. For example pins 6 and 12 (for the LQFP-100 with DSI) should beVDD11DSI but the generated symbol sets them as OSCI and VBAT... And the same for other pins...

 

If you create the symbol/footprint with Ultralibrarian, there is a "Model Feedback" button.

View solution in original post

6 REPLIES 6
Mike_ST
ST Employee

Hello,

>> - if I copy and paste the pin names (or any other data) from the PDF datasheet, when I paste them they all paste as a the same character: a question mark inside a square box

 

I attach a csv file generated from the STM32CubeMX => Pinout => Export pinout :

 

Mike_ST_0-1730212519107.png

 

 

>> ..  When it finally downloaded, it actually generates a script and the script generates the wrong pinout. For example pins 6 and 12 (for the LQFP-100 with DSI) should beVDD11DSI but the generated symbol sets them as OSCI and VBAT... And the same for other pins...

 

If you create the symbol/footprint with Ultralibrarian, there is a "Model Feedback" button.

Thank you @Mike_ST 

I saw this after posting just now a new thread about that micro showing not supported in CubeIDE (according to a message in CubeMX). Which, as shown by your post, is clearly not so.

What do I need to do to start a project using that micro? Download some other data pack perhaps?

Thank you

Ok I see your other post,

in theory, STM32U5G9VJT6Q is supported and the "next" button should be clickable.

So it is not clear why you can't.

Click "Help" in menu bar, try to do the "check for target selector database update".

Again in "Help", "Manage embedded software packages" and install the latest for STM32U5.

If that still doesn't work perform a "Check for updates" as well.

Hope that helps.

 

Thank you @Mike_ST 

I tried updating but initially it was stuck for half an hour at 39% (I have high speed connection) then after restarting it and also the PC it gave the error shown in the box below. Any suggestions on how to solve it?

 

Thank you

 

Ricko_0-1730219215451.png

 

 

Response code 301 means "moved permanently". I guess you have an old STM32CubeIDE version with built-in broken links.

Please try upgrading to latest one (1.16.1):

STM32CubeIDE 

Thank you @Mike_ST