I'm new to both using Netburner and doing anything non-trivial with webpages. As the web page content has grown, it's been taking more time. I suspect that my...
Hello. I can give you my recommendations from how we do it in our project. Step#1 build WEB page with normal WEB tools as Dreamwaver from macromedia or any...
Hi, Here at NetBurner we also use the Dreamweaver tools. There may be others now, but at the time a decision was made it was the only package that did not add...
I made an adapter board that plugs into J5, J13, J12, J14, and J17 headers on the kit. This way I can get access to most of the I/O. basically I just ran the...
I looked up the chip specs, it has a lot of functionality! Did you use the PIO to talk to the chip? Did you find it to be a difficult project or relatively...
My customer is putting the mod5282 on a factory floor. All the factory machines are Linux. The guys want to run autoupdate.exe but under linux. Is there a...
... actually, I use the PIO to get and Play MP3 data from the Chip. I talk to the chip via the I2C port. ... as with most new complex chips, it was a bit rough...
I am prep'ing code using the development board for 5282. I'll be putting the mod5282 on a custom IO board which has a FPGA on the memory bus. We are using...
If you made a custom board that plugs into the kit and then your MOD5282 plugs into your custom board. there is a problem in doing that, which will cause...
... Clinetool used to compile under Linux, It has not been maintained on that platform for at least 2 years. It is the proper tool for the job. Paul....
Hi, I'm trying to get two netburners to read at the same time from the same serial device (as a self-checking pair). does anyone know if i will run into...
Geert, I believe we are using what you require, which is a MMC card connected to the MOD5282. We are also using the HCC file system from Dave. For more...
Did you by chance try the I2S interface? Any timing issues with the PIO? Is this just a serial stream? What speed is it coming in at? MP3 is loss less?...
I had trouble setting CS1 to 0x6000_0000 (we are mapping a FPGA on a custom board). I went back to the carrier board for the mod5282 and can see CS3 at ...
... There are timing requirements that you have to meet, but its no big deal. the PIO is a parallel stream. ... that depends on the MP3 mode to choose to...
The 5282 SIM starts at 0x40000000 and I suspect that that might be the problem., but I really don't know. When I try to access 60000000 or 70000000 from the ...
Looking up the IPSBAR address register in section 8.4.1 of the 5282 users manual it shows that only the first 2 bits of the address are decoded for the ...
Hi, Im pretty new to using the netburner and I have a quick question. is there anyway to do the following. - run the netburner code - do some calculations and...
Hello. Check functions SaveUserParameters() and GetUserParameters() They store a structre you define in 8KB flash sector starting from offset 24KB ( until...
sid_inamdar wrote: Hi, Im pretty new to using the netburner and I have a quick question. is there anyway to do the following. - run the netburner code - do...
Hello, I am trying to get the UDPtest program to work on the 5282, I build and run the program fine, and can make a connection to the board via UDP and send...
Hi, This sounds like a firewall is blocking incoming packets. Try disabling the firewall momentarily to see if it fixes the problem. If so, you should be able...