On Wed, 11 Jun 2008, LaksCEO wrote:
> Hi
> I am running a program on TS7250 in which
> i use the following example programs with some changes
>
> 1. keypad.c
> 2.lcdmesg.c
> 3.readcom2
>
> i do read the RTC time date and display the same on the LCD
> and read the data from the com2 serial port and display the same in LCD
>
> when i am executing this program i am displaying the time and updating every
> second. so that it displays HH:MM:SS
>
> after running for 2 min 39 seconds i get the segmentation fault and the board
> returns to the command prompt?
>
> in case if i read the data from the com2 it goes beyond 2min.39 secs and get
> the segmentaion fault after few seconds
>
> Where and what could be the problem?
Segmentation fault means you're reading or writing memory you haven't
allocated. Time-based ones are usually buffer overflows.
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|