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.
2025-08-04 1:17 AM - edited 2025-08-04 1:32 AM
@STTwo-32 wrote:have a look at this GitHub repository and this post.
Thanks - that looks useful!
It seems to be all XML - is there something to convert that to CSV or similar?
See also: STM32U535VE / Pin configuration table / Excel or CSV-table. by @RicOs
PS:
If I download STM32F030R8Tx.xml and open in MS Excel, I see this:
So that doesn't give the full mapping of Alternate Functions - like this:
See: https://community.st.com/t5/stm32-mcus-products/stm32u535ve-pin-configuration-table-excel-or-csv-table/m-p/762040/highlight/true#M270653 by @Amel NASRI