Discussion Title | Created date |
---|---|
AVR CAN Baud rate calculator Try this CANculator and if anything is wrong please let me know! |
Tuesday, 16 September 2008 - 22:11 |
EEPROM I have two questions 1. Could anyone please provide link/example how to locate eeprom variables to specific location 2. How to make eeprom variable visible only in one file and... |
Wednesday, 9 January 2008 - 23:57 |
optimization? //prototype bool button_pressed(void); 102: if (!button_pressed()) return MENU_NO_BUTTON; +000006E5: 940E0874 CALL 0x00000874 Call subroutine +000006E7:... |
Wednesday, 31 October 2007 - 22:47 |
warning // variable static char menu_p[][FONT_NORMAL_SIZE+1] PROGMEM = { "Line 1 ", "Line 2 ", "Line 3 ", "Line 4 ", "Line... |
Wednesday, 31 October 2007 - 16:01 |
AVR Dragon and AT90XXXXXX I did not find that dragon does support AT90CAN and/or other AT90 devices. Please confirm this or tell where can I find that this is wrong. Thanks. |
Friday, 2 March 2007 - 16:51 |
AT90CAN and RTRTAG bit I have the code which uses rtrtag bit. What I have found tonight is that if I have more than one device responding simultaneously with auto reply messages, them do not come... |
Tuesday, 6 February 2007 - 01:24 |
NIX questions I want to include project information into the flash. I put find .. -name "*.c" -ls > ../main/filelist.all find .. -name "*.h" -ls >>../main/filelist.all find .. -name... |
Friday, 12 January 2007 - 19:45 |
ISR vs SIGNAL Should I migrate from using macro SIGNAL(SIG_XYZ) to ISR(XYZ_vect)or it is not necessary? |
Thursday, 4 January 2007 - 14:04 |
stdarg.h / va_list & Co void start ( char *ptr, uint8_t s_words, uint8_t num,... ) { va_list uk_arg; char *p; init_sk ( s_words, ptr, num ); va_start ( uk_arg, num ); while (( p = va_arg (... |
Monday, 11 September 2006 - 19:26 |
CAN baud rate settings selection The certain baud rate is achievable with more than one way. My question is what criteria (prescaler BRP, propagation time segment, phase segments 1 and 2) are more and what less... |
Thursday, 24 August 2006 - 13:35 |
OT: Happy Railroaders Day to everyone! My best wishes to all of you. |
Sunday, 6 August 2006 - 14:07 |
House cleaning Quote:Warning: file C:/DOCUME~1/EWEDDI~1/LOCALS~1/Temp/ccuOeaaa.s not found in symbol table, ignoring I'm guessing that Eric(EWEDDI~1)forgot to clean something in the new release |
Thursday, 27 April 2006 - 17:43 |