68HC12
Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).
Search Results for "mscan"
Post a new Thread
mcu_guy - Dec 3 2002
Greetings:
When putting the MSCAN module into sleep mode, what is the preferred
method of wakeing up the MSCAN Module (directly writing to the Wakeup
bit or ... 
peter_lingier - Jul 7 2004
Hello all,
I have been reading the MSCAN block user guide to find out if the
MSCAN sends overload frames automatically, if the Rx FIFO buffer is
full and if ... 
x19er1 - Mar 15 2005
I am unable to get the MSCAN module to work in 16 bit mask mode
(CAN0IDAC = 0x10). No matter what I write to this register it shows 0
and uses 32 bit masks. Anyo... 
ecm_joe - Jun 10 2004
I've run into an interesting problem with trying to get the MSCAN
module out of initialization mode from startup. In my debugger
environment (Cosmic tools and deb... 
mcu_guy - Dec 10 2002
Can anyone explain how the MSCAN Transmission Interrupt is triggered
and implemented.
Thanks.
... 
MSCAN [3 Articles]
rlewis51 - May 4 2004
Hi Folks:
Does anyone have any sample source code, or know where there is a
good,
simple introduction to MSCAN for the S912 ?
Thanks,
-Roger
... 
JCL - Jul 12 2005
Hi all,
I'm having a problem using RTI interrupt with my miniDragon board.
I'm using ICC12 as a compiler and the vectors file brought with the
compiler. I just want to to... 
kasu nandu - Oct 31 2007
Helo every one,
You might have heard about the Data Over Run condition in msCAN module used Nodes. I want to know how can we create the Test Condition f... 
mlammila - Nov 25 2003
I used before HC12 (60 and 128) and it's msCAN-module which worked fine.
Now I have tried to use MC9S12D64 microcontroller's msCAN-module and I
have got it to se... 
arnaud thery - Jan 22 2003
I bought a EVB board (motorola starter kit)
I want to use MSCAN interface in extended mode (29
bits for ID)
Has Somebody a little software to test this inte... 
Edward Karpicz - Mar 27 2009
> Thanks,Edward!
> Is there any situation that MSCAN aborts current transmitting without
> application abort request?
No. MSCAN won't about anything without request.
... 
augustaengineer - Aug 23 2004
Does anyone have sample MSCAN code for the MC9S12 embedded? I have
some assembler code from the Technological Arts, but my assembler
skills are a little rusty and... 
venkateshwarlu kacham - Apr 12 2009
Hi All,
We are using the MSCAN in MPC5200B for my project CAN communication.
I am aborting the CAN message whenever there is a TX PASSIVE Error occurs. I
am creating the PASSI... 
cisc...@tom.com - Mar 26 2009
Thanks,Edward!
Is there any situation that MSCAN aborts current transmitting without application abort request?
If MSCAN keep retrying transmitting, but there is no any ... 
zimm...@rpi.edu - Mar 20 2007
Hi All,
I'm currently using a 9s12DP256B chip from Technological Arts.
I'm using ICC12 v6.15 and the SRecCvt GUI
I'm having a lot of issues compiling a program that will load ... 
tophongli - Apr 27 2007
Hello All,
I have an MSCAN program that works with 9S12D64 112 Pin package well.
When I use the same program on a 9S12D64 80 Pin package, I could not
make it work as before.... 
apedroso11 - Jun 7 2006
Hi all,
I've been working on a MsCAN driver for DP256. I am going over it and
I have some questions:
The MSCAN Block Guide V02.15 says that TX interrupt must be
acknowled... 
Sebastian Schuster - Apr 19 2004
This time I need some help with the msCAN. The program runs in loop-
mode, so the data from the transmiter buffer should turn up in the
reveiver buffer. But this i... 
mscan [2 Articles]
- May 21 2003
Hi Gary
The protocol I am implementing (www.milcan.org) requres that "re-transmsion
on error is turned off", so as to maintain time-determined messaging (if an
... 
jpdi - Nov 6 2009
Hi,
Below, the vector interrupt table I use for DP256...
Note the address I put it is 0xff80, not 0xef80...
I use ICC12 too, and it run OK for interrupt.
When I used DP256, I... 
cisc...@tom.com - Mar 26 2009
how application knows when arbitration lost? will msCAN retry later?
thanks!
helo everybody
>
> i am working on S12MSCAN-v2....for data transmission
> between... 
Paul Johnson - Jun 17 2002
> >We use A4's with motors all the time. We have one product that
> consists of
> >an A4 piggybacked to a servo amp which is wired to a brushless DC motor
> on... 
Sebastian Schuster - Apr 22 2004
I got a problem in understanding the system of buffers and filters in
the msCAN-modul.
First thing is, when sending a message from the tx-buffer to the
canbus,... 
Edward Karpicz - Mar 26 2009
wrote:
> how application knows when arbitration lost? will msCAN retry later?
> thanks!
Yes MSCAN will retry later. It will keep retrying until message is send and
ac... 
Sebastian Schuster - Apr 20 2004
Problems with initialising msCAN hcs12
I got still some problems with the mscan. Yesterday I was told to set
the CAN1IDAR-registers too (my mcu has no identifer... 
xjmikab - Dec 17 2002
Hi
I am using MC9S12DP256 on HCS12 T-Board from elektronikladen. It has
a 16MHz XTAL.
I have connected this to a CAN analyzer tool (CAT) from I+ME ACTIA.
Wh... 
"ondrej.machek" - Nov 29 2008
Hello,
I would like ask you.
I am using interrupt for my transmit MSCAN can0 but at the end,
M68evb912DP256 jump to command ILLEGAL BP and asm BGND. Do anybody
know please wh... 
scuthbertf - Oct 29 2003
Is there anyone out there who has any experience with the CAN module
with any of the devices in the series of controllers? I have
developed a good deal of code fo... 
John Theofanopoulos - Jun 11 2003
Here's my settings... (I'm running with a 16MHz clock)
if (UC_speed==EN_K500)
{
CAN4BTR0 = 0x41;
CAN4BTR1 = 0x58;
}
else if (UC_speed==EN_K250)
{
CAN... 
- May 16 2005
Hi, Rithes
It depends on the compiler you use.
With ICC12, below the all fil I named "vectors.c" and I include in my
project.
All vectors owns their interrupt func... 
sabinaca1997 - May 27 2004
Hi everyone on this list!
I am experiencing a problem with the programming of the MSCAN on a
MC9S12DP256BCPV.
I have created and tested a "quasi" CANOpen prot... 
Oliver Thamm - Jun 14 2003
Hi Calle,
please check the CAN transceiver chip.
In the case of the commonly used 82C250, you can (must) adjust slope
control using an external resistor (e.g. ... 
Doron Fael - Mar 3 2004
Sam,
The MC9S12DP256 was the first silicon that Motorola released in the HCS12 -
STAR12 family, and as such it has suffered from a large number of initial
si... 
francoisdeboudt - Nov 25 2002
Hello
We are trying to develop a soft with MsCAN errors interruptions. To
test our soft, we decide to disconnect the µC from the network and
try to send a me... 
Plombin, Alexandre - Feb 25 2003
Hi,
Is it possible to deactivate the FIFO on the CAN cell of the Star12?
Thanks,
Alex.
... 
Paul Johnson - Aug 19 2002
When using an extended identifier with 16 bit filters, are IDR2 and IDR3
still transmitted? In other words, can I use them for data (other than the
RTR bit, of cour... 
jpdi...@free.fr - Oct 10 2006
Hello Christian !
Below what I use to develop for 9s12=A0:
- icc12 compiler
- NoIce debugger, which can burn program into 9s12
- BDM multilink either on parallel port, either... 
alcuemar - Jun 3 2004
Dear Sirs,
Anyone can give us a sample code (Codewarrior) to send messages by
CAN-BUS using the DP256 microcontroller.
Thanks in advance!!
Alberto C.... 
Alban - Apr 18 2007
--- In 6...@yahoogroups.com, "raul_virutas" wrote:
>
> Hello everybodyˇˇˇˇ
>
> Has someone configured CAN through XGATE????
>
> I'm trying to do this without succ... 