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...
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...
Did you add: to the top of the program ? DWORD TCPTask1Stk[USER_TASK_STK_SIZE] __attribute__( ( aligned( 4 ) ) ); DWORD TCPTask2Stk[USER_TASK_STK_SIZE]...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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 /...
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...
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....
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...
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...
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...
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...