Upon auto negotiation, does the MOD5270 default to 10 or 100 speed on a 100 network? (I assume it uses the fastest speed, but I need to know for sure) Is...
The negotiation is specified in the 802.3 Ethernet spec. On a 100 speed network, the hardware will negotiate to the 100mb/s speed. Most controllers I know of...
I've got a device I've mapped using cs[1]. //Code excerpt //The netburner puts 16-bit values out on address lines [16:32], bit 0 corresponds to address line...
to get a particular speed, look at: void ManualEthernetConfig ( BOOL FullSpeed, BOOL FullDuplex, BOOL AutoNegotiate ) it's in the docs and ethernet.h ... ...
i am messing arround with the HTML Variable Example. I would like to add some of my own variables into the example. When i change this line: System tick count:...
This is a repost from the other forum. I didn't get any replies so I figured I would try here. There is no spec on how fast the read speed is for the analog...
I am running the Parallax code on my sb-70. I have it installed on another SB70 and it works fine. This is out of the box new and I get no serial data. The...
I was sent another excellent link by my friend. This is a link to a NEW FREEBIE PAGE for this week so I thought I would, share it with the group...enjoy! The...
i'm using qspi.h/cpp. when i do reads, the last writes i did show up concurrently with the reads. i don't know how this is possible. for example, i write 3...
Before doing a read, did you write something to the qspi output buffer? If you didn't change anything, then it would stand to reason you would see the same...
Doh! thanks a bunch! it sure would be nice if the QSPI_Isr function in qspi.cpp would do that if Txbuf was NULL. ... reason ... there ... in ... show ... ...
The QSPI driver was set up so you can add the null parameter to "ignore" half of the servicing in the interrupt routine to increase performance. It really...
This is a link to a NEW FREEBIE PAGE for this week so I thought I would, share it with the group...enjoy! The link goes to the latest freebie page where you...
I'm in need of some information with regards to how to reprogram the flash in the 5213 once the device is embedded in a final assembly. In the product that...
Everything was going along fine, then while writing header files using C++ classes on my MOD5272 Dev Board. Then while writing the functions for the classes...
This is a link to a NEW FREEBIE PAGE for this week so I thought I would, share it with the group...enjoy! The link goes to the LATEST freebie page where you...
I've used OSTimeDly(0) successfully a bunch. However I've got some code now where the stack is corrupted upon return from the call. Anyone else seen this?...
Yes, when a function was writing to memory locations outside of it's designed range. Gregg > > ... OSTimeDly(0) successfully a bunch. > However I've got some...