Part Number: USB2ANY Other Parts Discussed in Thread: USB-TO-GPIO2 , , DAC5571 , MSP430F5529 Tool/software: I am looking for a Statement or Letter of Volatility for the USB2ANY device. I found this post about USB-TO-GPIO2 with what appears to be a successful…
Hello TI,
We have below TI DAC driver from the kernel path "drivers/iio/dac/",
ti-dac082s085.c ti-dac5571.c ti-dac7311.c ti-dac7612.c
Which driver will you recommend us to take as reference to customize for DAC60508,
Thank you,
Prathi…
Part Number: DAC6571 We are facing issues with enabling the driver for DAC6571 in our platform. In device tree file, we have added the following lines: &i2c12 { status = "okay"; dac@4c { compatible = "ti,dac6571"; reg = <0x4c>; }; }; We have also enabled…
Thanks, Garrett
My circuitry feeding the FB pin is relatively normal (with a normal FB divider) except for two items:
1) In addition to the divider, I have a 0-5V from a DAC5571 through a 10K resistor into the FB pin. This so that the output voltage…
Bogey,
Having scrubbed the portfolio a bit deeper DAC5571 may be able to work for you as it both offers the 3.4MHz high-speed I2C functionality and all updates after the first write can be executed using a 18 clock-cycle update routine. Between having…
Hi Kevin,
I am just trying to verify communication and some basic functionality on the DAC5571 using SPI, I have a DAC5571EVM and I would like to use it to check SPI communication on it.
Hi Jonathan,
We don't have source code for DXP. However, I found third-party source code for this device family. You should be able to use it. Note that this is not tested by TI.
https://github.com/torvalds/linux/blob/master/drivers/iio/dac/ti-dac5571…
Hi James,
Welcome to E2E and thank you for your query. We don't have source code support for our devices yet. However, I could find a third-party source for the DAC7574 device family. You should be able to take reference from here. Note that we haven…