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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1718 - 1747 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1718
Dear all, I am trying to send some datas through the COM1 of the MOD5270. When I use an infinite loop to send these datas, I have no problem. But when I tried...
twenty_netburner
twenty_netbu...
Offline Send Email
Jul 1, 2006
12:22 pm
1719
Dear all, Does anybody here have pin class files for 5282? I couldn't find them anywhere in the \nburn after installing the 1.98 version. (I found those for...
dbui_ipt
Offline Send Email
Jul 1, 2006
6:09 pm
1720
Can anyone point me twds instructions/tutorial for debugging 5213s under Eclipse 2.0 Beta? The Netburner (eclipse) help files seem to suggest debugging in the...
ridgeglider
Offline Send Email
Jul 1, 2006
8:01 pm
1721
Dzung, You need to download the latest set of development tools (1.99 beta 5) from the netburner site. From the Support menu, choose Support Login. If you have...
trailrunner23
Offline
Jul 2, 2006
5:49 pm
1722
Hello, I was wondering if it is possible to adjust the watchdog timeout after the watchdog has been enabled in the monitor program, also does anyone know which...
quaratie
Offline Send Email
Jul 3, 2006
7:38 pm
1723
A few weeks ago there was some discussion on a high resolution timer for the 5282. If you are willing to use one of the DMA timers it's a 32 bit timer ...
Paul Breed
pbreed
Offline Send Email
Jul 3, 2006
8:52 pm
1724
There has been some discussion regarding higher resolution timers. The solution seems to be to use one of the PITs to generate an interrupt every milli-second...
yodff
Offline
Jul 3, 2006
9:20 pm
1725
Hello, The watchdog timer that is used is the Watchdog Timer Module located in chapter 18 of the MCF5282 user manual. When it is enabled in the monitor the...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Jul 3, 2006
9:44 pm
1726
Hi Everyone, I am new to this group, I am trying to find out if the 5213 will support sd/mmc card access. Past posts have eluded to this as future ...
jasonrmay
Offline Send Email
Jul 4, 2006
2:00 am
1727
I changed the system baud to 600 on the board via Shift-A and "Setup" and now have no communiction when sending new application via DEV C++ IDE or when using...
mdannen
Offline Send Email
Jul 4, 2006
4:49 pm
1728
Hello, I have been searching through the archives but havent found what I am looking for.... I want to implement the Modbus protocol on a MOD5270, on serial ...
mmk_tsm
Offline Send Email
Jul 5, 2006
9:40 am
1729
Hi Jason, The 5213 has SPI and I2C serial buses, so you can add external storage (EEPROM, Flash, SD/MMC) to your own designs via either of those. I think the...
trailrunner23
Offline
Jul 5, 2006
5:43 pm
1730
Hi Michael, I'm using 5213, not 5270, but I'm guessing the UART support is the same. NetBurner provides two modes for serial comm, one polled and one interrupt...
trailrunner23
Offline
Jul 5, 2006
5:48 pm
1731
We have looked at adding the file system to the MOD5213. The big problem is RAM the 5213 only has 32K of ram, the file system as shipped for the other modules...
Paul Breed
pbreed
Offline Send Email
Jul 5, 2006
11:04 pm
1732
Hi Paul, What is FTF, and is there any chance we could get a preview of the actual pinout of the 5234-based 40-pin module? We're designing a 5213- based device...
trailrunner23
Offline
Jul 6, 2006
5:38 am
1733
Joe, Thanks for your detailed input. We also have worked with many systems using Modbus RTU. Our primary use is for our main controller to be a Modbus slave,...
mmk_tsm
Offline Send Email
Jul 6, 2006
10:50 am
1734
Hi Michael, If you set up a free-running input capture or dma timer, and you check the RX queue frequently enough, you might be able to get away without any...
trailrunner23
Offline
Jul 6, 2006
1:55 pm
1735
Question: How can I reduce the overhead of my interrupt routine? I am using the INTERRUPT macro. When I look at the assembly output of the compiler, there is...
ap_sargent
Offline Send Email
Jul 6, 2006
2:31 pm
1736
1 kHz should be no problem whatsoever. My recommendation would be to try doing things without going around the OS. You shouldn't run into any problems until...
trailrunner23
Offline
Jul 6, 2006
3:04 pm
1737
... If you've got a sound card in your computer, you can use "Visual Analyzer" for a scope: It's freeware you can get from: http://www.sillanumsoft.com/ Works...
Don Hackler
donhackler
Offline Send Email
Jul 6, 2006
3:32 pm
1738
Clarification: While the update frequency needs to be 1kHz, the resulting interupt frequency for 8-bit resolution is 2^8 * 1kHz or 256kHz since I am doing bit...
ap_sargent
Offline Send Email
Jul 6, 2006
4:28 pm
1739
Hi, I have seen many low cost multi-meters (<$40 at fry's)that have frequency measurement up to 10MHz. These will not provide the same accuracy as an...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Jul 6, 2006
4:46 pm
1740
Thank you for the feed back. I will definitely take a look at that platform when it comes out. In the mean time, I will keep moving alon with the 5282 which...
ap_sargent
Offline Send Email
Jul 6, 2006
5:21 pm
1741
Dev-C++ is consumming 100% of the CPU. I can not get control of the IDE, that I have to close it and restart it. I am running Windows XP, Professional with SP2...
f_villasenor
Offline Send Email
Jul 6, 2006
9:15 pm
1742
If you are not using the RTOS then (no posts etc from inside the code) Then you don't need the overhead. Try this... extern "C" {void BAM_ISR(); void...
Paul Breed
pbreed
Offline Send Email
Jul 6, 2006
10:08 pm
1743
Hi Larry, 16 UART channels? Like in 16 rs232 ports? Because I have been looking for more UARTS for a long time, most of our projects uses mostly RS232 for...
John H. Edvardsen
zealott_no
Offline Send Email
Jul 7, 2006
6:40 am
1744
... Well, they won't be RS-232 ports unless you add RS-232 drivers or receivers! ;-) I've used the TPU UARTs on the 68332 for quite some time, and they can...
Mark Borgerson
mborgerson
Offline Send Email
Jul 7, 2006
7:13 am
1745
Well, they won't be RS232, but there will be UARTS ;-) I supply the RS232 hardware driver if that is necessary, but the possibility to add many UARTS is...
John H. Edvardsen
zealott_no
Offline Send Email
Jul 7, 2006
7:31 am
1746
Another trick is to use one of these on the SPI system for every two 232 comm channels you need. http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2052 Be advised...
Allen Kitchen
shockwave77598
Offline Send Email
Jul 7, 2006
11:37 am
1747
I've successfully used a PIT timer and GPIO to bit bang a serial interface a low baud rates (2400 baud) The PIT timer runs at 3 or 5 times the baud rate and...
Paul Breed
pbreed
Offline Send Email
Jul 7, 2006
9:32 pm
Messages 1718 - 1747 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