i'm tring to confgure timer0 in int mode, from the registers i can see the
PCGCR1->TMROCG = active,
IER0->TINT = enable ,
timer0->TCR = 0x8003,
ST1_55->INTM = off,
however, IER0->TINT is always disable
what do i miss in configuring …
Hi Pedro,
It is working now with one exception though! The millisecond interrupt as described in my original post does not turn back on. does the DSP lose all its settings after it comes out of idle mode with the wake up pin?
Thanks a lot,
M…
Other Parts Discussed in Thread: ADS1298 Dear friends,
I am trying to write a code to continuously read a data from a peripheral. I write the below code and during debugging the code loops in the highlighted "do while" loop forever. The CC bit never…
Hello all,
I am trying to con figure the SPI registers but there is conflict between SPI module registers names defined in C5515 data sheet and the example in CSL library for C5515.
The example in CSL library csl_spi_example says that:
/* Send…
I tried to run the example in CSL_MMCSD_SdCardFSExample and got the following failure :
MMCSD-ATAFS TESTS!
MMCSD-ATAFS POLL MODE TEST!
SD Card detected
SD card is High Capacity Card
Memory Access will use Block Addressing
SD card…
I am streaming audio samples to and from the I2S0 bus using DMA. I have two audio channels in each direction, 32 bit samples, at 96 kHz. This is a total data flow of 12.28 Mb/sec.
Each audio channel has it's own DMA channel. I'm using ping-pong mode…
Hi. I've been trying to flash my program to rom in the c5515 ezdsp using the nor_writer provided by spectrum digital. The program flashes just fine, but it doesn't run. Furthermore, after this happens, if I try to run a program using the debugger it appears…
Hi Adam,
We are also moving towards designing our own ECG board based on the ADS1298 and TMS320C5515EVM. We have the same questions as you posted. Did anyone from ti message you with the response to these questions?
Thank you,
Pedro
Other Parts Discussed in Thread: TMS320C5505 How should the EMIF pins should be connected when they are not in use?
In my design I am not using the EMIF and will have the lines that are multiplexed between EM_A and GP set to GPIO. I've gathered from…
Hi,
I am using the C5515 EVM with the ECG MDK daughter card. I cannot get the SD/MMC CSL examples to work when the MDK daughter card is connected to the EVM. They work perfectly fine when the daughter card is not connected. I saw an earlier post http…