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...
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...
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...
... 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 ...
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...
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...
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...
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...
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...
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,...
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/ ...
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...
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...
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...
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++) { ...
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...
... P.S. the console is showing this... 0x0200bc90 in OSIntCtxSw () Current language: auto; currently c++ Can't send signals to this remote system. SIGILL...
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...
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...
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...
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...