Part Number: IWR1443BOOST Other Parts Discussed in Thread: IWR1443 , MMWAVE-STUDIO , UNIFLASH Hello,
I'm trying to follow the instructions in this guide from TI , but I'm getting stuck at the SPI connection stage. I tried to follow the advice given in…
Part Number: TMS320C6745 Tool/software: I need add UART driver code into a very old project which developed with DSP/BIOS v5.42.1.9.At first i used EDMA3 to transfer received data from Rx FIFO of UART1 to data buffer in SRAM,two problem appears,one was…
1. We tried with both VCC1 powered up and with VCC1 powered down and noticed the same behavior
2. We did not try reading any faults with SPI, but did see that nFLT1 was active (when VCC1 was powered up)
3. The test was a clean power up. We tried:
* VCC1…
Part Number: TDA4VH-Q1 Other Parts Discussed in Thread: TDA4VH Tool/software: Hello,
We are experiencing an issue where the TDA4VH is not receiving images from the camera. This problem doesn't happen a lot, maybe 3-4 times out of around 200 power cycles…
Pradipta,
Pls find feedback and update info below.
Pradipta Bandyopadhyay said: 1) Is the customer using the cascade board from TI or a custom design board.
It is a custom design board with SOP=7. That is host uses I2C to communicate with AWR2243.
Pradipta…
Part Number: TMS320F28075 Other Parts Discussed in Thread: C2000WARE Tool/software: Dear Experts,
When we were debugging SPI, the RXBUFF register value kept reading 0xff.It seems that the data was not received. At this time, there is data on the SPI bus…
Hi Tyler.
Apologies for delayed response,
Tyler said: Is it possible to syncronize the PTP time sync to an external event such as a GPS PPS signal on a GPIO? I would like to be able to pass the timing of the external event through the master to the slave…
Well, adding this line at the end of GATT_EventHandler(uint32 event, BLEAppUtil_msgHdr_t *pMsgData) function solves the heap problem above.
GATT_bm_free(&(gattMsg->msg), gattMsg->method);
I wonder why it is not there by default in the SDK original…
Part Number: TMS320F28335 Tool/software: i'm using TMS320F28335
i'm trying apply CAN Type absolute encoder
but sometime not receive CAN Data not always i don't understand this situation
so i changed everything but not change this situati…
BLEAppUtil_getSelfEntity(); did the trick. I spent some time trying to grab the correct task ID and that was exactly the function I was in need.
Now the events are happening and that makes all sense in the end.
I was in doubt since the header for GATT_EventHandler…