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...
Show off your group to the world. Share a photo of your group with us.

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 5528 - 5557 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5528
Chris, big big thanks for your help, I'll follow your suggestions and get up to speed on what you've mentioned, and see how I get on, really appreciate your...
lstelematics
Offline Send Email
May 1, 2008
8:18 am
5529
Gavin, again really appreciate your help along with what Chris has said, I've got plenty of information from the both of you to be going on with, time to dig a...
lstelematics
Offline Send Email
May 1, 2008
8:25 am
5530
Chris, oh just another point for calrification, UART1 (my polling data serial) is at 9600, I thought that would be better for allowing other processes time in ...
lstelematics
Offline Send Email
May 1, 2008
8:33 am
5531
Hello everyone, I installed Netburner for MOD5213. I found the following I/O functions are not available for me, and they are not declared in iosys.h either....
haomin_maxtor
Offline Send Email
May 1, 2008
3:56 pm
5532
Hi all, hoping someone can help with this problem. For some reason the file htmldata.cpp is being generated incorrectly. Here is a snippet from the generated...
Keith
swrocks253
Offline Send Email
May 3, 2008
4:39 pm
5533
I think I know what the problem was. When calling a function as: <!--VARIABLE ReportStatus(fd,1) --> in the HTML code, the function should not be declared...
swrocks253
Offline Send Email
May 4, 2008
4:51 pm
5534
Hi, My question is simple : is it possible to put a GPIO to a tristate state to connect it in parallel to another open collector ? Thanks for your help...
reblofermier
Offline Send Email
May 5, 2008
2:23 pm
5535
Yes. This is actually done on the MOD5272 in the software I2C driver. Just make sure you never drive the pin high, the pin should either be input or driven...
Larry Gitlitz
larry_gitlitz
Offline Send Email
May 5, 2008
5:26 pm
5536
Although I have not quite yet definitively proved it I suspect I am running into some issues with parallel access EFFS conflicts on the SD card. Have others...
ridgeglider
Offline Send Email
May 5, 2008
9:02 pm
5537
Let me try re-explaining the problem -- maybe I'll get more response. 1) I have 4 or 5 tasks creating and writing log files to SD using f_open and f_write. 2)...
ridgeglider
Offline Send Email
May 6, 2008
12:35 pm
5538
I've used OSSimpleTaskCreatewName(x,p,n) to create a task. How can I get access to the name string from within the task? Howbout outside the task (if it's...
ridgeglider
Offline Send Email
May 6, 2008
12:39 pm
5539
It appears that you are now the technology leader in the arena of simultaneous access to the file system. If I were you I would either (or both) 1. create a...
chris ruff
cgruffcgruff
Offline Send Email
May 6, 2008
1:13 pm
5540
Chris: Thanks....Fun being first...Hmmm. Back in march I posted an inquiry asking advice about whether to do just as you suggested : multiple task access, vs a...
ridgeglider
Offline Send Email
May 6, 2008
3:13 pm
5541
What is the purpose of specifying the TFTP Server IP in Setup? Get and Send functions both allow the specifying of the server on a by call basis. What am I...
greengenesd
Offline Send Email
May 6, 2008
6:04 pm
5542
... I am also using multiple tasks to access the file system for a data collection/management/transfer tool. We should keep in touch, there are some issues...
talexander892
Offline Send Email
May 7, 2008
1:18 pm
5543
Thanks for your response. I am using also FAT32 after learning that some SD cards come preformatted with FAT16 and that they don't work very well. In debugging...
ridgeglider
Offline Send Email
May 7, 2008
2:39 pm
5544
I have had a somewhat similar issue with f_read, since it will not always read the number of bytes requested, but that is easier to manage since I just keep...
talexander892
Offline Send Email
May 7, 2008
3:39 pm
5545
I am not sure on the exact date when this change took place, but my apps are now broke that use FLASH files for the web browser. I am looking into this now but...
seulaterbuddy
Offline
May 7, 2008
4:19 pm
5546
Did you recently update your Flash Player? What version are you running? hopefully not 9.0.115.0...
greengenesd
Offline Send Email
May 7, 2008
5:09 pm
5547
I am running 9.0.124.0 ... my ... would ... to it ... this, but ... app...
seulaterbuddy
Offline
May 7, 2008
5:19 pm
5548
was that update since it last worked? a problem in this area was noted for 9.0.115.0 but i haven't seen anything that it was addressed in later release either....
greengenesd
Offline Send Email
May 7, 2008
5:28 pm
5549
To be honest I have not been keeping track of the versions. I recently re-installed XP, and all updates. I went to try a project of mine and when I went to my...
seulaterbuddy
Offline
May 7, 2008
5:37 pm
5550
I have multiple tasks generating log file entries but the writes are buffered and a lower priority task does all of the writing. I did that to simplify the...
nirias999
Offline Send Email
May 7, 2008
6:09 pm
5551
I have been trying to rebuild the system files of my project manually because it takes too long everytime I have to do this operation. So i am looking for a...
niepa inter
yanniepa
Offline Send Email
May 7, 2008
9:10 pm
5552
Hi, The "make", "make clean", "make debug" commands must be used from a command prompt window. It sounds like you are trying to do this through a console...
Larry Gitlitz
larry_gitlitz
Offline Send Email
May 7, 2008
9:36 pm
5553
This type of build is not done with NBEclipse. Instead: - Open a windows command prompt window - Go to c:\nburn, type "setenv". - Go to the system directory -...
netburnergroup
Offline Send Email
May 7, 2008
9:37 pm
5554
I was having trouble with my flash app, I then loaded the demo project FlashDemo and it does not work either....
seulaterbuddy
Offline
May 8, 2008
1:03 am
5555
I have an application on the SB72EX that after a random amount of time, stops responding. I have traced it down to the ReadWithTimeout function. I have...
ray_hdgroup_com
Offline Send Email
May 8, 2008
3:00 pm
5556
Hi everyone, I am using the CB34EX board which has the MCF5234 processor. I am trying to send a few (about 4) CAN messages periodically (17ms). I setup a PIT...
niepa inter
yanniepa
Offline Send Email
May 8, 2008
4:53 pm
5557
I ran your code, after adding the top declarations and standard system calls and it looks like it hangs. If you were set up like me and using HyperTerm, the...
greengenesd
Offline Send Email
May 8, 2008
5:46 pm
Messages 5528 - 5557 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