... 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...
John Hartman (NoICE)
john@...
Jan 1, 2004 10:06 pm
5276
... Hello The free "Special Edition" of Metrowerks Codewarrior 3 also works well with the USB Multilink Best regards Robert...
... 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...
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. ...
Gilles Blanquin
gblanquin@...
Jan 7, 2004 4:26 pm
5297
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...
Gilles Blanquin
gblanquin@...
Jan 7, 2004 4:44 pm
5298
Gilles, 3180D2 LDAB #0 3180D4 STAB 0x30 3180D6 BCLR 0x38,#128 is the code generated for the C instruction CRGINT_RTIE = 0; Regards, Jordi ... From: "Gilles...
Seems like the CRGINT _IO_AT_ statement is incorrectly specifying the address 0x30. ... of ... mapping. ... Codewarrior. ... amount of ... options. ... ...
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...
Killingsworth, Steve
steve.killingsworth@...
Jan 8, 2004 12:36 am
5302
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...
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...