Discussion Forum

Automatic address recognition in Philips 87LPC764

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Nick Daniel
Posted
11-Dec-2001 00:54 GMT
Toolset
C51
New! Automatic address recognition in Philips 87LPC764
Hi

I am trying to use the automatic address recognition on the Philips 87LPC764. I am having trouble using the serial window in the debugger to transmit 11 bit data so that the simulated 87LPC764 can receive the data byte plus the additional 9th bit used in the automatic address recognition. Has anyone got any suggestions on how to 'transmit' a byte from the serial window with a 9th bit set?

Thanks,
Nick Daniel

Read-Only
Author
Andrew Neil
Posted
11-Dec-2001 14:21 GMT
Toolset
C51
New! RE: Automatic address recognition in Philips 87LPC764
Have you tried it via the 'Peripherals' menu?
Read-Only
Author
Jon Ward
Posted
11-Dec-2001 15:34 GMT
Toolset
C51
New! RE: Automatic address recognition in Philips 87LPC764
In the command window, just type

SIN = value

and value will be received by the serial port. See the following knowledgebase article for more information.

http://www.keil.com/support/docs/1944.htm

Jon
Read-Only
Author
Nick Daniel
Posted
11-Dec-2001 23:26 GMT
Toolset
C51
New! RE: Automatic address recognition in Philips 87LPC764
Thanks Jon, that command does what I need.

Cheers,
Nick

Next Thread | Thread List | Previous Thread Start a Thread | Settings