2025-08-03 10:32 AM
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.
Solved! Go to Solution.
2025-08-03 12:59 PM
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.
2025-08-03 12:59 PM
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.
2025-08-03 1:14 PM
Thanks. The output from CubeMX does the job if I export with alt functions.