I contacted the manufacturer. According to them if you don't ground the SYNC pin it causes many more problems then it solves. It worked for us. I have the...
Hi, I want to know is there any Gateway tool available in the market for MOST - To- CAN vice versa if yes, please let me know the product details(Possible...
Hi, I am having some problems running my program in CML12-DP256 development board. I want the program to run automatically when the development board is booted...
Problem A comment: I have often seen programs that run fine from a monitor program fail when auto running. I always look for things that the monitor...
Hi, I am having some problems running my program in CML12-DP256 development board. I want the program to run automatically when the development board is booted...
If you are a Dragon-12 users, please send me a msg off list. I need to debug a VERY simple program. Thanks. // richard (This email is for mailing lists. To...
I will certainly look into solution for Problem A.I already initialized the stack in the program. Forget my program, I couldn't even get a simple "Hello world"...
Hello I need an information regarding how to do unit testing for the C code using Metrowerks Codewarrior. I want to unit test all the functions, its input...
Some time ago there was a bit of a discussion on connecting embedded gear to ethernet and the difficulties to keep up with the fast transmission levels...
I am having trouble with the operation of a 4x4 keypad. i am using a mc9s12d64 with ICC12. the bulk of the program works fine even the character capture. that ...
You need to do: while(key!='A' && key!='C') otherwise the expression will always be true. (If you press 'A' you don't press 'C' and vice versa so one of them...
... This bug probably often happens due to the similarity with the spoken frase "while the key is not A or C"! The statement "key!='A'||key!='C'" will always...
Anders Friberg
anders.friberg@...
Dec 10, 2007 1:48 pm
15545
hcs12mem 1.4.1 is available. http://cml.mfk.net.pl/hcs12mem/ Previously known as hc12mem, now renamed to hcs12mem, due to some confusion which MCU family it...
... spoken frase ... key!='A' ... Thanks for the replies, I think you both are correct. My logic was wrong when working it out I was using: A C A+C !(A+C) 0...
Hi All Please note that a simulator of the MC9S12NE64 parts is available for free download. It is very simple to use and doesn't require any installation. It...
... This is an awesome open source project for the hcs12! A quick question: many students use a development board containing a DP256 chip with a bootloader and...
Hello i am using 68HCS12, and i want to communicate with the controller through PC. Lets say that i have 4 addresses that i want to watch but i don't know how...
... I don't really know what bootloader these boards use. If it's AN2546, then it's supported, if some other - then it's probably easy to add support for it. I...
... In one of the releases they broke it out into a bootloader and a monitor. D-bug12 is only a RAM monitor, but it can program the flash of another board in...
Hello ! Until now, I was using mc9s12dp256 with ICC12 V6 professionnal, paged programm, and all was ok. Now, using mc9s12xdp512cal, with ICC12 professionnal...
Hi Joel, ... Are you trying to code XGATE in C with ICC12? Unfortunately ICC12 doesn't support XGATE at C level. ICC12 V7 does have some support for XGATE asm,...
Hi, Edward ! Thank you for your answer. I know ICC12 V6 doesn't suppor XGate asm. I tried with demo version of V7, but without any documentation... I'd like to...
Hi I purchased Kevin Ross BDM12 pod years ago and didn't use it for a while. Right now i try to use it but i can't find the DB12.exe file (actually the serial...
... My hcs12mem should work with this pod. I didn't test with BDM12 (don't have KR BDM12), but you can check it out ! If you try it, please give me some...
Hi all hope everyones Christmas went well. Hopefully an easy problem (for my sake anyway). the other night i programmed my CardS12.D64 micro (MC9S12D64) with a...
Hi all I am using the PEmicro USB HCS08 / HCS12 Multilink unit for programming / debugging. The unit is working good with simple projects, but when I am trying...
Same problem with P&E USB BDM, under NoIce... With parallel BDM, OK, even with big programs... With USB BDM, lost synchronisation, and impossible to flash the...