How to merge two configurations made with STM32CubeMX in different project?
If I have done two different project using different peripherals, how can I import the peripherals settings contained in project #2 into project #1?
If for example in a project I have configured some timers to perform a certain function. Then in another project I set up other timers to perform another function. Then I need to do both of those functions, so I have to merge the configurations contained in the two projects to create a new one. Made myself clear?
Andrea