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 871 - 902 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
871
That all good ideas but it doesn't work!!! i think, that's a bug. What can i do to use a interrupt for the serial port?...
paaschelars
Offline Send Email
Nov 1, 2005
3:10 pm
872
try this... uartfd is a file descriptor as returned by the OpenSerial function. int readFD(int uartfd) { int value = -1; char theChar = 0; if (uartfd >= 0) { ...
Kevin McCall
kevin_d_mccall
Offline Send Email
Nov 1, 2005
5:52 pm
873
I was just wondering if the example of the FLEXCAN module for the MOD5282 would work for the MOD5213. If it does is it possible to get a copy of the example. ...
tfountaine1
Offline Send Email
Nov 2, 2005
2:20 am
874
Sorry it doesn't work there the code fist i init the serialport in a the main port_nummer=OpenSerial(1,9600,1,7,eParityEven); second i have a PIT. It count the...
paaschelars
Offline Send Email
Nov 2, 2005
8:31 am
875
Using MOD5270 and the Development Board: I have two NTP Examples here, NTPClient.dev from the standard Examples and one for setting an RTC via I2C. Neither...
acravenrohm
Offline Send Email
Nov 2, 2005
2:27 pm
876
Hello, I am porting the QSPI software, version for the 5272 in the Files folder of this group to the MOD5270. I have come across the following bug...it must be...
mmk_tsm
Offline Send Email
Nov 2, 2005
5:51 pm
877
Hello, Is it possible that you are trying to use serial functions during a interupt generated by the PIT timer. No blocking functions will work inside an...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Nov 3, 2005
6:52 pm
878
That did it! Thanks for your help! That must have been what my coworker did without realizing it. He is still not sure what he did. Aloha, -mkr _____ From:...
Michael Rodby
mkrodby
Offline Send Email
Nov 4, 2005
1:51 am
879
Hello, Recently I tried to increase number of inputs of my Netburner MOD5272 module by connecting simple external decoder (3 to 8 line type SN74LVC138) and two...
s_surowinski
Offline Send Email
Nov 4, 2005
2:33 am
880
... Steve, A quick observation: This line will cause pU3 to point *two* WORDs beyond BASEADDRESS because of operator precedence and the way C handles pointer...
William J. Eikleberry
wjedesign
Offline Send Email
Nov 4, 2005
3:20 am
881
... this ... handles ... "+1" - of course, now it WORKS ! Thanks a lot Bill. Steve :-D...
s_surowinski
Offline Send Email
Nov 4, 2005
1:27 pm
882
... Steve, You're welcome. A few more observations: 1. You should declare variables for the external hardware as volatile (e.g., "volatile unsigned short int...
William J. Eikleberry
wjedesign
Offline Send Email
Nov 6, 2005
1:00 am
883
Where can I find the information for programming the 25 I/Os. I know about the read, write file descriptor commands but am not sure how to use them. I have...
matt_koebel
Offline Send Email
Nov 6, 2005
5:23 pm
884
But i doesn't call any IO function in the interrupt. I count only the variable Timer in the PIT. What can i do? I need a function to read from the serial port...
paaschelars
Offline Send Email
Nov 6, 2005
5:49 pm
885
I'm not sure what to do. I followed the instructions on seting up an IP address ect. My micro isn't showing up in the select a unit box. Please help Matt...
matt_koebel
Offline Send Email
Nov 6, 2005
7:51 pm
886
Matt, Go to Netburner.com, then Support, then Application notes You will find for example: Mod5270 Module and Development Board GPIO Programming Application...
mmk_tsm
Offline Send Email
Nov 6, 2005
11:36 pm
887
Reading the literature didn't really help me with the actual C programming of the GPIOs. Some example code would really help specifically for digital I/O...
matt_koebel
Offline Send Email
Nov 7, 2005
4:20 am
888
Matt, for us to point you in the best direction, we need to know which NetBurner board you are using. The specifics of programming, and the specifics of which...
mkrodby
Offline Send Email
Nov 7, 2005
7:14 am
889
Matt, Some example code for the MOD5270 .... sim.gpio.podr_datah &= ~(0xFF); // Set Data Outputs low (High Byte) sim.gpio.podr_datal &= ~(0xFF); // Set Data...
David Evennou (Data M...
datamstr99
Offline Send Email
Nov 7, 2005
1:29 pm
890
Matt, take a look in the files section. The LCD example has GPIO stuff for the mod5282, if that's your board. a quick look is: // Chip Select Define Address ...
seulaterbuddy
Offline
Nov 7, 2005
1:40 pm
891
I have the MOD5272 model. My goal is to use 8 of the I/Os to initalize a 2x16 character display and use it. My problem is that I can't find the addresses...
Matt Koebel
matt_koebel
Offline Send Email
Nov 7, 2005
3:18 pm
892
Hi Matt, Thanks for the additional information - that helps a great deal. As I thought might happen, two other people replied with solutions that were for...
mkrodby
Offline Send Email
Nov 7, 2005
4:36 pm
893
I am using the 5282 Currently I am writing a program to use the QSPI lines as GPIO lines. I have set the following sim.gpio.pqspar = 0;//QSPI configure as GPIO...
yaaaar8
Offline Send Email
Nov 7, 2005
8:16 pm
894
Hi Everyone, I cant seem to get my inputs to function or read back correctly, using a MOD5270. On the Data bus low, D15-D0, configured for GPIO, I have D15-D4 ...
mmk_tsm
Offline Send Email
Nov 8, 2005
3:55 pm
895
... Since all the bits are "inputs" how are you driving SPI_CLK high? Are all inputs driven or are some drifting... Paul...
Paul Breed
pbreed
Offline Send Email
Nov 8, 2005
5:49 pm
896
Hi All, The 5213 and multi-tty are working fine until I get to 'fgets()' in my application. To terminate a line of input with Multi-TTY I have to use...
skipinskeep
Offline Send Email
Nov 8, 2005
9:08 pm
897
... Got the answer from Netburner ""The register you may want to use to read the inputs is the Port Pin Data Set Data Register (PPDSDR); this register reflects...
mmk_tsm
Offline Send Email
Nov 9, 2005
10:58 am
898
Hi, I had a similar problem reading the DATAL GPIO inputs - the solution was to read the associated ppdsdr register. I notice that there is a ppdsdr for the...
mmk_tsm
Offline Send Email
Nov 9, 2005
11:03 am
901
We have updated the MOD5270 GPIO app note and should be uploading a new one in the next 24 hours. It fixes this oversight. Paul...
Paul Breed
pbreed
Offline Send Email
Nov 10, 2005
5:11 pm
902
Hi all, I'm looking for some information as to how to use a timer on a MOD5270. According to the specs it should have eight timers but when I try to modify the...
acravenrohm
Offline Send Email
Nov 11, 2005
1:13 pm
Messages 871 - 902 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