Discussion Title | Created date |
---|---|
HEX not being programmed I am trying to make a bootloader for an ATMEGA164P. I have generated a HEX file that looks like this: :1038000011241FBECFEFD4E0DEBFCDBF11E0A0E09A :... |
Saturday, 23 May 2009 - 03:51 |
AVR MultiKit Oscilloscope I would like to get some feedback on my project, the AVR MultiKit. It is a Mixed Signal Oscilloscope that can also be used as a development board for learning the AVR. Check it... |
Saturday, 13 September 2008 - 07:24 |
AVR Studio bug? linking with uppercase filenames I am trying to call an assembly function from C. I'm using WinAVR in AVR Studio 4.14 test.s: .global test test: nop ret main.c: void test(void); int main(void) {... |
Tuesday, 22 April 2008 - 18:43 |
8 bit fractional numbers in GCC Is there a way to use 8 bit fractional numbers in GCC? My goal is to have the the compiler generate a single FMUL instruction when multiplying two 8 bit fractional numbers. Thanks... |
Tuesday, 22 April 2008 - 04:04 |
Calling assembly function: undefined reference I am trying to call an assembly function from C. I'm using WinAVR in AVR Studio. test.s: .global test test: nop ret main.c: void test(void); int main(void) { test... |
Friday, 18 April 2008 - 06:45 |
Dissasembler not showing all C lines I'm using AVR studio SP2 and WinAVR20071221. In the Disassembler window, the assembly seems to be ok, but not all lines from the C source are shown. This is one example: void... |
Thursday, 10 April 2008 - 00:30 |
Fuses and lockbits I am using ICCAVR7. Is there a way to set the fuses and lockbits in the source code? If not, do I have to set the fuses every time I want to program a new chip? Thanks! |
Friday, 23 June 2006 - 14:50 |