IOC file lifetime in project development
Hi, how long do you recommend that we keep our development project's in-sync with the IOC file used to generate them?
Setup:
- MyNewDemo.ioc is used to create a demo monitoring the UART that responds to to toggle requests for its GPIO
Scenario #1:
- Peripheral Updates - a month down later the uart baud rate needs updated to a new value
Scenario #2:
- Peripheral Additions - next year a watchdog is added for safety
Scenario #3:
- Software Additions - eventually, after the demo is established our team decides to add CanOpen to this demo
Scenario #3:
- Project Updates - e.g. Trace and Debug, where the project's Debug interface is changed
Challenge:
- I typically use the IOC for project creation and then retire it
- There have been requests in my team to 'keep the IOC live'; through the development stages and work
Question:
- What is ST's lifetime for IOC file's in new project development?
