2020-10-20 06:08 AM
How can I find out on a written program on CubeIDE that which pin of the microcontroller is used for different peripherals like ADC, Timer, DAC and so on?
Solved! Go to Solution.
2020-10-20 06:32 AM
That's done through the CubeMX perspective. If you have generated an MX project in CubeIDE (File -> New -> STM32 Project) then you can double click on the .ioc file in the Project Explorer which will take you to the CubeMX perspective.
If you're new to the tool I would suggest making use of the user guide to help your development. You can find it here.
2020-10-20 06:32 AM
That's done through the CubeMX perspective. If you have generated an MX project in CubeIDE (File -> New -> STM32 Project) then you can double click on the .ioc file in the Project Explorer which will take you to the CubeMX perspective.
If you're new to the tool I would suggest making use of the user guide to help your development. You can find it here.
2020-10-20 08:06 AM
Thank you for your reply.
I do not have the Cube MX file. Is there any file inside Drivers folder to Core folder that could lead me to this information?
2020-10-20 02:52 PM
stm32*_hal_msp.c should have pin assignments listed, if it was generated by CubeMX.