I've just been dealing with banked code on the HC812A4 and asked my usual guru at IAR, Steve Ergerter (support@... will probably raise him), to give me...
Hello All, I have written an assembly routine to write one byte to the EEPROM of the MC9S12DP256. The routine is called with the destination address in the...
I'm wondering, what is the threshold votlage (for lack of a better term) of the Port T (Input Capture) pins on the 9s12dp256? (in case I'm using the wrong...
Roger, All the I/O pins of the 9S12DP256 and all other HCS12 devices have a nominal input threshold of VDDX/2. For VDDX of 5V the threshold is 2.5V. The...
Doron Fael
doronf@...
Feb 2, 2003 8:46 pm
2209
Hello Gilles and altogether, ...thanx for your helpful explanations, Gilles! This was a lot of help to be sure not the standalone mode was the problem but the...
SPI, by its very nature and definition is a full-duplex, bi-directional protocol. It does not offer a "one-line, half duplex" mode of operation. You should...
Hi Roger, You must program an aligned word to the EEPROM of the DP256. Attempting to program a misaligned word or a byte will cause an ACCERR error. This is...
Thanks for your kindness. I omitted Clock line because Clock line is basis of SPI communication. I mean the one line communication is TX & RX Line. I want send...
I have to change bits in an output chip that is write only. I am having an odd behavior with C code that compiles to BSET and BCLR operations. It occurs to...
Is anyone here using the new 2.0 version of Metrowerks for the HC12? In your opinion, is it worth the upgrade? I have numerous problems, especially with the...
In a message dated 2/3/03 7:28:18 PM Eastern Standard Time, ... Assume machine A is master, B is a slave... A transmits on clk and mosi, B receives on clk and...
In a message dated 2/3/03 7:31:57 PM Eastern Standard Time, ... I have a ram variable called portb, say that I do the bset on, then copy portb to PORTB ...
Greetings Paul-- Have you though about using "const" on the write-only register declarations? Some of the syntax is a little hairy until you get use to it, but...
Hi, have a look at the SPI control register 1 and 2. There are some bits to arrange what you want to do. These may vary in name depending on the chip you use,...
... odd behavior with C code that compiles to BSET and BCLR operations. It occurs to me that if these are read->modify->write operations, it would explain my...
Hi All, I am about to lock in a micro for a new design, at this stage it is to be the MC9S12DP256BCPV. My question is, is anyone aware of any problems with...
Lets try this again, as it did not appeared on the list the last time!?!? Hi, have a look at the SPI control register 1 and 2. There are some bits to arrange...
My (safety related) application has to recognize changes in the code (in the Flash). I have to calculate a CRC checksum over the whole code in the Flash. Thus...
Paul, ... read->modify->write commands? In addition to the BSET & BCLR instructions, if you examine the op-code map (Appendix A of the CPU12 Reference...
Darren, EB614, 'SCI Interrupt Errata Workaround for HCS12 Family Devices', presents a workaround for the MUCTS00510 errata that uses a timer channel to...
Markus, check out: CodeWarrior Manuals\pdf\Manual SmartLinker.pdf chapter "Linker Defined Objects". Search for "checksum" to get there as well. The linker...
Erich Styger
estyger@...
Feb 4, 2003 5:15 pm
2230
with HC12 V2.0: select stationery HC12 -> DG -> DG256B -> C with ProcessorExpert Then there many different beans: Bean Selector -> MCU internal peripherals ->...
Erich Styger
estyger@...
Feb 4, 2003 5:15 pm
2231
My apologies if you get this more than once, but I'm having some trouble sending and receiving from this group. Is anyone here using the new 2.0 version of...
This is a good point... It has never crossed my mind (It may be a code problem on my side) however the debugger seems to continually crash if I seek the value...
I was browsing the sales literature on line and noticed that the Code Warrior package that included high level CAN libs was a cool $4995. I am doing...
Thanks, Gordon EB614 also explains in more detail the internal problem, I have asked arrow for a quote on the 'c' suffix part I will see what they come back...