AVR32 serial config

classic Classic list List threaded Threaded
6 messages Options
Fernando Araújo Fernando Araújo
Reply | Threaded
Open this post in threaded view
|

AVR32 serial config

If someone is having problems connecting the ATEVK1100 (AVR32) board on a terminal, the baud rate is 115k instead of 38.6k otherwise stated.

The other configs are the same:  8n1, no flow control.

Bests,
--
Fernando Araujo

_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Dado Sutter Dado Sutter
Reply | Threaded
Open this post in threaded view
|

Re: AVR32 serial config

Hello,
   Fernando, could you tell us where did you see this stated ?
   The AVR32 doc is not online yet.

Best
Dado




On Tue, Mar 3, 2009 at 15:10, Fernando Araújo <[hidden email]> wrote:
If someone is having problems connecting the ATEVK1100 (AVR32) board on a terminal, the baud rate is 115k instead of 38.6k otherwise stated.

The other configs are the same:  8n1, no flow control.

Bests,
--
Fernando Araujo

_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Fernando Araújo Fernando Araújo
Reply | Threaded
Open this post in threaded view
|

Re: AVR32 serial config

Dado,
    It's stated inside '\src\platform\avr32\platform_conf.h', the other configs I just copied from the other platforms.
    I had some trouble setting up the hole system (toolchain + flasher + terminal serial access), but I'll redo the whole process from the beginning and write a recipe of how to corretly put everything to work.

Regards,
--
Fernando Araujo


Joe DiMaggio  - "Pair up in threes."

On Tue, Mar 3, 2009 at 15:19, Dado Sutter <[hidden email]> wrote:
Hello,
   Fernando, could you tell us where did you see this stated ?
   The AVR32 doc is not online yet.

Best
Dado




On Tue, Mar 3, 2009 at 15:10, Fernando Araújo <[hidden email]> wrote:
If someone is having problems connecting the ATEVK1100 (AVR32) board on a terminal, the baud rate is 115k instead of 38.6k otherwise stated.

The other configs are the same:  8n1, no flow control.

Bests,
--
Fernando Araujo

_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Dado Sutter Dado Sutter
Reply | Threaded
Open this post in threaded view
|

Re: AVR32 serial config



On Tue, Mar 3, 2009 at 16:17, Fernando Araújo <[hidden email]> wrote:
Dado,
    It's stated inside '\src\platform\avr32\platform_conf.h', the other configs I just copied from the other platforms.

Thanks, I'll fix it.
 
......
Regards,
--
Fernando Araujo

Dado



 



Joe DiMaggio  - "Pair up in threes."

On Tue, Mar 3, 2009 at 15:19, Dado Sutter <[hidden email]> wrote:
Hello,
   Fernando, could you tell us where did you see this stated ?
   The AVR32 doc is not online yet.

Best
Dado




On Tue, Mar 3, 2009 at 15:10, Fernando Araújo <[hidden email]> wrote:
If someone is having problems connecting the ATEVK1100 (AVR32) board on a terminal, the baud rate is 115k instead of 38.6k otherwise stated.

The other configs are the same:  8n1, no flow control.

Bests,
--
Fernando Araujo

_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Dado Sutter Dado Sutter
Reply | Threaded
Open this post in threaded view
|

Re: AVR32 serial config

Hello,
   Fernando, do you have the latest trunk version ? (svn update)
   On the file you mentioned, the baud is correctly set to 115Kbps

#define CON_UART_SPEED      115200

Best
Dado


On Tue, Mar 3, 2009 at 16:40, Dado Sutter <[hidden email]> wrote:


On Tue, Mar 3, 2009 at 16:17, Fernando Araújo <[hidden email]> wrote:
Dado,
    It's stated inside '\src\platform\avr32\platform_conf.h', the other configs I just copied from the other platforms.

Thanks, I'll fix it.
 
......
Regards,
--
Fernando Araujo

Dado



 



Joe DiMaggio  - "Pair up in threes."

On Tue, Mar 3, 2009 at 15:19, Dado Sutter <[hidden email]> wrote:
Hello,
   Fernando, could you tell us where did you see this stated ?
   The AVR32 doc is not online yet.

Best
Dado




On Tue, Mar 3, 2009 at 15:10, Fernando Araújo <[hidden email]> wrote:
If someone is having problems connecting the ATEVK1100 (AVR32) board on a terminal, the baud rate is 115k instead of 38.6k otherwise stated.

The other configs are the same:  8n1, no flow control.

Bests,
--
Fernando Araujo

_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev




_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Fernando Araújo Fernando Araújo
Reply | Threaded
Open this post in threaded view
|

Re: AVR32 serial config

Dado,
    Yep, you're right. I used this file from the trunk to correctly configure the terminal, but I was told to use 38.6k  instead. Just to let you know, there was nothing wrong with any file, only on the terminal configs.

Best,

--
Fernando Araujo

Dado Sutter wrote:
Hello,
   Fernando, do you have the latest trunk version ? (svn update)
   On the file you mentioned, the baud is correctly set to 115Kbps

#define CON_UART_SPEED      115200

Best
Dado


On Tue, Mar 3, 2009 at 16:40, Dado Sutter <[hidden email]> wrote:


On Tue, Mar 3, 2009 at 16:17, Fernando Araújo <[hidden email]> wrote:
Dado,
    It's stated inside '\src\platform\avr32\platform_conf.h', the other configs I just copied from the other platforms.

Thanks, I'll fix it.
 
......
Regards,
--
Fernando Araujo

Dado



 



Joe DiMaggio  - "Pair up in threes."

On Tue, Mar 3, 2009 at 15:19, Dado Sutter <[hidden email]> wrote:
Hello,
   Fernando, could you tell us where did you see this stated ?
   The AVR32 doc is not online yet.

Best
Dado




On Tue, Mar 3, 2009 at 15:10, Fernando Araújo <[hidden email]> wrote:
If someone is having problems connecting the ATEVK1100 (AVR32) board on a terminal, the baud rate is 115k instead of 38.6k otherwise stated.

The other configs are the same:  8n1, no flow control.

Bests,
--
Fernando Araujo

_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev



_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev




_______________________________________________ Elua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev

_______________________________________________
Elua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev