Part Number: ADS5282EVM Other Parts Discussed in Thread: HSADC-SPI-UTILITY Hi,
when trying to install the HSADC-SPI-UTILITY software I get the following error
The PC is running Windows 10 64-bit. Software was downloaded recently (slac177d)
Any suggestions…
Hi Yara, I'm using direct Odrive controller firmware , "0.5.6" version and I'm not tweaking any firmware, PFA the link to the firmware : Releases · odriverobotics/ODrive (github.com)
And yeah, the SPI communication here utilizes…
Hi Jiaxing,
SPI interface on F2837xD can run at 50MHz only on the specific PINMUX options (with HS_MODE = 1). On other PINMUX options, the 50MHz operation is not guaranteed. Please be sure to look at the non-high speed SPI electrical timings in the dat…
Part Number: TPS65982 Other Parts Discussed in Thread: TPS65981 Our IT technician installed the Host Interface and Application Customization tools, and installed the Aardvark driver.
After configuring the TI tools I'm getting errors trying to connect.…
Hello Nikhitha,
ADC results are stored in the ADCxMEMy registers you set to each channel. You can utilize DMA to transfer to a buffer in memory or straight to SPI FIFO depending on how you write your application. Please see te ADC chapter in the TRM for…
Hi JACK CHA ,
You are choosing SPI (1S-1S-1S) Boot mode which will utilize only 1 line for data reads. My suggestion would be to use QSPI (1S-1S-4S) Boot mode to enable faster reads by ROM during the boot.
Hope it helps.
Best Regards, Aakash
Part Number: ADS5560EVM Other Parts Discussed in Thread: HSADC-SPI-UTILITY , , ADS5560 Dear TI experts,
i'm trying to set the registers of the ADS5560EVM through the HSADC-SPI-Utility Software. But get an Error as seen in the picture below.
I have…
Hello Xiaodong Li
Thanks for your response, and thanks for your code examples. We will review them, and determine how they can be applied.
Regarding your questions below:
The SPI rate that we are trying to achieve is 16MHz.
The SPI bus is being driven…
Hi Luke,
Yes I believe you are correct in your line of reasoning. This is also why you should try to utilize FIFO mode with DMA to handle the data transfers as Gus suggested. Feel free to reference the description in the device TRM section 18.3.8 SPI DMA…
In your project, you are using the TI LAUNCHXL-F28379D microcontroller board to control the MAX1978 development board for temperature regulation. The MAX1978 is a thermoelectric cooler (TEC) controller, capable of heating or cooling the TEC. Key components…