... I think I might have been hallucinating. It looks like an initialization error, but I'm going to poke around a bit more. Programming when you're sick...
Matthew D. Stock
stock@...
Feb 2, 2000 8:51 pm
29
Hi Yann! ... Because there may be a lot of them and it could cost a lot to save them. For some interrupts, one might decide to save the minimal subset. This is...
Stephane Carrez
Stephane.Carrez@...
Feb 2, 2000 8:16 pm
28
Hi Matt, ... Can you try to merge the text and rodata during the link? I think that the rodata is not taken into account when you translate into s19 (but I'm...
Stephane Carrez
Stephane.Carrez@...
Feb 2, 2000 8:16 pm
27
Hi Yann, ... MCU->DDRD |= DDRD_MASTER; 2306: fe 12 80 ldx 1280 <MCU> 2309: e6 09 ldab 9,x 230b: ca 38 orab...
Stephane Carrez
Stephane.Carrez@...
Feb 2, 2000 8:16 pm
26
I'm in the process of porting the handboard lib by Curt Mill's to Stephane's port, but I've run into a snag with initialized variables. It seems that for some...
Matthew D. Stock
stock@...
Feb 2, 2000 1:05 pm
25
Sorry I've forgotten to give the structure! ... http://click.egroups.com/1/967/2/_/279954/_/949483961/ ... ===== yann_gouy@... La Terre est le berceau de...
yann gouy
yann_gouy@...
Feb 2, 2000 9:44 am
24
Hi this is for a relocatable access to the different ports of the MCU. you can use a structure such the one I provide for the 68hc11F1 and when you modify the...
yann gouy
yann_gouy@...
Feb 2, 2000 9:28 am
23
Hi Stephane as you'll see in the example that follows, the X register is reload many useless times even using the compiling option -O2, is that a bug in your...
yann gouy
yann_gouy@...
Feb 2, 2000 9:20 am
22
Hi Stephane why not saving all the soft registers at the begin of interrupt? Well, I ask this question because I want to completely switch the context of tasks...
yann gouy
yann_gouy@...
Feb 2, 2000 9:18 am
21
Hi Stephane I've applied your patchs, they work very well but I've found some bugs or corrections. * in dv-m68hc11sio.c at line 382: M6811_RE =>...
yann gouy
yann_gouy@...
Feb 2, 2000 9:14 am
20
Hello! ... In fact you don't need specific functions to read/write the registers. The remote debug agent is running. So it has saved the program registers in...
Stephane Carrez
Stephane.Carrez@...
Feb 1, 2000 9:42 pm
19
... time=(finish_time-start_time)+(toi_count*0xFFFF); ... finish_time ... get a ... Ummm.... oh crap.... Yeh... thats the old equation i was using until i...
MWP
hirm@...
Feb 1, 2000 2:20 am
18
Hi, thank you for replying. ... that's more or less what I what I was wondering to do (I think that after computing the equation, I should also zero the...
Franco De Angelis
fda@...
Jan 31, 2000 7:56 pm
17
Well, we won't be able to use it for our class labs without the remote debug, but we can delay the switchover until remote debug is available. Let me know if...
Wayne Westerman
westerma@...
Jan 31, 2000 3:11 am
16
Hello! ... DWARF2 is a debugging format that describes the debug information for a debugger. This information is stored in specific ELF sections which are not...
Stephane Carrez
Stephane.Carrez@...
Jan 29, 2000 9:09 pm
15
Hi... You need yo use the Time Overflow Interrupt and one of the PortA Timer Input Compare interrupts. When you get the first pulse, using the TIC int, store...
MWP
hirm@...
Jan 28, 2000 6:15 am
14
Sorry, Stephane, but I got page not found errors on your whole website yesterday from here in America. Today it is all fine again--some server problem no ...
Wayne Westerman
westerma@...
Jan 28, 2000 2:44 am
13
Hello gnu-m68hc11 fellows, I am new to this list and am also new to 68hc11 programming. I have some years of experience with C programming but I have very...
Franco De Angelis
fda@...
Jan 27, 2000 7:27 pm
12
Hi Yann! ... The clock is hard coded to 8Mhz.... Setting up some configuration for this is in fact quite easy (see attached diff file that you can apply to...
Stephane Carrez
Stephane.Carrez@...
Jan 23, 2000 6:30 pm
11
when programming the sio baudrate, the informations from the simulator report a invalid baudrate according to my physical board which runs a 68HC11 F1 with a...
yann gouy
yann_gouy@...
Jan 22, 2000 5:31 pm
10
I seem to have a problem when trying to write to the eeprom using the simulator. the code executes without problem but the informations from the simulator...
yann gouy
yann_gouy@...
Jan 22, 2000 5:23 pm
9
Hi! ... Well, there is nothing to do. It's already there. Thanks GCC! This is possible with the 'section' variable attribute. Here is an example: int a...
Stephane Carrez
Stephane.Carrez@...
Jan 15, 2000 7:43 pm
8
Good evening, ... One solution could be to define some attribute in GCC. I think this is quite feasible. We could get something like: int a...
Stephane Carrez
stcarrez@...
Jan 14, 2000 9:49 pm
7
Hi! I've made a binary distribution of the GCC and Binutils for 68HC11&12 for Windows. This is the first trial to such binary distribution. This is available...
Stephane Carrez
stcarrez@...
Jan 14, 2000 9:40 pm
6
Hi! I have made a new snapshot of the GNU development chain for 68HC11. It is now really stable with less than 0.4% of failure for the GCC testsuite. The new...
Stephane Carrez
stcarrez@...
Jan 14, 2000 9:40 pm
5
... Be careful - I'm not sure where byte is defined, but you need to make sure that register references are defined as volatile so that the compiler won't ...
I've just found this compiler, and I'm trying to write my first program. How do I directly set a specific memory location? Say I want to set PORTD (memory...
Jesse Brockmann
jjbrockm@...
Jan 9, 2000 4:33 pm
2
Hi! Please, ignore. ... Home Office E-mail: stcarrez@... Stephane.Carrez@... WWW:...
Stephane Carrez
stcarrez@...
Jan 6, 2000 7:37 pm
1
Hi, GNU development chain for 68HC11 and 68HC12: gcc, gdb, gas, ld, ... Cheers, Stephane Carrez...