AVR Studio 5 Released - Get Your BETA Here! leon_heller wrote:Here is an article about AS5 in Electronic Design:
http://electronicdesign.com/arti...
I suspect that this article is sponsored or even written by Atmel. Only...
Saturday, 26 March 2011 - 08:07
AVR Studio 5 Released - Get Your BETA Here! To me AS5 is a complete disaster. Not only it uses a lot of memory, but is extremely slow. Let’s compare to other IDEs, for example free CodeBlocks or QT Creator. CodeBlocks is...
Saturday, 26 March 2011 - 08:04
USART in synchronous mode True. I’ve tested it last night in a real circuit and found that XCK is always active. Besides that, the USART behaves like in asynchronous mode.
Thanks.
Fixed-point math support in gcc The problem with delay functions is connected with AVR-libc (see the bugreports), not the Atmel's compiler itself.
But do you know where I can find sources of Atmel's toolchain? I...
Saturday, 6 November 2010 - 22:35
Fixed-point math support in gcc Yes, I’ve found the original topic, and I think Atmel uses his implementation. But with possible improvements. Do you know where I can find sources of Atmel toolchain? I can’t...
Saturday, 6 November 2010 - 20:38
How to debug application without binaries As I said, I have two separated applications, main app, and bootloader, again – to separated codes, two projects. The binaries are merged only in microcontroller FLASH memory. I...
Wednesday, 27 October 2010 - 13:06
How to debug application without binaries It’s a discussion about ethics. If they want to keep something for them, they can patent it. I don’t think that something should be prohibited, just because somebody wants to...
Wednesday, 27 October 2010 - 12:09
How to debug application without binaries Yes, it’s my code. It just consists of two separated applications – main app and bootloader. Your method will probably work, but I thought about something simpler – like a...
Yes, I meant 4.5.1 shipped with AS5.
leon_heller wrote:Here is an article about AS5 in Electronic Design: http://electronicdesign.com/arti... I suspect that this article is sponsored or even written by Atmel. Only...
To me AS5 is a complete disaster. Not only it uses a lot of memory, but is extremely slow. Let’s compare to other IDEs, for example free CodeBlocks or QT Creator. CodeBlocks is...
True. I’ve tested it last night in a real circuit and found that XCK is always active. Besides that, the USART behaves like in asynchronous mode. Thanks.
TWI supports broadcast – you can use special 0 address, to which all devices should respond.
const have done the trick :) Thanks.
The problem with delay functions is connected with AVR-libc (see the bugreports), not the Atmel's compiler itself. But do you know where I can find sources of Atmel's toolchain? I...
Yes, I’ve found the original topic, and I think Atmel uses his implementation. But with possible improvements. Do you know where I can find sources of Atmel toolchain? I can’t...
As I said, I have two separated applications, main app, and bootloader, again – to separated codes, two projects. The binaries are merged only in microcontroller FLASH memory. I...
It’s a discussion about ethics. If they want to keep something for them, they can patent it. I don’t think that something should be prohibited, just because somebody wants to...
Yes, it’s my code. It just consists of two separated applications – main app and bootloader. Your method will probably work, but I thought about something simpler – like a...
Thanks, I will contact with Atmel.
Pages