Search the web
Sign In
New User? Sign Up
netburner_group · NetBurner - Embedded Ethernet
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 95 - 126 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
95
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...
jac02000
Offline Send Email
Nov 1, 2004
2:29 pm
96
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...
Mark Jones
markalanj
Offline Send Email
Nov 1, 2004
4:30 pm
97
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...
jac02000
Offline Send Email
Nov 1, 2004
6:32 pm
98
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...
pbreed
Offline Send Email
Nov 1, 2004
7:45 pm
99
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...
aa9gg
Offline Send Email
Nov 2, 2004
9:13 pm
100
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...
Paul Breed
pbreed
Offline Send Email
Nov 2, 2004
9:31 pm
101
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...
Paul Breed
pbreed
Offline Send Email
Nov 2, 2004
10:52 pm
102
Thanks! ... GptServoRecord[GPT_num].servo_value[0]=(WORD)(0x10000-SERVO_ZERO); ... GptServoRecord[GPT_num].servo_value[1]=(WORD)(0x10000-SERVO_ZERO); ... ...
JEff Cote
jac02000
Offline Send Email
Nov 3, 2004
1:21 am
103
Thanks for the information! I'll go over it and see if i can't make this thing work. Got to love deadlines! Paul Mateer, AA9GG...
aa9gg
Offline Send Email
Nov 3, 2004
2:38 pm
104
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...
aa9gg
Offline Send Email
Nov 3, 2004
6:23 pm
105
#include <basictypes.h> or replace PBYTE with unsigned char * The right pins are Module: D24-D31 for Chip D0..D7 Paul...
Paul Breed
pbreed
Offline Send Email
Nov 3, 2004
8:40 pm
106
Hello All. Just for your info. I was able to enable/disable the Software Watcdog timer on the 5272 CPU. Ther eis no need to change the boot code in order to...
ezrakoper
Offline Send Email
Nov 4, 2004
1:19 pm
107
Hello.... Well I got it to work. Here is what I did..... in my define file: MY_ADDRESS 0x80000000 in my global variable file: volatile unsigned char...
aa9gg
Offline Send Email
Nov 4, 2004
2:41 pm
108
Has anyone used the MOD5282 using the ColdFire's low power mode? If so kind of software modifications were need to support this? Thanks Mark...
Mark Jones
markalanj
Offline Send Email
Nov 4, 2004
4:16 pm
109
We wrote up a hardware interfacing document for the CFV2-40, its a bit dated, but the general concepts are similar. ...
Paul Breed
pbreed
Offline Send Email
Nov 4, 2004
5:15 pm
110
Are there any GPIO ports that you can write to once and hold it high until writen to again (to put low)? tks...
jac02000
Offline Send Email
Nov 4, 2004
6:38 pm
111
All of the pins addressable as GPIO can do that. (Until you cycle power or reset) See the GPIO Programming application notes on.. ...
Paul Breed
pbreed
Offline Send Email
Nov 4, 2004
7:11 pm
112
How does GPTIE work? tks...
jac02000
Offline Send Email
Nov 4, 2004
7:57 pm
113
I would like to use Timer GPTA0 to generate a periodic output waveform with a variable frequency from 1 to 100 cycles / second (period from 0.01 to 1 second)....
fmf14
Offline Send Email
Nov 6, 2004
2:48 am
114
I'd be interested in this as well. But, with interrupts at a count of 32 pulses. tks ... __________________________________ Do you Yahoo!? Check out the new...
JEff Cote
jac02000
Offline Send Email
Nov 7, 2004
1:17 pm
115
I just started using a board this week. I connected the serial line as well as connecting to the internet. I checked that the serial line was working, at...
hooyaejs
Offline Send Email
Nov 8, 2004
2:09 am
116
I'm still pretty stuck. I managed to setup a continous pulse every 11MHz, but what I really need is a continous square wave with a frequency of 11MHz. I'm...
jac02000
Offline Send Email
Nov 8, 2004
8:15 pm
117
Hi - This is at somewhat right angles to all other posts in this group, but I thought I'd send it out. I have a product that consists of a small amount of...
kor_27
Offline Send Email
Nov 9, 2004
1:46 am
118
Just in case you haven't tried it - are you typing "A" or "a"? As I remember the program is case-specific....
kor_27
Offline Send Email
Nov 9, 2004
9:06 pm
119
can the DMA generate a continous frequency at 12.5MHz? can the DMA count the number of pulses generated? can the DMA generate an interrupt upon reaching a...
jac02000
Offline Send Email
Nov 10, 2004
3:48 pm
120
It seems as though this processor is not capable of producing a simple square wave at a given frequency (12.5MHz). Does anyone have any suggestions on another...
jac02000
Offline Send Email
Nov 10, 2004
8:57 pm
121
Paul et. al., I just found a major fuckup in gdb5282.c. Think about what happens when you try to print or set a 16 bit port (I know, you don't have one on...
Greg Nelson
noldoatan
Offline Send Email
Nov 11, 2004
3:35 pm
122
This is fine for an external device, but not ok for memory. Is your 16 bit device an interface or a memory device? When doing this sort of hardware level I/O...
Paul Breed
pbreed
Offline Send Email
Nov 11, 2004
3:50 pm
123
... It's an FPGA. Why isn't it fine for memory? It does byte accesses whenever they're needed because of misalignment, and the programming of the chip select...
Greg Nelson
noldoatan
Offline Send Email
Nov 11, 2004
4:48 pm
126
in the example "C:\Nburn\examples\password" there is a example of checking a password at a web page request. i noticed that once you put the user& password...
seulaterbuddy
Offline
Nov 13, 2004
8:08 pm
Messages 95 - 126 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help