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...
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...
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 ...
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....
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...
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...
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...
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...
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...
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)...
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...
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: 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...
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...
... 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...
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...
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...
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...
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....
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...
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...
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...
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...
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 -...
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...
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...
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...