cancel
Showing results for 
Search instead for 
Did you mean: 

Is a database or metadata pin alternative functions available?

qua
Associate III

Hi.

I like to make a little spreadsheet/graphic for MCUs that shows all of the available pins and the functions available on them. You can sort of view it in CubeMX, but not in a table. Makes selecting pins and layouts easier.

I do them by hand but it's a chore, especially on MCUs with a lot of peripherals. Is the data available in some form that I can process automatically? There is a table in the reference manual of each part, but it's not easy to convert to something like CSV.

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Hello @qua 

Could you please have a look at this GitHub repository and this post. You may find what you are looking for.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
STTwo-32
ST Employee

Hello @qua 

Could you please have a look at this GitHub repository and this post. You may find what you are looking for.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

qua
Associate III

Thanks. The output from CubeMX does the job if I export with alt functions.