UART1 speed error Thanks, I will use the new formula and work and my BAUD this way.
OK I have looked at the datasheet page 31, and external clock setting is CKSEL 0000. I have gone to...
Thursday, 26 November 2015 - 19:46
UART1 speed error Hi Js,
Previously this code was used on a ATmega64A with a 16Mhz crystal. I never set any external fuses. Maybe this was a default setting. OK I will look...
Thursday, 26 November 2015 - 19:09
Upgrade to AS7 or stay AS6.2 Hi all,
I am glad we all think the same. I think I will stick with AS6.2 for the minute.
Also I have been considering upgrading to windows 10 from...
Wednesday, 21 October 2015 - 19:40
Crystal Oscillators Hi all,
Thanks for your input and help.
Cheers,
Tuurbo46.
Wednesday, 14 October 2015 - 18:34
USART initialization problems. Hi mikech,
Sorry for the delay in my reply.
1) What processor are you using ? AT32UC3C164C
2) What physical pin on that processor are you using for USART2 TxD...
USART initialization problems. Hi mikech,
I am still struggling. I have tried everything. Below is my latest changes. Can you see any problems. I cannot get anything out to...
Wednesday, 5 August 2015 - 10:45
Atmel Studio 6.2 Header File Problems Hi,
OK I am now trying to clear the M103C fuse. I have looked at the datasheet and cannot see a bit there to change. And also on the device programming fuses...
Friday, 31 July 2015 - 07:21
Atmel Studio 6.2 Header File Problems clawson,
Excellent guess on the chip.
Fully working project with all .h and .c is using a ATmega328P Xplained.
This nightmare and the above example is trying...
Thursday, 30 July 2015 - 16:10
Atmel Studio 6.2 Header File Problems I have cut this problem back to the very basics. In main.c if I call io_conf() to setup blink led port, the led will not blink. If I put "DDRE = 0b11111110;" in main.c...
Thursday, 30 July 2015 - 15:11
Atmel Studio 6.2 Header File Problems clawson,
A very good write up. My project does all these things, but I still cannot use functions in other .c files only functions in main.c. No errors are...
Thursday, 30 July 2015 - 13:18
USART initialization problems. Sorry I just spotted a mistake, I copied all my code into main for this example and forgot to initialize. All edited now and still does not work.
The led toggles fine...
Thanks, I will use the new formula and work and my BAUD this way. OK I have looked at the datasheet page 31, and external clock setting is CKSEL 0000. I have gone to...
Hi Js, Previously this code was used on a ATmega64A with a 16Mhz crystal. I never set any external fuses. Maybe this was a default setting. OK I will look...
Hi all, I am glad we all think the same. I think I will stick with AS6.2 for the minute. Also I have been considering upgrading to windows 10 from...
Hi all, Thanks for your input and help. Cheers, Tuurbo46.
Hi mikech, Sorry for the delay in my reply. 1) What processor are you using ? AT32UC3C164C 2) What physical pin on that processor are you using for USART2 TxD...
clawson, Thanks for your help. Yes it was the "M103C" fuse causing my problems. Thanks again, Tuurbo46.
Hi mikech, I am still struggling. I have tried everything. Below is my latest changes. Can you see any problems. I cannot get anything out to...
Hi, OK I am now trying to clear the M103C fuse. I have looked at the datasheet and cannot see a bit there to change. And also on the device programming fuses...
clawson, Excellent guess on the chip. Fully working project with all .h and .c is using a ATmega328P Xplained. This nightmare and the above example is trying...
I have cut this problem back to the very basics. In main.c if I call io_conf() to setup blink led port, the led will not blink. If I put "DDRE = 0b11111110;" in main.c...
clawson, A very good write up. My project does all these things, but I still cannot use functions in other .c files only functions in main.c. No errors are...
Sorry I just spotted a mistake, I copied all my code into main for this example and forgot to initialize. All edited now and still does not work. The led toggles fine...
Pages