Re: [Sdcc-user] Tool for calculating maximum execution time

2011-10-08 Thread Graham Clinch
oscilloscope to see the ISR time by measuring the pulse width. By adding dummy code I managed to "tune" it to be almost exactly the same number of instructions no matter which decisions it made. Of course, you can count the instructions and T-cycles, but that's boring.. Regard

Re: [Sdcc-user] SDCC Compiler - putchar & serial I/O

2011-10-06 Thread Graham Clinch
f you are still having trouble. I've got software code in C for transmitting serial data as well if you are not using the built-in serial port. Email me direct - design [at] clinchcom.com SDCC rocks! Regards Graham Clinch - Original Message - From: "Peter Van Epp"

Re: [Sdcc-user] piklab compilation problem - another possible solution

2010-05-13 Thread Graham Clinch
). I am sure that you can do similar for your strings. Regards Graham Clinch -Original Message- From: Peter Van Epp [mailto:van...@sfu.ca] Sent: 13 May 2010 20:36 To: sdcc-user@lists.sourceforge.net Subject: Re: [Sdcc-user] piklab compilation problem On Thu, May 13, 2010 at 12:57:07AM

Re: [Sdcc-user] SDCC 2.8, 2.9 Signal 11 - SIGSEGV

2009-10-27 Thread Graham Clinch
't seem to get >anywhere. >I upgraded from 2.8 to 2.9 last night and I still get the same problem but >the last project still builds OK. > >Any pointers would be great as I'm about to start writing it in assembler ! > >Graham Clinch > > > > >-

[Sdcc-user] SDCC 2.8, 2.9 Signal 11 - SIGSEGV

2009-10-27 Thread Graham Clinch
SFR's were not defined but once the failure has occurred I can't seem to get anywhere. I upgraded from 2.8 to 2.9 last night and I still get the same problem but the last project still builds OK. Any pointers would be great as I'm about to start writing it in assembler ! Graham