Other Parts Discussed in Thread: SYSCONFIG
Hello Team,
I added a new ADC IC instance to SysCfg for this multi ADC channel front end board for vibration sensing: https://www.ti.com/tool/TIDA-010249.
Here are the SW modifications that were made to the SDK (with assistance from Sitara SW apps):
All in all, two files were modified (sdk/source/pru.io/.meta/adc/templates/adc.syscfg.js and sdk/source/pru.io/.meta/adc/templates/adc_config.inc.xdt) and one file was added (sdk/source/pru.io/.meta/adc/iepe4ch). Everything works as intended. However, when I share this project, the customer/colleague has to make the same modifications that I made to these files. I want to change this so the person trying to use the project only needs to import the project and run it.
What would be the easiest way to achieve this? Can I copy these three files into the local project folder and modify the project properties to point to the modified files instead of the SDK?
Looking forward to your response. Thank you!