Hello, I have a C128 that will ultimately be contained in an enclosure and attached to an engine. There are several things to consider here, but I am curious...
Hello, I have a problem to display an integer on a LCD. I convert the integer into a string. However, this apparently does not seem to work. The values are not...
I believe you're suppose to have a default in the case statement. vkk ... From: folgli@... To: 68hc12@yahoogroups.com Sent: Saturday, January 3, 2009...
vkkenny@...
Jan 3, 2009 7:19 pm
16259
Hi, I can see two things that are wrong. 1. At end in IntToString (add termination of string): str[j] = 0; 2. Change declaration of ausgstr in...
Your 'for' loop is messed up, you need a ')' closing parenthesis. Â Â { Â Â Â multiplier=1; Â Â Â for (k=0;k<aftercomma-i-1;k++) multiplier*=10; Â Â Â digit...
vkkenny@...
Jan 3, 2009 7:57 pm
16261
Hello, I am using this code on an MSP430 (Texas Instruments). On the MSP430 it works fine. I am able to display integers an a LCD. The Same code. I carried the...
Your 'for' loop is messed up and when you add the closing parenthesis, ')', get rid of the ';' semicolon   {    multiplier=1;    for...
vkkenny@...
Jan 3, 2009 7:59 pm
16263
Hello, thank you very much for your help. It works fine now. I had to add termination of string and I declared a memory area instead of a pointer. Best regards...
Dear Sir, We would like to inform you that MB NEC KEY PROG. is our product . The 4.1 latest update is released and we are the only contact who can update,...
Simon and tony CO
simonandtony@...
Jan 4, 2009 1:43 pm
16265
I'm no expert on this topic but I doubt there are vibration limits within the chip package itself that should concern you. I think vibration would have a...
... It helps. But the other big reason for through-hole mount is the thermal coefficient of expansion (Tce). Military usually requires ceramic carriers for...
James M. Knox
jknox@...
Jan 4, 2009 6:13 pm
16267
I designed the following board last year with some ideas for some home automation projects and have never really gotten around to them. I was wondering if...
Hey Steve, This looks...amazing. My friends and I (all masters students) have been thinking about doing something very similar. I know that all of us would...
Hi, I am working in MC9S12DJ256B.I have one UART(16C854) peripheral for external communication.My problem is that ,if I am setting noparity mode for...
Sim IPS
simips@...
Jan 6, 2009 4:33 am
16270
Sorry for such a vague description but I can't see where to begin with this, Any help or clues will be greatly appreciated! I am having problems running code...
Hi, I have the following development kit for sale - hardly used, as new. WildFireMod uClinux Development Kit + USB Multi-Link BDM. ...
linktek
linktek@...
Jan 9, 2009 9:43 am
16272
Used SBCTool ColdFire development kit for sale - buy online at .... ...
linktek
linktek@...
Jan 11, 2009 5:26 pm
16273
What are the read/write cycle limitations of the FLASH system on a HCS12-based controller? 10,000 R/W? 100,000 R/W? Also, if I was to reach the limitations on...
Try having a look at Application Note AN2302 EEPROM Emulation for the 9S12C32. Greg...
Greg Broburg
semiflex@...
Jan 13, 2009 4:23 pm
16275
... HCS12-based controller? 10,000 R/W? 100,000 R/W? ... blocks in danger of loosing their integrity? ... I would search for "NVM reliability" or "data...
It looks like 10,000 erase/read cycles per sector are guaranteed. Thank you! What are the read/write cycle limitations of the FLASH system on a HCS12-based...
Hello, I need for my programm a reset-function. I want to call a function ResetApplication(). Then I want to use the watchdog to reset the application. I do...
That'll work though you may want to prevent further processing while waiting: void ResetApplication( void) { asm("sei"); COPCTL=0x01; while(1); } -rob...
My install.exe for Metrowerks HC16Z1 IDE is corrupt. I contacted Freescale and their archive image is also defective. Does anyone have an image of the HC16Z1...
Hello, I have an MC9S12DP256 on the Dragon12-P dev board using DBug12 4.0.0. I've run into a very strange problem when trying to use an Interrupt Vector table:...
Has anybody done this? I need to generate test patterns for a monitor using the 9s12 - I can generate the patterns and V and H sync nicely but can't get the...
hello, I just write a function for the initialization of the CAN modules. Now I have the following problem. I pass the number of the CAN module which should be...
For more information check our website www.simonandtony.com SIMON & TONY COMPANY BEIRUT - LEBANON TEL/FAX# 00961-1-880936...
Simon and tony CO
simonandtony@...
Jan 19, 2009 6:55 pm
16285
Hi everyone. I intend to design my own programming board for E128 but will E128 datasheet be enough for design purposes or is there a template for design? ...