Discussion Title | Created date |
---|---|
avarice from winavr not working with usb jtagice3 I am using win-avr with eclipse to build and debug my project with ATxmega256a3bu devie. when I tried to debug the code using avarice using following command: avarice --part... |
Friday, 29 August 2014 - 04:49 |
Can Link Quality Indication be viewed as SNR? Hello Everyone! I am using RF transceiver of atmel AT86RF231 and it gives me some reading of RSSI and LQI in its register. I need to display signal to noise ratio of RF signal,... |
Wednesday, 23 April 2014 - 06:28 |
how to store large array in program memory in IAR Hello everyone, I want to store a large array in program memory in IAR. there are some location, @ keywords but I don't know they would help me or not. __far keyword is also... |
Monday, 14 April 2014 - 11:42 |
how to convert a intel hex file to raw data like memory view Hi all, I want to make a boot loader code for avr, which can update firmware over the air. Now I am able to write application area using some fixed data. I have a hex file of the... |
Wednesday, 12 February 2014 - 11:56 |
how to update only some portion or APIs of code in avr I am using atxmega256a3bu microcontroller for my project, I want to make a program architecture like I have compiled and programmed the code and now only some APIs can be changed... |
Friday, 7 February 2014 - 05:43 |
ADC in Atxmega256a3u hi all, I am using Atxmega256A3u microcontroller, I want to use a light sensor with it. Can anyone give me the reference code for ADC read for IAR tool chain? thank you, regards,... |
Saturday, 31 August 2013 - 11:45 |
how to upgrade avr gcc in linux Hi all, I want to update avr-gcc 4.5 to 4.7 in linux ubuntu. Does anyone know how to update it? Thank you. |
Thursday, 6 June 2013 - 11:30 |
download elf generated for atmega128rfa1 in Atmega256rfr2 Hi all, Can elf generated for Atmega128Rfa1 be downloaded in Atmega256RFR2? I found that both hardware are compatible in registers. I have compiled contiki for Atmega128RFa1 but... |
Thursday, 6 June 2013 - 10:19 |
can iar library be used with atmel studio? Hi all, I want to port IAR project into Atmel studio6 project. I found in that project it uses a library file library.a can I add that .a file in studio6.1? Is library file... |
Tuesday, 7 May 2013 - 05:56 |
build failed in release configuration Hi all, I am using atmega256rfr2 in my project. I could build successfully my project in atmel studio 6.1 but when I changed the solution configuration to release, it gives error... |
Saturday, 20 April 2013 - 10:38 |
undefined reference to function() error. Hi all, I tried to build a simple UART code. I called HAL_UartInit() function from main.c and HAL_UartInit() is defined in another file hal_uart.c. I have added function prototype... |
Thursday, 4 April 2013 - 17:21 |