Have a look here http://www.freegeeks.net/modules.php? name=News&file=article&sid=55&mode=&order=0&thold=0 to find out about the hot news from Softec on their...
I have a TechArts BDM12SX+ hooked up to the CardS12D64 from elektronikladen.de. When I attempt to write a byte to the SPI0 Data Register ($00DD) the CPU...
Baljit, This is my understanding of the terms, and a short tutorial on the functions. I hope that its not quite more than you wanted to know. I trust that...
Hi, I'm looking for a program which combines two srecord files(s19) to single file. Do you know some? Thanks, Darek [Non-text portions of this message have...
Unless the records have overlap, just concat them together should be fine most of time. The order should not matter. The only trouble is that you may have to...
To add to Richard's suggestion, I would also be a bit wary of an S0 line within a block of S1 records. There is a slight possibility that the loader program...
To add to Richard's suggestion, I would also be a bit wary of an S0 line within a block of S1 records. There is a slight possibility that the loader program...
To add to Richard's suggestion, I would also be a bit wary of an S0 line within a block of S1 records. There is a slight possibility that the loader program...
To add to Richard's suggestion, I would also be a bit wary of an S0 line within a block of S1 records. There is a slight possibility that the loader program...
My apologies fir the multiple posting of my response. Some sort of malfunction in my mail program. Four copies appeared in my sent folder for one click of the...
Wade, On Saturday, January 01, 2005 9:48 PM you wrote: - ... Did you set breakpoints and where? ... Where is the 'CLR SPI0CR2' that is meant to be part of the...
Hi, I have written an SCI interrupt routine which caters for all the SCI interrupts. To test the code I am transmitting and receiving via the loopback path....
... character transmitted irrespective of packet length. ... You should probably take a look at this doc. The issue described sounds like it could account for...
On Sunday, January 02, 2005 1:23 AM from zeta_alpha2002: - ... There are a few issues with the SPI that don't seem to get resolved, for example: - 1. You...
... NoICE includes a little utility called EatS9 that removes S0 and S7/8/9 records. Rather trivial source code follows. // EatS9.cpp : Remove S0, S7, S8, and...
hello group, Is there any free os/kernal for start12 which i can download from web ?? thanks gomez. __________________________________________________ Do You...
Heya For this code to work with C32 (Techarts dip module), the FlashInit should be passed with 8Mhz as the clock? I do have PLL enabled and it goes 24Mhz after...
Hi Bill, Many thanks for that. I explains some other qerks I'm seeing. eng pi ... character transmitted irrespective of packet length. ... You should probably...
... it was earlier, in the code that initialized the SPI. Every time that I use the SPI, I have to be safe by setting SPI0CR1, because there is another part...
See my code, it works for me. Maybe you can gleam some clues to make yours to work. In this example Port M is the SPI port, yours may differ. Also make sure...
I have just been given a Adapt9S12E128 for a project and I'm having trouble getting started. It came in a box with CodeWarrior CW12 V3.0 and a cd with...
Hi. Adapt9S12E128 boards can be connected/programmed with: 1- uBug12 (onchip monitor talking to uBug12 software from Technological Arts, via RS232), 2- with a...
Wade, On Tuesday, January 04, 2005 2:51 AM you said: - ... There are several other more serious issues if you are changing the SPI mode. Take a look at the...
Thanks Gilles.. I seem to have solved my problem. Having played around with CodeWarrior for a while I started creating serveral different projects using the...
In a message dated 1/4/05 7:50:59 A.M. Eastern Standard Time, oog25@... writes: By the way I ended up adding a for loop or two which ended up being ...
I have been having an intermitent problem with my system. I have the COP enabled, but something happens, and the microcontroller locks-up. It appears that...
Just a WAG...you might be stuck in a loop that refreshes the COP. Strobe a port pin immediately after you refresh the COP to see if that's the case. Next to a...
Tony, The COP Watchdog Reset is using the address 0xFFFA Reset vector - not the address 0xFFFE Reset vector which is used by power-on Reset and external Reset....
Doron Fael
doronf@...
Jan 5, 2005 10:35 pm
9182
Thanks for your input. I found that RF interference was causing the micro to go into its BDM stop state. I added ferrites onto the input lines to the board,...