Author Topic: SAM7X-EK UART Setting  (Read 8266 times)

Offline kmjackson

  • Newbie
  • *
  • Posts: 33
    • View Profile
SAM7X-EK UART Setting
« 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

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3234
    • View Profile
    • uTasker
Re: SAM7X-EK UART Setting
« Reply #1 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