Search the web
Sign In
New User? Sign Up
gnu-m68hc11 · GNU 68HC11/HC12
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 5119 - 5148 of 9382   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5119
... Hash: SHA1 ... Does using int32_t here change things? - -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au ...
Daniel O'Connor
dariusmk2
Offline Send Email
Sep 1, 2004
8:25 am
5120
... Actually, it looks like a similar problem to what someone else had recently. The compiler was doing 16 bit math on an initializer for a 32 bit number,...
Mark Whitis
markwhitis
Offline Send Email
Sep 1, 2004
8:59 am
5121
Sorry about the incorrect subject before. The build process DOES care about the linker option! Make uses m6811-elf-as for n.s to n.o and m6811-elf-gcc as a...
Thomas D. Dean
tomdean@...
Send Email
Sep 1, 2004
12:01 pm
5122
Thomas ... Yes and no. gcc -c => compile a file from .c|.S|.s|.cpp to .o ... This is what I do not understand, make starts with the first target it finds. You...
42Bastian Schick
bastian42
Offline Send Email
Sep 1, 2004
1:23 pm
5123
Whitis, In 16 bit twos compliment mathematics there is one more negative number than positive numbers. The twos compliment of -65535 has no positive counter...
tburrell@...
tomburrell2003
Offline Send Email
Sep 1, 2004
2:43 pm
5124
In your makefile you can declare the flags for each program. It is your make file you can make it do what ever you want. ... From: tomdean...
tburrell@...
tomburrell2003
Offline Send Email
Sep 1, 2004
2:44 pm
5125
John, Here is a rough translation Tom ; masks enable EQU %00000010 output EQU %11111111 msec EQU $1770 init_lcd3 EQU $08 init_lcd4 EQU $20 string1: dc.b...
tburrell@...
tomburrell2003
Offline Send Email
Sep 1, 2004
4:51 pm
5126
Remko,(or was it Mark) I finally got the file stuff running. The changes need more testing. I had trouble with multiple increments of automatic pointers in a...
tburrell@...
tomburrell2003
Offline Send Email
Sep 1, 2004
5:01 pm
5127
I was looking for a way to avoid putting the LDFLAGS statement in the top level Makefile. After thinking about this, it appears not possible. The selection of...
Thomas D. Dean
tomdean@...
Send Email
Sep 1, 2004
5:06 pm
5128
Tomdean, I was talking about something like this: Aaa is c bbb is asm aaa.0: aaa.c $(CSRCS) $(CC) $(CFLAGS) $< -c -o $@ bbb.0: bbb.asm $(CSRCS) $(AS)...
tburrell@...
tomburrell2003
Offline Send Email
Sep 1, 2004
5:13 pm
5129
Ton, thanks for the reply, Sorry, I was not clear in my initial post. In an assembly application, _start is in an assembly file and I do not need the...
Thomas D. Dean
tomdean@...
Send Email
Sep 1, 2004
5:30 pm
5130
... Hi Mark, Thanks for this answer, it is very usefuly (and comprehensive). The 12V battery I was referring to is 1.2A*h SLA battery from a hobby shop, not a...
mehaase@...
dont_steal_s...
Offline Send Email
Sep 1, 2004
6:27 pm
5131
Hi Tom, I've just started trying the FlashEraseSector function. With all good comes a bad I guess. The good news is that even not fully understanding how it...
Remko Galama
remkomg77
Offline Send Email
Sep 1, 2004
7:57 pm
5132
Remko, That usually happens when PPAGE and FCNFG are mot set right. See: PNT_FILE_HDR GetFileAddr(UINT logical) This crashes the hcs12 because you either...
tburrell@...
tomburrell2003
Offline Send Email
Sep 1, 2004
8:16 pm
5133
I'm surprised a C programmer would not know the asm. That would be very valuable to you. May I ask what part is dificult, and I'll explain it? Just look at a...
Jefferson Smith
imajeff84663
Online Now Send Email
Sep 1, 2004
8:21 pm
5134
John, I don't know what you mean by what part is difficult? I wrote my first program in 1963. I haven't been out of work since. I have been using Motorola...
tburrell@...
tomburrell2003
Offline Send Email
Sep 1, 2004
8:36 pm
5135
Hi Tom, I'm starting to get how this works. I've managed erasing my first sector and programming a word in it without crashing! The idea behind all of my ...
Remko Galama
remkomg77
Offline Send Email
Sep 1, 2004
9:56 pm
5136
Tom, Thanks for the conversion. ... _________________________________________________________________ Express yourself instantly with MSN Messenger! Download...
John Tobias
john_tobias_ph
Offline Send Email
Sep 1, 2004
9:58 pm
5137
Remko, You can have the WriteFlWord(), EraseFlSector() in EEprom or copy them to RAM to run. I have done both at times. This way you can do everything that...
tburrell@...
tomburrell2003
Offline Send Email
Sep 1, 2004
10:05 pm
5138
Hi Tom, from eeprom will be fine for now but the copy to ram to run seems a more pretty sollution. I've used the __attribute__((section(".eeprom"))) to locate...
Remko Galama
remkomg77
Offline Send Email
Sep 1, 2004
10:39 pm
5139
Remko, There are routines to write to EEprom in the functions in that package. I use it for my directory and free sector list. I am using a P&E BDM. They have...
tburrell@...
tomburrell2003
Offline Send Email
Sep 1, 2004
10:46 pm
5140
Hey I found one used in the ColdFire. Just put the routines in the blocks labeled RAM and call the normal ones that copy them. The coldfire isn't the same, it...
tburrell@...
tomburrell2003
Offline Send Email
Sep 1, 2004
10:54 pm
5141
Folks, I am hearing rumbles about TCP/IP communications on the HCS12. I thought I saw some traffic on here about the same. How is it going, what does it take?...
tburrell@...
tomburrell2003
Offline Send Email
Sep 1, 2004
11:00 pm
5142
Jefferson, I am new in Microcontroller and in embedded development, I am still in the learning process. I've never use asm though I understand some part of...
John Tobias
john_tobias_ph
Offline Send Email
Sep 1, 2004
11:24 pm
5143
... Hash: SHA1 ... I'd be inclined to use a 7805 or similar to get regulated power. Running one of 12V will generate a fair amount of heat though. - -- Daniel...
Daniel O'Connor
dariusmk2
Offline Send Email
Sep 2, 2004
12:23 am
5144
Well, I had been planning to run a fairly comprehensive arithmetic test to check the code generator at some point but this gave me some incentive to do it...
Mark Whitis
markwhitis
Offline Send Email
Sep 2, 2004
4:10 am
5145
... I guess the resulting file have different names, don't they ? So why can't you do just: all_assmbly.elf : $(ASM_OBJS) $(CC) $(LDFLAGS_FOR_ASM) $(ASM_OBJS)...
42Bastian Schick
bastian42
Offline Send Email
Sep 2, 2004
4:45 am
5146
... The bypass caps on other circuitry and clamp diodes won't protect the A/D pin if you get spikes on the battery voltage you are measuring. The flyback...
Mark Whitis
markwhitis
Offline Send Email
Sep 2, 2004
4:48 am
5147
If I just use the LDFLAGS in assembly applications to not allow startfiles and stdlib, I can use the default rules. In a given application, I either want the...
Thomas D. Dean
tomdean@...
Send Email
Sep 2, 2004
5:21 am
5148
Hi Tom, great! Many thanks for the source file. So far the EraseFlashSector works but I'm having troubles with the WriteFlashWord. The weird thing is that when...
Remko Galama
remkomg77
Offline Send Email
Sep 2, 2004
12:26 pm
Messages 5119 - 5148 of 9382   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