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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 656 - 687 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
656
The address of dma[1..3] registers seems to be incorrect in sim5270.h due to incorrect pack statement, commenting out as follows should fix but then need to...
markxwilliams
Offline
Aug 1, 2005
2:07 pm
657
I'll have to look into this... But C arrays are [0..3] so it should be DMA[0...... not DM[1.. Paul...
Paul Breed
pbreed
Offline Send Email
Aug 1, 2005
4:37 pm
658
Yes the 5282 and 5270 network debuggers both use sim.timer[0]....
Paul Breed
pbreed
Offline Send Email
Aug 1, 2005
4:38 pm
659
I'm having some trouble getting network debugging to work . Hopefully this is because I'm missing something obvious. I'm using a MOD5282 with tools v1.98b2 and...
diagnosis42
Offline
Aug 1, 2005
8:11 pm
660
Make sure that the EnableSmaryTraps is not enabled. Or if it is enabled, it must be enabled BEFORE the debugger is started. Paul...
Paul Breed
pbreed
Offline Send Email
Aug 1, 2005
8:37 pm
661
Excellent, thank you. That worked great. FYI, both the PDF and the CHM help files make a call to EnableSmartTraps() after InitNetworkGDB(), and the AppWizard...
diagnosis42
Offline
Aug 2, 2005
3:03 pm
662
Thanks Jake. The corrections have been made....
dlsnetburner
Offline Send Email
Aug 2, 2005
5:15 pm
663
... Several changes to MTTTY 1)The scroll bar does the right thing when you minimize and restore, no looking like the display is dead when the only problem is ...
Paul Breed
pbreed
Offline Send Email
Aug 2, 2005
10:41 pm
664
I'm trying to get netburner running on my pc. When I do a 'make' I get the message "The procedure entry point getrlimit could not be located in the dynamic...
ken85t
Offline Send Email
Aug 3, 2005
6:21 pm
665
Do a search on your PC for cygwin1.dll make sure that all the version are the latest....
Paul Breed
pbreed
Offline Send Email
Aug 3, 2005
6:31 pm
666
The RTOS also uses the PIT channel 0 for its tick interrupt doesn't it?...
Mark Jones
markalanj
Offline Send Email
Aug 3, 2005
6:33 pm
667
I updated all copies of cygwin1.dll on my PC with latest from www.cygwin.com and now I get past the error. Now I'm getting an error 255 when I try to build. I...
ken85t
Offline Send Email
Aug 3, 2005
7:37 pm
668
What does an error 255 mean when trying to do a 'make'?...
ken85t
Offline Send Email
Aug 3, 2005
7:42 pm
669
Hello All, Where can I get the latest schematic for the Carrier Dev board? The one I have is Carrier-MOD-DEV-100-SCH-R1p03[1].pdf. The schematic that I have...
stevemacica
Offline Send Email
Aug 3, 2005
11:31 pm
670
Can you post/send the whole stream leading to the error. I'm beginning to suspect that you may have multiple makes in your path. What does . make -v return? It...
Paul Breed
pbreed
Offline Send Email
Aug 3, 2005
11:38 pm
671
I have just run a benchmark test on the Mod5270. It runs at 150 mips for a move register to register (fastest instruction) when running from internal sram...
markxwilliams
Offline
Aug 4, 2005
12:39 pm
672
C:\Shared\Bridge\Bridge_Rev3.02>make -v GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for i686-pc-cygwin Copyright (C) 1988, 89, 90,...
Jezek, Kenneth
ken85t
Offline Send Email
Aug 4, 2005
1:06 pm
673
This is the result of just make: C:\Shared\Bridge\Bridge_Rev3.02>make m68k-elf-gcc -m5200 -Wl -Wl,-n -Tc:/nburn/MOD5282/lib/MOD5282.ld -Wl,-Rc:/nburn/ ...
Jezek, Kenneth
ken85t
Offline Send Email
Aug 4, 2005
1:12 pm
674
First question, will the speed critical stuff both code, and data fit in the internal RAM? You have about 62K availible for this. The Cache should be turned on...
Paul Breed
pbreed
Offline Send Email
Aug 4, 2005
4:13 pm
675
I probably should not have started answering this thread, I don't usually trouble shoot install problems. Can you submit this as a support request on the...
Paul Breed
pbreed
Offline Send Email
Aug 4, 2005
4:15 pm
676
Hello Paul, sorry for my late answer, because my Multilink was fault. We use our own hardware. We paid the license 2004. The /CS0 depend on the area that I...
Jörg Hinze
johis_com
Offline Send Email
Aug 4, 2005
7:55 pm
677
Paul, My image processing will fit in easily (I am old enough to remember when 64K was luxury!) The code to test the mips is: for (int i=0; i<10; i++) { ...
markxwilliams
Offline
Aug 5, 2005
1:22 am
678
I'm getting a OSIntCtxSw() trap error as soon as the program is running... this was not happening with the pre 1.9B tools but we think it was trapping further...
oulaxer11
Offline Send Email
Aug 5, 2005
1:57 pm
679
... P.S. the console is showing this... 0x0200bc90 in OSIntCtxSw () Current language: auto; currently c++ Can't send signals to this remote system. SIGILL...
oulaxer11
Offline Send Email
Aug 5, 2005
1:58 pm
680
There are several issues here. 1)The boot sequence and boot memory map, (Are you using the internal flash at all?) 2)Flash programming. 3)Production...
Paul Breed
pbreed
Offline Send Email
Aug 5, 2005
2:54 pm
681
This is almost 100 % certain to be a stack overwrite or corruption problem. 1)I'd build a non debug version with the smart traps enabled. #include...
Paul Breed
pbreed
Offline Send Email
Aug 5, 2005
3:20 pm
682
I wrote the following assembly code...: .text .global sfunctest; .extern TimeTick sfunctest: move.l # 200000000,%d1 move.l # 1,%d0 move.l TimeTick,%a1 ...
Paul Breed
pbreed
Offline Send Email
Aug 5, 2005
3:57 pm
685
Just an FYI I am at home so I haven't been able to go through your list but... I did track down what task this was happening in... the software engineer (if...
oulaxer11
Offline Send Email
Aug 7, 2005
5:14 am
686
Thanks Paul, I called EnableCache first and got a 10X speed improvement (now 150mips from external ram in cache)! Could be a good time to remind everyone to do...
markxwilliams
Offline
Aug 8, 2005
1:11 pm
687
The Enable cache should be call automatically. Can you go to nburn\mod5270\system\bsp.c The EnableCache should be called in the void HardwareSetup(long...
Paul Breed
pbreed
Offline Send Email
Aug 8, 2005
4:45 pm
Messages 656 - 687 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