µTasker Forum

µTasker Forum => ATMELTM AT91SAM7X and AVR32 => Topic started by: kmjackson on November 27, 2009, 07:53:12 AM

Title: SAM7X-EK UART Setting
Post by: kmjackson on November 27, 2009, 07:53:12 AM
Hi,

I'm using the SAM7x-ek board with uTasker 1.4.  Where are the default settings for the demo/debug UART?


Thanks
Title: Re: SAM7X-EK UART Setting
Post by: mark on November 27, 2009, 02:21:08 PM
Hi

See cParameters in application.c. These are the default settings for Baud, etc.
Then check also app_hw_sam7x.h. Here the number of available UARTS is set (with or without the BDGU in UART mode), including the port actually used by the demo DEMO_UART. [0 is USART 0, 1 is USART1 and 2 is DBGU, if enabled]. Also the serial driver can be completely disabled by disabling SERIAL_INTERFACE in config.h.

Regards

Mark