Paul, Sorry, I've been off on a MS Team Foundation Server nightmare for the last week. The example you gave confirms what I reported as the good news, that now...
For some reason NBFind and IPsetup have suddenly stopped working; they can no longer 'see' any NB modules in response to a to search. The laptop I'm using has...
Try bouncing the power to your switch. I have seen problems similar to this more than once when switches make up their little minds about MACs Chris _____ ...
Chris: Thanks, but no luck.... I have just noticed that when Eclipse is showing the Netburner Perspective and I exit from Eclipse, I now get an error message. ...
A while back NetBurner made mention of a new WiFi device. We have finished our initial hardware and software for this new product and it is currently...
2 questions, #1) what kind of throughput did you guys get ? #2) since they are SPI based, will we be able to use them with other micros ? I know this is a bad...
If you make them static then there is only one copy for ALL objects. I'd like to see a simple example that I can run under microsoft,GCC (on a PC) and gcc on a...
The WIFI modules are going to be specific to the NetBurner. There is a fair bit of code we had to license under terms that only lets us allow as a pre-compiled...
I researched some SPI-based/CF-based WiFi module, they're in the range of $80-90. what about using a general USB-Wifi adaptor? it's quite cheap due to its high...
i agree, also it would have been nice to just use a SDIO Wi-Fi card and simply pop it in the MMC socket on the kit. http://www.spectec.com.tw/sdw820.htm ... ...
Hi, We are using a Netburner MOD5234. Does anyone know whether or not any issues exist related to use of the CAN controller (within the Coldfire 5234...
Greetings – I am relearning C, after a hiatus of 15 years, with a MOD5213. My application is a redesign of the hand controller for a telescope. I will be...
Paul, Now that I have my head out of my butt, I can see the RC4a Netburner gcc compiler is doing nothing wrong. Nothing like simplying the problem and...
In my architecture, I have a thread that takes input from a fifo, and writes it to a file on an sd card. This works fine, as does reading the file from ...
Hi Thomas Are you specifying the full path to your file, the 'current working directory' seems to change for every task priority registered using f_enterFS. I...
David: You need to put the 8 data lines on the data bus. The R\W to the read and write lines and the cs to one of the cs lines. This places the display in the...
David Examine the bus timing for the display that you decide to use, I have had timing problems on the parallel bus with character displays and have ended up...
Hi all Is there a way (fixed memory location, etc...) to retreive the monitor revision number from within my application? I recently upgraded all of my MOD5270...
Hi, I'm assuming you've made all the corrections due to the DEV-100 not being wired for the MOD5234 - Jumpers, I/O set correctly. If so, what type of device...
No, I have just tried specifying the filename itself, and not the complete path. I will try the complete path. Thanks for the feedback! ... -- Thomas...
Thanks Michael and Stephen – I just went through the 5213 hardware manual and I failed to see where you could put an external device on the data bus. Can...
We used a display that interfaced with a UART. Noritake, for example, has one that would work. Doing it this way makes the display interface trivial. ... -- ...
David: I think the UART sounds like the most plausible method for your project.
They have hybrid displays Character & bitmapped capabilities combined in one...
Hi David I don't know the 5213 at all so I can't help you there but check the files section on this group for the file Databus-70-72-82.zip for examples on...
Hello David, My understanding is that the 5213 is a member of the ColdFire MCU family (micro controller) not the MPU family (micro processor). The MCU devices...
Hi all: I would like to see if anyone can figure out why my casts do not work or how the 4 byte output is possible from an unsigned char. Thanks in advance for...
Well Darn – I have worked with the 6802, 8080, Z80, 1802-05 and for the past 12 years Microchip PIC processors. I have yet to have run into one that did not...
If you dig into the documentation for the Coldfire processor, I think it is possible to access certain I/O pins (PORTA, PORTDD, etc) 8 bits at a time as GPIO. ...