Hello everyone, I developed an application in C language. I have two files -> one that contains the function definitions and the other one contains the main ...
MK
mohd.elkorek@...
May 1, 2006 7:13 am
13893
I don't have a mini-dragon although I know a good number of ICC12 users have them. The main thing should really just that you need to set the reset vector to...
Hi I'm trying to connect a 29F032 flash memory on a S12XDP512 to store data. I wish to preserve single chip operation. I do not need to extend the memory size...
David, If you can accept the time penalty involved, there is no reason you cannot attach the 29F032's address, data, and control lines to port pins on the S12,...
Stephen Trier
sct@...
May 1, 2006 9:14 pm
13896
hi guys i need help.. im using ImageCraft ICC12 to pick up data from my doppler radar sensor.. i got the data stored in one variable... i was wondering how...
Hi Sladezm, think of you problem as you have a micro picking up some data, and you have a PC wishing to do something with that data. The fact that one program...
I was hoping someone would share their experience with driving an LED directly from a port pin of a 9s12. I have been experimenting with an smd LED connected...
... program read ... I strongly agree - serial is your best bet. If you're using VS 2005, or the free Express version, it comes with a SerialPort class in the ...
Hi David, ... You have two options: 1. Operate the external flash in expanded mode. This is best where Flash access speed matters. It is also simpler from the...
Doron Fael
doronf@...
May 2, 2006 6:29 am
13901
Steve, Thank you very much for the info. I did not rembember PARTID register. I was sure parts were HCS-12 and then PARTID give all the required information. ...
... Mr Ohm tells me that if you have a max of 5V less 1.7 into a 100 Ohm the maximum possible current is 3.3/100 or 33mA. Ask some serious questions of your...
Thank you Your answers help me very much David www.68hc08.net, La communauté francophone _____ De : 68HC12@yahoogroups.com [mailto:68HC12@yahoogroups.com] De...
... Is that the total current you're putting into the circuit, *including* the HC12's current draw? Keep in mind that your CPU needs some of that current as...
Stephen Trier
sct@...
May 2, 2006 3:15 pm
13905
There are several things to consider in attaching LEDs to port pins: First, the amount of current to acheive a given brightness varies greatly over different...
... The previous responses concerning pin current seem correct to me. The one consideration not yet mentioned is power dissipation for the entire package. As...
... I don't see the "Key wakeup" part of these examples. I think key wakeup involves setting interrupts on a certain port to detect any key pressed on a grid...
... My favorite is to connect VCC (+5) --> 470R --> (A)LED(K) --> Gnd, then connect a GPIO pin from MCU to the Annode (between R and LED). I use this for a...
Recently I switched to a new computer running XP. I am having a tough time communicating P&E parallel HC12 BMD bebugger. It keeps giving me communication error...
If you are now running XP, you need a fix from P&E which stops XP from polling the parallel port and changing the data port values in the process. The fix is...
I tried it. It didn't work. ... If you are now running XP, you need a fix from P&E which stops XP from polling the parallel port and changing the data port...
We are trying to program a micro with a software that has the security byte set to secure the micro. We are using a PWMicro Cyclone Pro. We always get an...
We have the same sort of problem with the parallel Multilink12, we have three that don't work even with the patch for XP. I am using a USB Multilink12 it's not...
Hello everyone, I am using MC9S12DP256B minidragon evaluation board with an SRF04 transducer. I have written my program in C and have successfully downloaded...
hi everybody, my name is NANDU,i recently joined in a company and this is my 1st compnay(i am a fresh graduate).so,i need suggestions from you,it will really...
Hi, To get more answers, I think you must mention the communication protocol used by your embedded ECU. I guess it is CAN bus it may be something else. After...
MARC Erwan
emarc@...
May 4, 2006 5:59 am
13917
hi everybody, my name is NANDU,i recently joined in a company and this is my 1st compnay(i am a fresh graduate).so,i need suggestions from you,it will really...
hello, I agree with Jeff, KeyWakeups are interrupts on bits of ports H, J and P. They relay to interrupt vectors respectively $FFCC, $FFCE and $FF8E. The...
hi Mr.MARC Erwan, thank u very much for your information,here i am sending the details i have to implement the network layer services to transfer the data...
I've no direct reference at the moment but I think it's possible to get sample code on the web, other contributors may have such links. On an other side, if...
MARC Erwan
emarc@...
May 4, 2006 8:57 am
13921
Thanks for the input- I hadn't had a chance to try it again yet- Are those the correct addresses for the interrupt vectors for the MC9S12DP256B? Thanks- Sophi ...