Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top