2022-01-03 01:36 PM
I am working with the STM32F769I evaluation kit and I would like to integrate the CAN Networking demo and the FATFS SD Card demos into one project so that I can write CAN data to an SD Card. Each project has it's own includes and .ioc pin assignments. How can I integrate these two into one project to flash to my device? Eventually, I'd like to do this in a real-time Task on FreeRTOS.
2022-01-03 01:44 PM
There is no automated "Combine two IOC files" or "Combine two projects" functionality available. You'll need to start with one, then add the pin assignments from the other and merge the code.
2022-01-03 01:46 PM
Thanks TDK. As for the includes, there are a ton and they are different between the two projects. Do you have any advice on how to merge the two efficiently?
2022-01-03 02:15 PM
2022-01-03 02:16 PM
Thank you!