STM32CubeIDE Pin Configuration/HAL Issues
I am working with the STM32F769NI evaluation kit. As expected, it comes with many more peripherals that one may need for a specific project. I have two projects which I am trying to combine together into one, both of which have separate pin configurations/ioc. They were generated from the STM32CubeIDE examples for CAN data and FatFS. When we try to merge these two projects together, we get errors from the HAL and also from pin configuration, as some pins seem to be reserved for other things and unable to be assigned, and we are not sure if our assignments are correct. They work independently however. How does one determine which specific pins need to be assigned for their peripherals and where, and more, what pin modifications are required for everything to integrate properly? We are relatively inexperienced and think we must be missing some simpler method for integrating these two projects and generating the proper pin assignments in the GUI and resolving mysterious HAL errors, which we presume is due to certain code note being generated from the config. Thanks!
