Forums Search for: 5416
CCS Graphical configuration of McBSP
Hello all, Is this a known issue? I have looked for info on it but with no success. Using CCS 2.10 targetting a '5416. ...
Hello all, Is this a known issue? I have looked for info on it but with no success. Using CCS 2.10 targetting a '5416. I find that the graphical configuration of McBSP pins used as GPIO is not very sticky. Making changes in the configuration of other
McBSP Clock Stop mode
I'm working on using McBSP1 on a 5416 in clock stop mode as a SPI master. I have successfully set it up so that it will transmit a...
I'm working on using McBSP1 on a 5416 in clock stop mode as a SPI master. I have successfully set it up so that it will transmit a block of bytes using DMA #2, and generate an interrupt when the block is finished. Now I'm trying to use 2 DMA channels, one for transmit (to keep
Re: Help in Assembly coding in 5416
Hello Ulrich, Saturday, January 04, 2003, 8:25:14 AM, you wrote: It would be a solution to declare func as func(int *x,...
Hello Ulrich, Saturday, January 04, 2003, 8:25:14 AM, you wrote: It would be a solution to declare func as func(int *x, int *a, int *y); Then you'll get &x in register A, and *sp(0) and *sp(1) for &a and &y. Thus you'll gain full access to Y.
McBSP SPI mode on 5416 DSK
I am using the mcbsp0 to control a spi device. I have used the following functions: void InitSPI(void) { mhMcbsp =...
I am using the mcbsp0 to control a spi device. I have used the following functions: void InitSPI(void) { mhMcbsp = MCBSP_open(MCBSP_PORT0, MCBSP_OPEN_RESET); MCBSP_config(mhMcbsp, &Config); } void sendSPI(void) { MCBSP_start(mhMcbsp, MCBSP_R
rsr232
hi all I'm using 5416 dsk and code composer Can anyone send me an example to use mcbsp2 in rsr232 mode at 19200 ??? ...
hi all I'm using 5416 dsk and code composer Can anyone send me an example to use mcbsp2 in rsr232 mode at 19200 ??? regards
Missed INT0 Interrupt?
Has anyone seen a case where the '5416 could miss an interrupt? I'm grasping at straws here I know. I've got this SPI interface...
Has anyone seen a case where the '5416 could miss an interrupt? I'm grasping at straws here I know. I've got this SPI interface that uses a couple of interrupt lines to control the flow of the data, and it works most of the time :> But after running for a bit (seconds to a
RE:RE:real time processing using dsk 5416
Hi Sandy, I suggest to have a look at the "tone" example (\examples\dsk5416\bsl\tone). Here you will find some low level...
Hi Sandy, I suggest to have a look at the "tone" example (\examples\dsk5416\bsl\tone). Here you will find some low level functions to easily address the audio codec. Best regards, Markus
dsk5416 getting started
Hi..... I've just started working with the DSK 5416... In the first step, i've done the tutorial of the CCS, and now...
Hi..... I've just started working with the DSK 5416... In the first step, i've done the tutorial of the CCS, and now i'm looking for more literature. I would like to know, if somebody have the ONE DAY WORKSHOP from the texas instruments, and if it's possi
5416 MP/MC Register
Dear All ! I have a question: In the technical reference written that there is MP/!MC Register that selects between...
Dear All ! I have a question: In the technical reference written that there is MP/!MC Register that selects between MicroProcessor mode to MicroController mode. But the jumper called MP/MC !!!! Is there any difference between MP/!MC and
PMST Register (5416)
Dear All ! It is written in technical reference that the default of the IPTR Interrupt vector pointer is FF80h. When I...
Dear All ! It is written in technical reference that the default of the IPTR Interrupt vector pointer is FF80h. When I performing reset - I recieve 7F80 instead. Why is that ? Thanks in advance !
Re: Digest Number 582
Subject: 5416 MP/MC Register Dear All ! I have a question: In the technical reference written that there is MP/!MC...
Subject: 5416 MP/MC Register Dear All ! I have a question: In the technical reference written that there is MP/!MC Register that selects between MicroProcessor mode to MicroController mode. But the jumper called MP/MC !!!! I
Re: 5416 .text Memory Problems above 0x4000 - SOLVED
I think I found the main issue. The new code that went beyond 0x4000 also called subroutines that used malloc. It was the additional...
I think I found the main issue. The new code that went beyond 0x4000 also called subroutines that used malloc. It was the additional mallocs that expanded the heap which started corrupting my memory. To solve the problem I expanded my heap when I linked, and things look fine s
Gel Functions (DSK 5416)
Dear All ! I"m trying to use GEL functions in my code, like: GEL_MemoryFill(); The build is failed with error: ...
Dear All ! I"m trying to use GEL functions in my code, like: GEL_MemoryFill(); The build is failed with error: symbol referencing error. Do I need to include some .lib file ? By away, I use these f
Accessing I/O memory (dsk 5416)
Dear All ! Please help me with following issue: In .gel file it is possible to access any memory (data/program/io) by: ...
Dear All ! Please help me with following issue: In .gel file it is possible to access any memory (data/program/io) by: *(int *)0xF123u@data *(int *)0xF123u@program *(int *)0xF123u@io (for example). But if I want to access to
McBSP2 Recieve Interrupt (DSK 5416)
Hi All ! I connected the McBSP 2 to PCM3002 codec (via CPLD). I also configured the codec by its control registers (via...
Hi All ! I connected the McBSP 2 to PCM3002 codec (via CPLD). I also configured the codec by its control registers (via CPLD). I also configured the McBSP2 configurations. I set the IMR to 0x40. INTM=0; I"m recording from microphone and I
5416 CLKIN Value
Hi All ! It is written that according to the jumpers clkin is multiplied (from 0.5 to 10) in order to recieve the wanted...
Hi All ! It is written that according to the jumpers clkin is multiplied (from 0.5 to 10) in order to recieve the wanted frequency. But, what is the value of clkin ? It is written in datasheet that the dsk operates between 16-160 MHz. no value of clk
ask CR setting on codec
we're working on a project which interfaces an external codec (EVM TLV 320 AIC 10) to a DSK TMS 320 VC 5416, using DMA channel. ...
we're working on a project which interfaces an external codec (EVM TLV 320 AIC 10) to a DSK TMS 320 VC 5416, using DMA channel. we're having problem setting the Control Register (CR) for the AIC 10 codec. as we know, there are 2 ways to set the CR : Direct Configuration Serial
problem building reference framework on DSK5416
Hello all, I am trying to run TI reference framework3 (rf3) on DSK5416. I had to upgrade CCS from 2.0 to 2.2 'cause I was told...
Hello all, I am trying to run TI reference framework3 (rf3) on DSK5416. I had to upgrade CCS from 2.0 to 2.2 'cause I was told I must have CCS version 2.2 to run rf3. Currently, I am using CCS 2.2 evaluation version. When I tried to build the rf3 for 5416 I am getting followin
5416 DSK + THS1206 EVM help
Hi, I've searched through the threads and haven't seen any posts about interfacing TI's THS1206 ADC to a TI5416 DSK. I'm a ...
Hi, I've searched through the threads and haven't seen any posts about interfacing TI's THS1206 ADC to a TI5416 DSK. I'm a DSP newbie so I bought these parts to get running quickly for my thesis project. I've posted on comp.dsp, TI's discussion groups, etc. but I cannot
HPI Bus Interface to Atmel 91F40816
We replaced 91F40416 to AT91 F40816 which Atmel says is a drop in replacement. We had interfaced TI DSP 5416 via the...
We replaced 91F40416 to AT91 F40816 which Atmel says is a drop in replacement. We had interfaced TI DSP 5416 via the HPI Bus to AT91 F40816 operating at 25MHz, and HPI Bus operating at 50MHz.






