Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - echel0n

Pages: 1 2 [3]
31
µTasker general / Re: Newbie's firsttime with uTasker
« on: February 27, 2009, 02:45:42 AM »
Yup it's defined as a task perfectly along with code in the serial.c file is present.
Not sure whats gone wrong with it.

32
µTasker general / Re: Newbie's firsttime with uTasker
« on: February 27, 2009, 01:50:44 AM »
Ok that didn't resolve the issue.

My problem is those blue arrows where you normally would set hardware breakpoints via clicking with your mouse are NOT present in my serial.c but are present in application.c thus I'm unable to set breakpoints hardware-wise to do any debugging.

Why would this be ?

33
µTasker general / Re: Newbie's firsttime with uTasker
« on: February 27, 2009, 01:27:41 AM »
Where would I define this WATCHDOG_DISABLE ???

34
µTasker general / Re: Newbie's firsttime with uTasker
« on: February 27, 2009, 01:03:33 AM »
Any reason why I can't set hardware breakpoints in crossworks with this ?
I go set a breakpoint but after I build + debug it puts a question mark in the breakpoint saying no code present ????

35
µTasker general / Re: Newbie's firsttime with uTasker
« on: February 26, 2009, 11:45:07 PM »
Then I suppose what I'll do then is move serial into serial.c and ethernet into network.c and strip that code away from application.c but leave anything that would be used to say initiate those 2

36
µTasker general / Re: Newbie's firsttime with uTasker
« on: February 26, 2009, 10:56:45 PM »
This project will not require any sort of flow control, just rx and tx.
Data comes into arm7 from another device and then I process the data and depending on what it is I either send it out via ethernet or send it back out via uart1.

Also the data that comes into the arm7 via uart1 is formated in such a way that I can tell exactly how many bytes I'm to expect so I can do a forever loop till X number of bytes arrive and then exit the loop and continue with processing.

Anyways you've shed some light on what I was wondering about.

Now my next question is:
Do I even need application.c file at all ?
Do I need fnApplication function ?

37
µTasker general / Newbie's firsttime with uTasker
« on: February 26, 2009, 08:34:30 PM »
Having a hard time with this uTasker and stripping out the unwanted demo apps.

What I'm trying to accomplish is seperating all serial and ethernet code from application.c to there own files such as serial.c and network.c and then bridge them together so data that comes in from uart1 goes out via ethernet to a server app running on my pc then takes the data from the server app in via ethernet and echo's it back out via uart1.

Sounds simple but so far it's becoming rather problematic.

Any idea's or already done source code for me to work with would be appreciated....

Thanks.

Pages: 1 2 [3]