log10( ) thanks Cliff and LDEVRIES, problem solved!
- Eric
Thursday, 22 December 2011 - 20:55
log10( ) Quote:You have probably not linked in
Quote:
libm.a &
libprintf_flt.a
could you expand on this? i don't know what you mean. Thank you,
Eric
Thursday, 22 December 2011 - 20:04
volatile 32bit var & eeprom thanks Steve, wasn't sure if 'unsigned long int' for the m64 is 'uint32' - i think it'd be ultoa -
- Eric
Sunday, 18 December 2011 - 20:11
volatile 32bit var & eeprom one more question! how do i convert the uint32 variable to char if itoa is
extern char *itoa(int __val, char *__s, int __radix);
if i would do
char Es_str[8];
volatile...
long int in 8bit uC? thank you Cliff and Lee - always learning from you guys
- Eric
Friday, 11 November 2011 - 18:01
long int in 8bit uC? thank you, i had forgotten about sizeof
1- c language - not sure what 'toolchain' is but i'm assuming it is all the *.h files in 'external dependencies' (AVR studio 4)
2 - limits....
Friday, 11 November 2011 - 17:36
atmega64 upgrade centipede :D
about a year ago i upgraded from a m16 to a m64 as the software got bigger and bigger, so dont' think i could go to the Tinys - i'll look into using a mux, but i don'...
Frustrating ATmega32 interfacing GSM modem problem !! hello, quick question: David mentioned Quote:I have no idea what you are trying to achieve. But you will find life easier if you use the regular putchar() or printf() functions....
Wednesday, 21 September 2011 - 18:24
telit GM862 with a m64 still trying but no luck yet... here's my code if anyone can catch something i'm missing... btw - i have telit at USART1 and the xbee to send the telit response to my laptop at...
thanks Cliff and LDEVRIES, problem solved! - Eric
Quote:You have probably not linked in Quote: libm.a & libprintf_flt.a could you expand on this? i don't know what you mean. Thank you, Eric
thanks Steve, wasn't sure if 'unsigned long int' for the m64 is 'uint32' - i think it'd be ultoa - - Eric
one more question! how do i convert the uint32 variable to char if itoa is extern char *itoa(int __val, char *__s, int __radix); if i would do char Es_str[8]; volatile...
ooops ... i missed the t... thanks guys :)
thank you Cliff and Lee - always learning from you guys - Eric
thank you, i had forgotten about sizeof 1- c language - not sure what 'toolchain' is but i'm assuming it is all the *.h files in 'external dependencies' (AVR studio 4) 2 - limits....
centipede :D about a year ago i upgraded from a m16 to a m64 as the software got bigger and bigger, so dont' think i could go to the Tinys - i'll look into using a mux, but i don'...
no, i had not seen it - thank you - Eric
if i'm using avr studio 4.18, build 716 - and would like to send to TXD1 (i'm already using TXD0 for a zibgee xbee)?
hello, quick question: David mentioned Quote:I have no idea what you are trying to achieve. But you will find life easier if you use the regular putchar() or printf() functions....
still trying but no luck yet... here's my code if anyone can catch something i'm missing... btw - i have telit at USART1 and the xbee to send the telit response to my laptop at...
Pages