Re: Help!!
Posted: Fri Dec 22, 2017 7:14 pm
Hi Tony,
Related to the GPS that could cause overflow problem:
here are the sequence that generate the problem. When the GPS has no fix, it send the following sentences:
$GPGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99*30
$GPGSV,1,1,01,24,,,36*7B
$GPGLL,,,,,,V,N*64
$GPRMC,,V,,,,,,,,,,N*53
$GPVTG,,,,,,,,,N*30
$GPGGA,,,,,,0,00,99.99,,,,,,*48
$GPGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99*30
In that situation, the clock crashed after a few seconds
when the fix is done at least on one sattelite, the sentences are like that:
$GPGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99*30
$GPGSV,1,1,01,24,,,36*7B
$GPGLL,,,,,210533.00,V,N*4C
$GPRMC,210534.00,V,,,,,,,051217,,,N*7C
$GPVTG,,,,,,,,,N*30
$GPGGA,210534.00,,,,,0,00,99.99,,,,,,*67
$GPGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99*30
and the clock works well !
Do you think it could be linked to a stack overflow?
regards,
Related to the GPS that could cause overflow problem:
here are the sequence that generate the problem. When the GPS has no fix, it send the following sentences:
$GPGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99*30
$GPGSV,1,1,01,24,,,36*7B
$GPGLL,,,,,,V,N*64
$GPRMC,,V,,,,,,,,,,N*53
$GPVTG,,,,,,,,,N*30
$GPGGA,,,,,,0,00,99.99,,,,,,*48
$GPGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99*30
In that situation, the clock crashed after a few seconds
when the fix is done at least on one sattelite, the sentences are like that:
$GPGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99*30
$GPGSV,1,1,01,24,,,36*7B
$GPGLL,,,,,210533.00,V,N*4C
$GPRMC,210534.00,V,,,,,,,051217,,,N*7C
$GPVTG,,,,,,,,,N*30
$GPGGA,210534.00,,,,,0,00,99.99,,,,,,*67
$GPGSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99*30
and the clock works well !
Do you think it could be linked to a stack overflow?
regards,