Search the web
Sign In
New User? Sign Up
netburner_group · NetBurner - Embedded Ethernet
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5184 - 5214 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5184
Now I finally sucessfuly runing the EFFS demo. Why demo doesn't work? Because of incorrect ruting of PCB line QSPI_CS2. On pin 1 of SD card must be connected...
bx_tge
Offline Send Email
Apr 1, 2008
7:51 am
5185
I want to listen on the multiple ports on the MOD5270 (same IP address). I created two tasks (TCPTASK1 and TCPTASK2)... If I take one of the tasks out, the...
jmcpherson96
Offline Send Email
Apr 1, 2008
1:33 pm
5186
Did you add: to the top of the program ? DWORD TCPTask1Stk[USER_TASK_STK_SIZE] __attribute__( ( aligned( 4 ) ) ); DWORD TCPTask2Stk[USER_TASK_STK_SIZE]...
seulaterbuddy
Offline
Apr 1, 2008
1:46 pm
5187
I got it working. In the listener tasks serverfd file descriptor must be initialized to zero before calling the listen function... ... address)....
jmcpherson96
Offline Send Email
Apr 1, 2008
2:20 pm
5188
i need to start using ARP. I looked in the examples and did not see anything named as such. I am researching it now, but in the meantime i wanted to ask here...
seulaterbuddy
Offline
Apr 1, 2008
7:38 pm
5189
I'm somewhat confused by the question. As far as I know, ARP maintains a table of IP address to MAC/hardware addresses. I think that you probably are already...
Thomas Taranowski
thomastarano...
Offline Send Email
Apr 1, 2008
9:32 pm
5190
ARP is an automatic part of the TCP/IP stack. What exact function do you want to do with ARP? Paul...
Paul Breed
pbreed
Offline Send Email
Apr 1, 2008
11:05 pm
5191
I fear my question was very nieave to say the least. I should have read up more before even posting, my appologies. what i am trying to do is assign my MOD a...
seulaterbuddy
Offline
Apr 2, 2008
12:03 am
5192
Has anyone adapted putleds() and getdipsw(0 for use with a 5234 on the ModDev70 LC development board? The 5270 ioboard.cpp code checks to see what dev. boards...
ridgeglider
Offline Send Email
Apr 2, 2008
12:23 am
5193
Sorry another inexperienced Netburner user looking for some advice on how to solve my problem. Actually I bought my 5272 Dev Kit nearly 2 years ago but the...
mealogav
Offline Send Email
Apr 2, 2008
12:40 am
5194
I had a similar situation. what i did was to create a task and have it pending. in the IRQ, instead of doing all the I/O work, i have it release that pend, and...
seulaterbuddy
Offline
Apr 2, 2008
12:50 am
5195
Has anyone adapted putleds() and getdipsw() so they work on a moddev70 LC development board? The 5270 code checks the carrier board, but in rel21_rc4a the 5234...
ridgeglider
Offline Send Email
Apr 2, 2008
1:15 am
5196
This is already part of the newest beta build. I did not personally work on it this but I know it was added recently....
Larry Gitlitz
larry_gitlitz
Offline Send Email
Apr 2, 2008
1:20 am
5197
Has anyone adapted putleds() and getdipsw(0 for use with a 5234 on the ModDev70 LC development board? The 5270 ioboard.cpp code checks to see what dev. boards...
ridgeglider
Offline Send Email
Apr 2, 2008
1:25 am
5198
Set up a PIT IRQ to do the millisecond timing. Inside the PIT ISR clear the timer flag, increment a static variable that holds the current state, and then post...
ridgeglider
Offline Send Email
Apr 2, 2008
1:28 am
5199
I'd like to know as well. My current understanding is that isn't currently supported. There is a DHCP option (option 12) where a hostname is specified, which...
Thomas Taranowski
thomastarano...
Offline Send Email
Apr 2, 2008
2:10 am
5200
I think the only way i am going to find this out is if NB comes out and clearly explains if their system supports this or not. ... currently ... local router ...
seulaterbuddy
Offline
Apr 2, 2008
2:29 am
5201
Larry: Can you provide insight about how the 5234 eTPU functions will be influenced by use on the ModDev70 LC development board? I'm realizing that D0-D7 are...
ridgeglider
Offline Send Email
Apr 2, 2008
2:30 am
5202
Hello, Short answer: yes. naming is supported, option 12. How to do it: Just specify the name in pDHCPOfferName. From the DHCP example in the Network...
netburnergroup
Offline Send Email
Apr 2, 2008
3:09 am
5203
yes, that DHCP method works great. I use a program version and the lower half of the MAC for my device/host name then I can see which unit is where on my...
greengenesd
Offline Send Email
Apr 2, 2008
3:54 am
5204
Thanks chaps for the very prompt replies. I think you've both put your finger's right on my problem - I don't understand the UC/OS Pend / Post, Semaphore /...
mealogav
Offline Send Email
Apr 2, 2008
6:28 am
5205
this is what i did, OS_SEM Irq1PostSem; //*********************************************************** //******************* Test Task Routine...
seulaterbuddy
Offline
Apr 2, 2008
11:52 am
5206
I changed the name on the thread in hopes that others might be able to find the comments below and find them helpfule. The best place to start is the NNDK...
ridgeglider
Offline Send Email
Apr 2, 2008
12:10 pm
5208
I tried it, but no go, any iders ? #include "predef.h" #include <stdio.h> #include <ctype.h> #include <startnet.h> #include <autoupdate.h> #include...
seulaterbuddy
Offline
Apr 2, 2008
12:34 pm
5209
I haven't used a semaphore in first the method that you describe below. It's an interesting approach though. I have typically used the Message Box facility....
tfountaine1
Offline Send Email
Apr 2, 2008
12:42 pm
5210
Hi Tony: I think the semaphore and mailbox signaling approaches are pretty similar. I use the semaphores when I just need to signal an event like a timer...
ridgeglider
Offline Send Email
Apr 2, 2008
1:01 pm
5211
Hi Jerry The javascript function "CallbackNetburner" in SupportScripts.js is the function that does the get request to fetch the page "ajax.htm" which only...
stephen.dyble
Offline Send Email
Apr 2, 2008
4:53 pm
5212
Hi, Can you elaborate on "no go"? Two ways to test: 1. Your DHCP Server may register the name, and might be viewable in the DHCP client table screen. 2. Use...
netburnergroup
Offline Send Email
Apr 2, 2008
5:24 pm
5213
sure, when i put the name in the browser it does not connect to the board. ... DNS Server: 192.168.0.1 the DNS and DHCP are both the same IP's its the only way...
seulaterbuddy
Offline
Apr 2, 2008
5:29 pm
5214
Can you see device names when you look at the dhcp assignment page on your router? What is the model number of your router?...
netburnergroup
Offline Send Email
Apr 2, 2008
6:22 pm
Messages 5184 - 5214 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help