Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).
Search Results for "mscan"
Post a new Thread
aaronedsinger - Mar 30 2004
Hello. I am just getting started using the MSCAN on my 56F807
evaluation board. I haven't been able to find any sample code for
this yet (mscan initialization, inte... 
edgardieperink - Jul 16 2004
Hi Everyone,
I am looking for the " mscan.c " file that is missing from the SDK
source CD. Could someone forward it to me. Many thanks.
email:
... 
Richard Kiš - Oct 1 2002
I have following problem with DSP56807 CAN controller:
Using 56807 in CAN application in classic way : 'TX empty' interrupt
routine fills the MSCAN registers wit... 
yadu...@yahoo.co.in - Jul 25 2006
hi everybody,
i am working MSCAN protocol (v02.15) for the MC9S12D64BCPV(16MHz) MCU....can anybody suggest me that how can we know the Succesfull Transmission ... 
doggy_freestart - Sep 4 2006
Hello all,
I'm having problems with our network running at 50kbps. Over a long
time (many hours or a few days) the MSCAN module goes dead and is no
longer communicating. The e... 
Corey, Rick - Dec 6 2002
Does anyone happen to know whether the 568xx MSCAN peripheral sends a CANbus
"Overload Frame" under any condition? I don't mean setting the "Overrun"
flag in CANRFL... 
rogergill_99 - Sep 4 2002
With my target board, and the DSP56F803 Evaluation board, I am
experiencing problems with the MSCAN module when sending 7 and 8 byte
frames.
The problem I have... 
Art Johnson - Sep 11 2002
The following Application Notes and FAQs have some highly useful
information for anyone writing code for the MSCAN (Motorola Scalable
Controller Area Network) modul... 
Corey, Rick - Apr 14 2003
Hi
I only just recently noticed the MSCAN erratum 11.8 (copied below). I was
puzzled by this.
I thought that as long as the flag bit was set (TXE[2:0] in th... 
belightednow - Oct 15 2002
Hello,
I want to use the MSCAN Module of the DSP56807 for a hart real-time
application with periodic transmission of messages in a fix time
slot. The automatic re... 
jamessconnors - Jul 26 2004
I am using the mscan drivers from SDK3.0 and the example program
can.h which comes with that version of the SDK. In their CAN
example they setup a function "CanRead... 
chandooramkumar - May 26 2005
Hi,
I am trying to program an ISR in MSCAN recieve routine. I went thru
the archives and found a message frm Art Johnson which was regding the
usage of #pragma Interrup... 
the300x - Mar 10 2006
Hi all,
I am trying to connect the CAN bus of the 56F807 to other devices that
has CANopen. I just need to get some basic status and send some signals
to reset these nodes.
... 
Gary Olmstead - Feb 22 2005
At 10:26 PM 2/21/05, you wrote:
>Subject: RE: 56800 SDK CAN driver
>
>
>Hello,
>I'm a new member of this group and I am also looking out for the MSCAN
>... 
VRISHABHADEVA JWALLANA - Dec 21 2001
hello,
I have written code using codewarior3.5,I also
downloaded the code to flash it is all working fine.
if Ireset the card when JTAG cable is removed the
pro... 
mwmann_at_motorola - Sep 5 2002
These FAQs have been posted since July at http://e-
www.motorola.com/cgi-bin/faq.cgi?kbase=dsp&prod_default=56800
How to order male daughter card connectors ... 
chandooramkumar - Apr 13 2005
Hi,
I am Chandru. I am trying to program DSP56f805 to send and receive CAN
messages. I am able to transmit messages and store them in the Transmt
buffers(CAN_TB... 
Bende Georg - May 28 2003
Hello Rick,
Thanks for your kind answer. Changing setup works for me and I can read REC
register in any state. I also managed to have automatic baud rate detection ... 
Bende Georg - May 26 2003
Hello,
I’m wondering if anyone
met the following problem: I’d like to have a CAN device with automatic b... 
Stahlman Brett - Sep 1 2005
Hello all,
I don't know whether this is a problem or not. During testing of our product, it was noticed that certain bus fault scenarios (e.... 
schwca - Aug 26 2003
Motorola does not place the SDK MSCAN drivers on the 2.5 or 3.0 CDs.
SDK and Motorola website says that they are "priced separately" but
that's all it says about it... 
Art Johnson - Dec 20 2002
You can use the PLL Clock Out Divide bits (PLLCOD[1:0] - Bits 11-10) in the PLL
Divide-By Register (PLLDB), to divide the PLL output by 1, 2, 4, or 8, so you
can ge... 
Art Johnson - Nov 29 2002
You can download the documentation you need for free from Motorola's website, as
follows:
User's Manual:
http://e-www.motorola.com/brdata/PDFDB/docs/DSP56F801-7... 
Terry Litinas - Jan 3 2003
Jacob,
John is right about the SDK premium components being sold separately. For
instance the MSCAN support part number is ENGRCHGCAN. Evidently the software
a... 
thomaskracke - Dec 14 2003
Hallo DSP'lers,
I'm working with the 56F803.
I connected a FPGA (APEX form Altera) to the external
memory-interface. I decode the lines A0-A7, WR\, RD\, PS\ an... 
Corey, Rick - Apr 20 2004
> Hi Robert
>
> I didn't care for the "ArchIO" mess. It seemed needlessly complex, and
> when I looked at the generated ASM, and it was calculating the addresses ... 
Corey, Rick - Oct 8 2002
warning: long post
If you have IRQ madness when using "#pragma interrupt" without the SDK, go
to "mixed mode" or "disassemble" and look at your ISR postambles - ... 
Corey, Rick - Oct 10 2002
A novice question: what am I missing in installing a normal ISR (not fast),
statically, not dynamically. I'm trying to use the IRQ Dispatcher, but not
the whole dri... 
Chandrasekar Ramkumar - Apr 19 2005
Hi Rick,
I read thru the AN2283 document, which explains the interrupt structure in 805. In my program i have used the Transmit buffer 0 to store the message. I initially st... 
Corey, Rick - Feb 2 2004
A follow-up:
I'm trying to match this (40MHz 56F803 MSCAN) setup, on a 60 MHz 56F8357
FlexCAN peripheral.
BTR0 = 0xC1 (bit timing register 0)
BTR1 = 0x6B ... 
Art Johnson - Oct 9 2002
Actually I just remembered a situation where we have seen this sort of thing (ie
unhandled interrupt) in our systems. It happens if we leave the parallel JTAG
cable... 
Corey, Rick - Oct 12 2002
I have another beginner SDK question, after searching the Yahoo archive and
all the manuals that seemed relevant.
I seemed to have found an answer, but it didn't... 
Art Johnson - Oct 9 2002
My opinion is, that the best and safest thing to do regarding the MSCAN
interrupts is to use the SDK Interrupt Dispatcher and "Normal" interrupts. We
do that here a... 
Jan Zizka - Jul 12 2003
Hi,
in manual there is written following about CANTCL1 register bits
(ch. 8.8.2 of 5680x User's manual):
"These bits are read/write at any time when SFTRES ... 
Art Johnson - Oct 7 2002
We have had problems with the MSCAN error interrupts (as I'm sure you've already
read about), but I developed a work around that fixed the problem. It's
described i... ![RE: [motoroladsp_unmoderated] Interrupt/context problem?](http://cdn.dsprelated.com/images/icon_more.jpg)
Corey, Rick - Sep 29 2004
Hi Andrea
Unfortunately, you can only read the error counter registers if you go into
Sleep mode or Soft Reset mode. I don't see any way to detect one bad
pack... 
Corey, Rick - Sep 30 2004
Andrea,
It sounds as if the receiver never saw a valid packet. Is communication
successful when the stepper is _not_ generating noise? For instance, a
node ... 
Bende Georg - Aug 27 2003
Hello,
If you are planning tu buy a CanOpen stack, then it has mostly some kind of
basic self-made SDK. I know about 3 companies offering it for 56f80x:
-Port ... 
Corey, Rick - Jan 24 2004
Hi Robert
There's about a bushel of register setups required. I _would_ urge you
to read the MSCAN chapter in the User Manual, but reading it repeatedly
didn't... 