The TI E2E™ design support forums will undergo maintenance from July 11 to July 13. If you need design support during this time, open a new support request with our customer support center.
Part Number: ADC3683 Tool/software: The supplied 20-bit_Configs.txt file defines SPI writes for configuration. The question is if ther is a way to load that file through the ADC35xx_EVM_GUI? The program has a Python script load facility, but I'm not sure…
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…
Also , we changed the \ti-processor-sdk-rtos-j784s4-evm-10_01_00_04\imaging\utils\hwa\src\app_hwa.c, add this code in appFvid2Init: int32_t appFvid2Init(void)
{
int32_t retVal = FVID2_SOK;
Fvid2_InitPrms initPrmsFvid2;
appLogPrintf("FVID2…
Hey Marouane,
Thanks for reaching out regarding this SPI issue. First of all, what SPI tool are you referencing from SDK 6.0.3.0 for your Python code? The only SPI tool we have wasn't introduced until SDK 6.0.4.1 with the SPI ADC streaming tool utilized…
Hi Betsy,
To confirm: on power-up, I monitored the SPI bus using an oscilloscope. The ROM sends the 0x03 SPI read command to address 0x000000 . In response, the flash always returns the first 4 bytes of the programmed image (e.g., 0x31 0x36 0x35 0x31 )…
Part Number: TMS320F2800157 Other Parts Discussed in Thread: C2000WARE Tool/software: Overview
I am interested in installing firmware updates from a host microcontroller to a C2000 device over SPI. I have reviewed the technical documentation on how this…
Hi Bruce,
To get started, you can check out this application note: Interfacing SD/MMC Flash Memory Cards with F28xxx . This is a custom implementation for interfacing with SD cards using SPI / SD interface. It comes with source code, which can be adapted…
Part Number: 66AK2G12 Other Parts Discussed in Thread: SYSBIOS Tool/software: Hi all,
A strange problem has appeared. Hardware configuration: - SPI device (MAX11040 in daisy-chain) connected to SPI1 on K2GEVM. The peculiarity is that this ADCs produces…
Part Number: ADS8665
Tool/software:
Hello!
I am using STM32 device to read data from ADS8665 at 48KHz sample rate for audio application. Unfortunately, STM32 SPI hardware does not provide a functionalty for SPI to get samples at a fixed period. Even…
Hi Neil,
if you are using Linux, the best & proven way to get SPI to work is the to use the device tree overlay that is part of our TI Linux Kernel Tree, and apply it (or integrate it) with your board-specific device tree file. It will make sure pinmux…