any ideas why i can ping a card but not NBfind it? my http task is not responding any more, so i'm trying to remotely diagnose it as much as i can before we...
... I've had several issues related to the use of NBFind unrelated to the netburner target's stack. * In Vista, I need to set my network disposition to Home or...
Hello all, After putting the function call EnableSerialUpdate(); in your MOD5213 code, the code in flash can be updated anytime by the the following tool: ...
There is currently no "update_shutdown_func" for the MOD5213 but I just added one for future builds. This is a pretty easy modification. Open the file:...
Here is the link to a NEW FREEBIE PAGE for this week...enjoy! The link goes to the LATEST freebie page where you can collect TONS of items for FREE! ...
Dear All, As we know, using the utility MTTTY.exe, we can setup the mod5213 configurations, such as, Baudrate, Boot Delay, etc., and download application code....
Dear Members Everyone loves something for nothing, and you are just 2 CLICKS away from a pile of the LATEST Free-Stuff available on the web! 1.Click the text...
Dear Members Everyone loves something for nothing, and you are JUST 2 CLICKS away from a page FULL of the TODAY'S LATEST FREE-STUFF 1.Click the text link below...
Dear Members Everyone loves something for nothing, and you are JUST 2 CLICKS away from a page FULL of the TODAY'S LATEST FREE-STUFF 1.Click the text link below...
Did you try the sample code that was posted in this thread? http://tech.groups.yahoo.com/group/netburner_group/message/2989 There are two likely problems. 1)...
Yes, I tried your example, like this: #define BASEADDRESS 0x80000000 sim.cs[1].csar = (BASEADDRESS >> 16); sim.cs[1].cscr = 0x01A0; sim.cs[1].csmr =...
i am successfully writing 16 bit transfers on my MOD5270, here is my setup. #define CS3_ADDRESS (0x80000000) sim.cs[3].csar = ( CS3_ADDRESS >> 16 ); ...
well, fist off i beleive that for CS1 that base address is wrong. That address i sent was for CS3 not CS1, verify that. secondly, just to get things working,...
I don't understand your question about base address, CS3, and CS1. CS1 at 0x80000000 is fine for me, is that a problem? With cscr = 0x01B8 the CS1F pulse is...
some of the CS have a range, as it turs out the valid range for CS1 is: 0x00000000 (to 0x001FFFFF) or 0x80000000 (to 0x801FFFFF) however CS2 is only from...
I see two problems. First you are writing to an odd address(0x307). You must read or write data in the proper alignment or it will be broken up into separate...
OK, understand about the range restrictions, thank you. Using the new cscr & csmr values you gave me the operation works the same way. D0 (D16 on MOD5270) and...
Makes sense to me Larry, I will rework my board. Do I use BS2F to strobe data for 8 & 16 bit transfers or is CS1F enough? ... (0x307). ... that ... IC. ... ...
If you plan on only using 16-bit transfers then you do not need to use the BS signals. If you are also writing 8-bit values or are writing to non-aligned...
Dear Members Everyone loves something for nothing, and you are JUST 2 CLICKS away from a page FULL of the TODAY'S LATEST FREE-STUFF 1.Click the text link below...
Larry: I read and re-read the MFC5271 Reference Manual, especially section 17.7 Misaligned Operands, but I went with your suggestion anyway. I have connected...
OK, lets put this problem to an end, i have a MOD5270 and i have does 16 bits writs before with no problem. I will pull it out and try to do what you are doing...
With Larry's suggestion of offsetting the address bus by one bit and writing to an even address, I get one write CS1F - Great! With Larry's suggestion of using...
Dear Members Everyone loves something for nothing, and you are JUST 2 CLICKS away from a page FULL of the TODAY'S LATEST FREE-STUFF 1.Click the text link below...
The company I work for is currently looking for someone to develop an Adobe Flex application to be loaded onto the Netburner and communicate with the Netburner...