Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - cstrahm

Pages: [1]
1
µTasker general / Execution PRoblem for Simulator
« on: April 06, 2009, 09:53:14 AM »
Trying to get the simulator running,  as per the PDF file instructions on LPC23XX.  I have Visual-6 and Wireshark.  Win2K/SP4.  It builds fine, but when I execute I get a dialog saying AppError, when I close that I get another dialog saying SHW95DLL.DLL error as shown below.  Any ideas?

2
NXPTM LPC2XXX and LPC17XX / Getting Started Issues
« on: February 16, 2009, 12:22:41 PM »
I'm using an LPC2468 with GNUARM.  I got the PHY code mod'd for my PHY, and the PIN setup configured for my app PCB.  Took out the LCD define. Trying to get this started up now.

(1)  I would like to suggest that the Watchdog have a default OFF when supplied.  The first thing I had to do was track down all the places that activate the watchdog to disable it.  Does not appear to have a global define in config.h to do this.

(2) The trace starts off at 0x11C fnValidatedInit, then fnStartDefaultNetwork, then fnScan, then fnFlushSerialRx, tries to access 7FFFE2BB, then jumps to Pabt error.

0x7FFF.... is the IAP area I believe.  I have no idea why it is going there.

Any suggestions?

Chris.

3
NXPTM LPC2XXX and LPC17XX / Makefile for GNUARM
« on: February 13, 2009, 08:40:46 AM »
Hi:

Just wondering if you already have a regular GCC Makefile, before I spend my time reinventing the wheel.  The one you have in the GNU example does not seem to work with GCC make.exe

Chris.

Pages: [1]