Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-22 Thread ajinkya
Hi Noam, I wish this to be a last doubt:-) Which timer does LWIP uses..?? Because I am using 2 timers to generate my required IR signal (Timer1 and Timer2) (Kit has 4 timers in total From TIM0, TIM1, TIM2, TIM3) I have one timer interrupt routine too (for timer1), which is used to

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-22 Thread Noam weissman
-bounces+noam=silrd@nongnu.org [mailto:lwip-users-bounces+noam=silrd@nongnu.org] On Behalf Of ajinkya Sent: ב 22 אפריל 2013 09:14 To: lwip-users@nongnu.org Subject: Re: [lwip-users] STR912 lwIP + Freertos demo Hi Noam, I wish this to be a last doubt:-) Which timer does LWIP uses

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-22 Thread ajinkya
Hi Noam, I am done with the trials of different combinations of Timers available. But I guess , something is wrong. As udp works fine without the use of timers. And as the timer related function gets called it stops (Ethernet leds continue to blink but doesn't reply ping ). Yes, I do agree

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-22 Thread Noam weissman
] STR912 lwIP + Freertos demo Hi Noam, I am done with the trials of different combinations of Timers available. But I guess , something is wrong. As udp works fine without the use of timers. And as the timer related function gets called it stops (Ethernet leds continue to blink but doesn't reply ping

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-22 Thread ajinkya
Hi Noam, I just rectified the problem, :-) Actually I wrote the IR generation first, got it working. Then I started with LWIP, also got it working, with your help of course. But while integrating both the codes, I did not comment VIC_DeInit(); //(actually did that purposefully

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-22 Thread Noam weissman
=silrd@nongnu.org] On Behalf Of ajinkya Sent: ב 22 אפריל 2013 15:26 To: lwip-users@nongnu.org Subject: Re: [lwip-users] STR912 lwIP + Freertos demo Hi Noam, I just rectified the problem, :-) Actually I wrote the IR generation first, got it working. Then I started with LWIP, also got it working

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-22 Thread Noam weissman
Auerbach Sent: ב 22 אפריל 2013 16:19 To: 'Mailing list for lwIP users' Subject: Re: [lwip-users] STR912 lwIP + Freertos demo Noam, Didn’t you mean to say ... there should NOT be a timeout as ...? Bill -Original Message- From: lwip-users-bounces+bauerbach=arrayonline@nongnu.org [mailto:lwip

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-18 Thread ajinkya
Thanks Noam, We did the changes .. Without trying to send a IR signal (as a separate function/task). siply I am able to read the payload do some processing and send some reply. Tested rigorously for around 500 transmitted UDP packets. But Still I have some problem after including my

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-18 Thread Noam weissman
[mailto:lwip-users-bounces+noam=silrd@nongnu.org] On Behalf Of ajinkya Sent: ה 18 אפריל 2013 15:41 To: lwip-users@nongnu.org Subject: Re: [lwip-users] STR912 lwIP + Freertos demo Thanks Noam, We did the changes .. Without trying to send a IR signal (as a separate function/task). siply I

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-16 Thread ajinkya
Hi Noam, I have tried the code, and have made some changes, but I have some issues. Here is the part of code. BuildReply function compares the received payload with the string, and sets RetVal flag, which we use Discovery_recv function to send different replies depending on the returned RetVal

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-16 Thread Noam weissman
. -Original Message- From: lwip-users-bounces+noam=silrd@nongnu.org on behalf of ajinkya Sent: Tue 4/16/2013 11:53 AM To: lwip-users@nongnu.org Subject: Re: [lwip-users] STR912 lwIP + Freertos demo Hi Noam, I have tried the code, and have made some changes, but I have some issues. Here is the part

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-10 Thread ajinkya
Hi Noam, I have not tried the code you sent, I have gone through it though. And it helped me. As starters since we don't have any thing on that small module to see whether it is receiving (like TCPdump/wireshark), I preferred to send a broadcast message first. I referred your code + this link

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-09 Thread Noam weissman
-bounces+noam=silrd@nongnu.org] On Behalf Of ajinkya Sent: ב 08 אפריל 2013 10:27 To: lwip-users@nongnu.org Subject: Re: [lwip-users] STR912 lwIP + Freertos demo Hi Noam, Sry was out for week end. Yes your advise helped, I am able to work with lwip now. :-) And I need some more help now

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-08 Thread ajinkya
Hi Noam, Sry was out for week end. Yes your advise helped, I am able to work with lwip now. :-) And I need some more help now. As I told you earlier I wanted to receive and process UDP packet. Working on that now, your input will save time. Thanks again :-) -- Ajinkya -- View this

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-07 Thread Noam weissman
Hi, Were you able to work with the LwIP ?? BR, Noam. -Original Message- From: lwip-users-bounces+noam=silrd@nongnu.org [mailto:lwip-users-bounces+noam=silrd@nongnu.org] On Behalf Of ajinkya Sent: ה 04 אפריל 2013 13:23 To: lwip-users@nongnu.org Subject: Re: [lwip-users] STR912

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-04 Thread Noam weissman
@nongnu.org Subject: Re: [lwip-users] STR912 lwIP + Freertos demo Thanks Noam , I have updated my version to current freeRTOS version. And as you asked I am able to ping my STR912 comstick dongle. but the demo code - FreeRTOS\Demo\ARM9_STR91X_IAR uses *uip stack* only. since i changed the ip address

[lwip-users] STR912 lwIP + Freertos demo

2013-04-03 Thread ajinkya
Hello All, I have searched about this topic before posting it here, most of the threads are of 2007 and 2009 and I am not able to contact the people in the discussion. i am working on STR912 platform (IAR embedded workbench). have worked on uip+FreeRTOS demo port available. Now I have to switch