Part Number: TMS320C5517 Other Parts Discussed in Thread: TLV320ADC6120 , Hi Team,
A customer is looking for a low power, small footprint microcontroller/processor that can capture the audio from TLV320ADC6120, convert to digital and save to memory. Is…
Part Number: TMS320C5517 Customer has revised design based on TMS320C5517 and is having trouble connecting debugger.
Using 32b version of CCS 8.3.1 and XDS510 debugger, the following error occurs:
Error connecting to the target:
Error 0x80000260/-10…
Part Number: TMS320C5517 Hi Experts, According to the TRM, it seems there are 6 software interruptions available for the user. SINT10, 27, 28, 29, 30 and 31. Q1) Are all 6 software interrupts available for a user code? Q2) Could you please share an example…
Part Number: TMS320C5517 I have a simple project where I disabled all my tasks. Left the initialization of hardware and libraries. In debug mode (see video): after exiting main (), stopped the processor at any time, then resumed it and immediately stopped…
user5926475 said: If I get filter coefficients(aerGetFilter() ) from AER when it is convergence, and put these coefficients( aerPutFilter() ) to AER when it opened, the AER is convergenced then?
Yes, that's correct. AER test code aer\test\aersim\aersim…
Part Number: TMS320C5517 I have developed my own board based on a TMS320C5517 DSP. Unfortunately, the DSP is stuck in reset at power-up. My only doubt regards the VDDA_ANA (A10) pin. In my board, it is connected to GND.
Also, pin D12 (DSP_LDO_ENn) is…
Part Number: TMS320C5517 Hi,
We use STM32F101 as the host to access C5517's SARAM through the UHPI. We can write data to the SARAM(address >= 0x10000), but when read, only the 2nd halfword is corect, the 1st halfword is always 0.
Host accessses…
Part Number: TMS320C5517 Hello, Dear friends!
I'm trying to compile the TIesr library. See attachment.
log_tiesr.txt
sudo make LinuxDebugGnu
cd TIesrFA/TIesrFA_ALSAso && make SUB=no CONF=LinuxDebugGnu build
make[1]: Entering directory…
Part Number: TMS320C5517 Other Parts Discussed in Thread: TMS320VC5410A
Hi,
We use McBSP in TMS320C5517, and config the C5517 as following:
1) In the interrupt vector definition:
_RST: .ivec reset_isr, USE_RETA; Reset / Software Interrupt #0 NMI: …