Atmel Avr usart0 issue - need help

Status
Not open for further replies.

streetHawkk

Newbie level 5
Joined
May 14, 2012
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,359
Hi,

I am using the AVR32 microcontroller ev k1100 board and i need to use both the Timer control (TC) and the usart0, however the example shown can use only the usart1. In the conf_clock.h i tried to enable the peripheral clock for both but still the usart 0 is not working.

// ===== Peripheral Clock Management Options-> Enable USART1 for trace messages
#define CONFIG_SYSCLK_INIT_PBAMASK ((1 << SYSCLK_USART1)|(1 << SYSCLK_USART0))


Could anyone please suggest me how to enable the usart0 along with the TC. Any sample working code will be very useful to me.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…