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
hi every body i just bought a usbmultilink programmer and i am looking for software for hc912 and hc908 thanks for your help...
5275
John Hartman (NoICE)
john@...
Jan 1, 2004 10:06 pm
... If you are looking for an HC12 debugger, NoICE (http://www.noicedebugger.com) supports this BDM pod for the HC12 and MCS912. Support for HC908 may be added...
... Have a look in the files area here, there is a fair amount of bits and pieces and guiding. If you need something specific call out and you never know:-) ...
Hello The: P&E also offers a complete line of very reasonably priced software for both programming and debugging either of these architectures! Check out ...
Hi all, Just wondered if anyone has an example bit of assembler code that shows how to use the TBL or ETBL commands to do an interpolated lookup ? I read the...
what i am looking for is a software to read and programme the eeprom on the hc912 and the hc908 microcontrolers ... Have a look in the files area here, there...
Hi all, Got two questions. Wanted to know if there is any documentation on the memory usage D-Bug12 v4.0.0b14 on the DP256 processor. Also, I would like to...
Hi All, Best wishes for 2004. I have been developing a serial bootloader into my application using Mot AN2153. I am having trouble with the structure...
Hi, I want to make sci.c/h that is provided with AN2485 software suitable for sci0, 1, or 2 by using macro definitions to rename function calls and variable...
Please disregard my message sent previously - Ist day back after Christmas mistake. Andrew Lohmann AIIE Design Engineer PLEASE NOTE NEW EMAIL ADDRESS IS: ...
Since I've just finished basically the same sort of project, I'm a bit confused as to what problem you're having. The CW the default position for the start of...
Hi all, I want 68HC12 to communicate PC 87109 (IR controller). I would like to know your suggestions on what would be the best way of communicating with this...
... communicating with this device using 68HC12. ... Check if MAX3110 (or similar without RS232 level shifter) is good for you. SPI interface could be better. ...
Hi, I'm using MC68HC912B32 EVB, and trying to use POD mode with Serial Device Interface(SDI) from Motorola to free the SCI port for other purpose. I connect...
Hello VT I don't know that particular EVB, but in general, POD mode means you are using this MCU to program a second EVB. And the BDM-out only connects to...
I'm trying to generate some code in C for 12DG256 under Codewarrior. Memory model is large because software has to access a big amount of data in flash. Test...
5296
Gilles Blanquin
gblanquin@...
Jan 7, 2004 4:26 pm
Hi Jordi. The first internal flash page is page $30. Pages $0 to $2F are external bus. Please see also your project linker prm file to see the memory mapping. ...
5297
Gilles Blanquin
gblanquin@...
Jan 7, 2004 4:44 pm
Hi again. Also which code generates this? ... STAB 0x30 switches to page 0 and PC at 0080D6 is fetched instead of 3180D6. PPAGE is transparently handled by the...
Seems like the CRGINT _IO_AT_ statement is incorrectly specifying the address 0x30. ... of ... mapping. ... Codewarrior. ... amount of ... options. ... ...
No. The code LDDA #0, STAA 0x30 that changes the PAGE register is inserted each time that a value is assigned to a variable. For example, in: void...
5301
Killingsworth, Steve
steve.killingsworth@...
Jan 8, 2004 12:36 am
I have code that was configured to run in FLAT mode (SMALL memory model) on a DG128A using Metrowerks CodeWarrior. I am trying to convert it to run in BANKED...
Hi James, Could u tell me how to use BDM port for programming, debug the 68HC12BC32? I read that we can actually use Motorola SDI through BDM to replace the...
5303
Gilles Blanquin
gblanquin@...
Jan 8, 2004 8:44 am
Hi Jordi. This latest decoded section is fine, because executed from a non banked area. You have to use a runtime to access banked data, like "datapage.c". If...