Reply by John McCabe January 5, 20042004-01-05
On Wed, 31 Dec 2003 16:18:28 +0100, "Curl" <Mr.Bilou@microsoft.fr>
wrote:

>Hi all, >***/ Joyeux noel, bonne ann&#4294967295;e et toutes ces choses.. ! \*** > >Does anyone know how to access McBSP control registers with code >composer studio ? >Thank you !
View -> CPU Registers -> Serial Port Registers Best Regards John McCabe To reply by email replace 'nospam' with 'assen'
Reply by Curl December 31, 20032003-12-31
"Randy Yates" <yates@ieee.org> a &#4294967295;crit dans le message de news:
| So this is the fruit that the "xyz Studio" user interface has
brought
| forth.

Hi !
I do not understand,  could you explain me this joke ?


Reply by December 31, 20032003-12-31
"Curl" <Mr.Bilou@microsoft.fr> wrote:

>Hi all, >***/ Joyeux noel, bonne ann&#4294967295;e et toutes ces choses.. ! \*** > >Does anyone know how to access McBSP control registers with code >composer studio ? >Thank you !
Depends. Are you a friend or foe of my country? Haha. Joking. The McBSP register can be accessed in a memory window. You need to make the setting "I/O", instead of "Data" or "Program" space. The address of each register will be listed in the full data sheet for the processor that you are using. Each McBSP will have it's registers starting at a different location. There may also be an option in the CCS menu, to look at the McBSP registers, through some window that comes up special for them. It may be under the "Tools" pulldown. But I have preferred to look at them in the memory window direct. Also, you will need to make sure that your memory map specifiies that the I/O address for the McBSP registers you are looking at is either "Read", if you only want to look at them ... or "Read/Write" if you want to modify them. There is a pulldown menu that lets you look at the memory map, and change it if necessary. Or you can change it in a gel file. Regards, Robert www.gldsp.com ( modify address for return email ) www.numbersusa.com www.americanpatrol.com
Reply by Randy Yates December 31, 20032003-12-31
Curl wrote:
> Hi all, > ***/ Joyeux noel, bonne ann&#4294967295;e et toutes ces choses.. ! \*** > > Does anyone know how to access McBSP control registers with code > composer studio ? > Thank you !
So this is the fruit that the "xyz Studio" user interface has brought forth. -- % Randy Yates % "...the answer lies within your soul %% Fuquay-Varina, NC % 'cause no one knows which side %%% 919-577-9882 % the coin will fall." %%%% <yates@ieee.org> % 'Big Wheels', *Out of the Blue*, ELO http://home.earthlink.net/~yatescr
Reply by Curl December 31, 20032003-12-31
Hi all,
***/ Joyeux noel, bonne ann&#4294967295;e et toutes ces choses.. ! \***

Does anyone know how to access McBSP control registers with code
composer studio ?
Thank you !