Hello everyone, Just wanted to make a quick announcement that we now have a newsletter that you may wish to join to keep up to date with the happenings here at...
I have a netburner MOD5272 and I have ucLinux running on it by loading it to RAM. I want to put the image to flash. Does anyone know how to do that? I'm able...
Hi, Has anyone used any flash chips and/or smart media cards with netburner? I will need some flash storage for a logger application that I'm creating, but it...
Hello, I am working on a simular application myself as well. I am using a MOD5282 and I do not use flash media at the moment. I am using RAM memory (that stays...
... Thanks for your answer Geert, I was thinking in the same way myself, using battery backed-up RAM with communication with either QSPI or I2C. I will have a...
This seems a good solution. You do not know for how long flashcards and so on will be around. Conventional memory has already been around for a long time and I...
Hello, We work with HCC-embedded to provide some flash file card support with our hardware. Have a look at http://www.netburner.com/products/software_and_pro ...
Hi, I have a MOD5282 Development Kit and am trying to implement Flow Control on the Serial Ports but without too much success. Ultimately I need to configure...
I have not tried this myself but it looks like compcode would compile under linux. It also appers to compress the code using the lzo. Mark ... loading ... s19,...
This is a retry -- last time it didn't let me send to the group so hopefully this time it will work. ... True, but these days that seems true of everything,...
Mark, Thanks for the reply. Do you happen to know the format of it? I look at the output SB72...s19 (the only s19 file I found on the net for netburner...
I would like to find a way to update MOD5282 software remotely through the Web. The Netburner card is always running on a LAN behind a gateway that already is...
Hi Tom, Good question. Autoupdate uses port 20034, so if you open that port on your router, then you will be able to use autoupdate. IPSetup uses UDP...
Yes the developer kit comes with compcode and yes it is all windows based. I inquired about a linux version of the dev kit but they don't seem intrested in...
if anyone wants to get the derived debug object files (*.od and *.elf) out of the source directory and into an obj subdirectory then you can do this by...
Hello, I have added battery backed RAM to a MOD5382 module and I want to be able to declare variables in the application and have them linked to a seperate...
Hi, Has anyone tried transferring an application to the netburner and flashing it with ReadS19ApplicationCodeFromStream? Is it as simple as saving the...
... ReadS19...? ... Hints!!! I'll give you the code for this. I added the following function to StreamUpdate.h/.cpp It takes a pointer to your array and the...
Yahoo lost the tabs! I can e-mail you the files if you want? IIRC Netburner said not to put source code onto this forum, so you can privately e-mail me at...
I have three pulses that need to be generated: 1/ WCLK - which should be a 43kHz pulse and goes high for left channel, low for right channel 2/ BCLK - which...
Thin documentation? True Netburner docs are kinda lite but the Motorola docs for their chips are quite good. I don't belive the PIT will give you what you want...
Ok, thks - that's what I thought. The GPT can IO directly as the PIT can not. I find the 5282 refman is kind of slim for explaining the GPT and interrupt...
I use a netburner 5282 to run my personal Solar powered RC plane. See: http://www.rasdoc.com/splinter/solar2004.htm One of the code modules I use generates RC...
Hello.... Ok guys....what is the secret to interfacing external I/O to the '5282? I have a device that has 8 data lines @ D16-D23, 3 address lines (which are...
If you are connected to the D16..D23 then you have to program a chipselect and access that way. Look in nburn\mod5282\system\ioboard.c for how the 5282 access...
My first answer was a bit cryptic. You must realize several things, The Data bus D16..D31 is continuously in use reading and writing to the SDRAM. In order to...
Hello.... Ok I re-wired my board. I moved the data lines too (d0-d7 = d24-d31). ... .....there is no access to d8-d15! I have a problem..........I don't think...