Other Parts Discussed in Thread: TPS65950,
I have some questions between OMAP3530 and TPS65950.
I connected I2C1 of OMAP3530 to I2C_CNTL of TPS65950 and I2C4 of OMAP3530 to I2C_SR of TPS65950
1. ADC:
1a. I am using ADCIN2 and ADCIN5 to monitor these two input voltages. I assume I can get the digital results for I2C_CNTL, right?
1b. How to read the results for 1a?
1c. Do I need to connect "start ADC" of TPS65950 to OMAP3530? If so, how to? and how to control the signal of " start ADC"?
2. I believe I2C_SR is for programming TPS65950 from I2C4 of OMAP3530 per Smartflex. If I want to program TPS65950, does mean I need to put the code in the booting software, either sd card or NAND flash and I need to load the code to program TPS65950 every time the board is booting? Can I put the code in a memory to program?
3. I saw the datasheet said SYS_nIRQ/GPIO_0 of OMAp3530 need to connect to INT1 of TPS65950. What's the purpose? Do I need to do anything for it in the software?
Thanks.