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…
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: AM2634-Q1 Dear Team,
My customer faced hang issue in below GetCounterValue() and GetElapsedValue() function in SPI_init when it is integrated in AUTOSAR OS.
Can GetCounterValue() function be used in initialization before loading…
Hi Italy,
The current GUI and the SPI utilities are designed with 1x DAC3482 EVM control. It is possible to modify the DAC3484 FTDI instantiation and also the SPI utilities on your own to control multiple DAC3482 EVMs
1. refer to the following forum…
Hi Ohad,
Thank you for reaching out!
1. Yes, PD messages are transferred through the CC lines. The D+/D- lines are used for BC1.2, which is a legacy charging specification (See the following application note for more information. Please note that…
(continued)
Second , there is no way to facilitate this based solely out of the SPI. My first thought was to use the CLB, as that would be an incredibly simple process, but unfortunately the indicated part number does not have one. One other way to…
Part Number: SMOMAPL138B-HIREL Other Parts Discussed in Thread: OMAPL138 , OMAP-L138
Hello TI, I want to know how to configure SPI with (no OS/ Baremetal) on OMAPL138 processor on a new standalone project. Please let me know the steps and utility if…
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…
I've made some progress in this. First I had a typo in copying over code from halcogen to start my SPI transfer and wasn't setting CS HOLD properly. After this I just had to make some logic to reset the CS HOLD which leads to the next point. In order…
Part Number: TMS320F280041 Other Parts Discussed in Thread: ADS8568 Tool/software: Hey everyone,
I'm cross posting from this thread.
RE: ADS8568: recommended MCUs?
Essentially, I want to use three of these ADC's in a daisy chain to sample…