Scheduled Maintenance:
We are undertaking some essential, but extensive maintenance to improve Yahoo!
Calendar. Your Group Calendar is being migrated to a much improved version of
Yahoo! Calendar. During the maintenance period, you may not have access to your
Groups Calendar.
We sincerely apologize for this inconvenience. Your Groups Calendar is in great
shape and we are working to have it available again as quickly as possible
- Yahoo! Groups & Yahoo! Calendar Team
I've got a C one that I've used for HC11 and 8051. It's available in the files section of the Imagecraft site or you can go to www.mtechgroup.com GB ... From:...
I've got two M68HC912B32EVBs - one is a POD and the other a target connect via BDM. I've flashed my application into the target flash then I set a breakpoint....
101
Peter Lissenburg
peter@...
Jun 3, 2002 11:20 pm
Hi, you must first use the command "Use Hardware Break points" (UHBR? Check by typing "help") After that the target breakpoint registers will be used. You will...
102
Gerhard Maier
Gerhard@...
Jun 4, 2002 1:26 am
Can anybody give me advise for writing a program with the P&E assembler that produces a Mot-Hex file (S2-type) which can be used by the BDM interface and thus ...
103
Dave Perreault
briggsroad@...
Jun 4, 2002 10:57 am
Gerhard 1. Since the P&E assembler has an extended address range, you can use logical addresses even though it is an absolute assembler. You have to take care...
104
Gordon Doughman
g.doughman@...
Jun 4, 2002 2:19 pm
The latest version of D-Bug12 for the B32 EVB is v2.1.0b15 and is available on the web at: ...
Gehard There have been a lot of posts on this problem in the past; you may want to look through the archives. I personally never had any success with the P&E...
106
Shayne C. Rich
shayne@...
Jun 4, 2002 10:45 pm
Hi, I have a bit of an odd problem. I am trying to flash my application on the DG128. I am using the ICC12 compiler, I have set up my "custom" project with...
107
Dave Perreault
briggsroad@...
Jun 4, 2002 11:27 pm
Shayne The mappings of flash on the HC12 are part dependant. For the, 912DG128 (not the 9S12) the flash mapping is: HC12_64k_space Ppage logical_record_range...
108
Dave Perreault
briggsroad@...
Jun 4, 2002 11:30 pm
Shayne Sorry, I forgot to fill in one of the addresses. Should have been: Shayne The mappings of flash on the HC12 are part dependant. For the, 912DG128 (not...
109
yahoolist@...
Jun 4, 2002 11:47 pm
Shayne, you still having problems? If you are not using the extended memory, then you are just treating the DG128 in a flat 64K space. ICC12 then only...
Has anyone had experience with the 9S12A parts? According to AN2219/D the HC12D may need a RESET generator to insure the Reset line is held low long enough...
111
Oliver Betz
list_ob@...
Jun 5, 2002 9:42 pm
... No, but the 912D60A. ... It depends on the rise time of your supply voltage. If voltage rises fast (e.g. <1ms), you probably _will_ need a delayed reset...
112
Kelley, Dale
Dale.Kelley@...
Jun 5, 2002 10:58 pm
Oliver When you say "oscilator" do you mean crystal irect to the D60A or a TTL Clock osc driving the EXtal pin? The reason I ask is I am using TTL clk and...
Shayne and I share what I think to be a similar problem because we both use the DG128 in Flat 64K memory. My generated S19 records is between $4000 to $FFFF....
114
yahoolist@...
Jun 6, 2002 1:03 am
This is a reply from Carl Barnes of Technological Arts on the subject: ***** You need to run your s19 file through the s-record converter program first so that...
115
Jean-Pierre.CEYSSON@...
Jun 6, 2002 6:01 am
Does someone have the errata list of 812A mask 0K51E? Best regards Jean-Pierre...
116
Oliver Betz
list_ob@...
Jun 6, 2002 10:02 am
... I wrote about the D60A colpitts oscillator. ... It's very likely that canned oscillators start faster than the D60A oscillator. And you can check with a...
117
mas
mansukhs@...
Jun 6, 2002 10:48 am
Hello 812A4 users, In our 812A4 MCU based wireless system, we are using SCI0,SCI1,TOF(Timer Overflow) and RTI interrupts.Prescaler for TOF is kept 32, RTI...
118
Gilles Blanquin
gblanquin@...
Jun 6, 2002 10:55 am
Hi. Maybe something stupid but did you care about the watchdog and possible eeprom relocated at default position in $F000-FFFF by chip reset and covering your...
119
mas
mansukhs@...
Jun 6, 2002 11:08 am
Hi Gilles, I have checked with watchdog also but MCU losses all interrupts. When I disable RTI interrupt, it works fine. I am using MCU in normal expanded wide...
I suspect that you might have stuck overflow problem. Is it possible??? Benny ... To: <68HC12@yahoogroups.com> From: "mas" <mansukhs@...> Date: Thu,...
122
Ritter, Alan
alan_ritter@...
Jun 6, 2002 1:48 pm
I'm not at work and don't have access to all my data, but I remember a similar problem with an 'HC11 a few years back. Make sure you are clearing the RTIF or...
Here is my rom table and cut of the main routine; . I use imagecrafts ICC12 v6.13 compiler, starprog from Elektronicladen.de to flash the rom. I use address's...
I've got a B32 evb and i'm in a cycle of code, flash and debug. I'm concerned though about how long the EEPROM flash on the HC12 will last. I've heard...
127
Gerhard Maier
Gerhard@...
Jun 6, 2002 11:53 pm
Dear Woody, to my experience, this flash ROM lasts 8000 program cycles. I don't think you will wear this out this year yet. Gerhard...
I have a program on a MC68HC912DT128A that boots into Normal Single Chip mode (BKGD=1, MODA=0, MODB=0), then changes to Normal Expanded Narrow mode (MODE=0xB0,...