... who reads there but not here? I dislike forums because their user interface is extremly inefficient compared to mailing list read with a good mail client,...
I think it's pretty clear now what they are doing. Reading bit descriptions for Conversion Sequence Length in ATDCTL3: "This is to maintain software continuity...
... that way. </snip> ... Hey Jeffs, That certainly helps! I'll play around and see if I can get away with only setting one or the other and let you all know...
... PRU ... accessed ... CPU ... instead of ... Well, I've tried the above code and it's far worse than I theorized. Actual cycle counts: LDW R3,(R0,R2+)...
Hi Bernie. I have sent you directly a flash driver upgrade for the CodeWarrior / HI-WAVE debugger. The driver gives the possibility to program directly from...
And don't you have the advantage that XGate runs effectively parallel to S12X, so you can have one doing half the work at the same time the other one does the...
The method below would it work for the S12X? If it does not then what is it? I am trying to program S12X in linear memory map but would not work. ... $4000 to...
Hi Gilles, I got your file and put it in the correct folder. I changed the files as follows: NAMES END SECTIONS RAM = READ_WRITE 0x1000 TO 0x3FFF; /* unbanked...
It turns out that I was setting the prescaler value in ATDCTL4 to 0 for a bus clock frequency min-max of 1-4 MHz and this was causing a problem. I changed the...
... Yeah, but. In my application, the XGATE has to run deterministically for long stretches. I have to be very careful what I let the CPU do so that it doesn't...
Hey. Is there an initialization sequence necessary to be able to read EEPROM (byte-erasable) on reset? Here's my situation: MC68HC912B32 microcontroller. 1....
I would guess that the additional copy code generates enough delay that you are not getting to your code which disables the COP. In BDM mode the COP stats up...
I would guess that the additional copy code generates enough delay that you are not getting to your code which disables the COP. In BDM mode the COP starts up...
Hey Dave, thanks a lot for the reply. The very first thing the code does is shut down COP though. And when I remove the copy routine from the code, it works...
Both the RAM and the EEPROM should be visible at startup of the B32 part. What does your copy code look like and what are you using to generate it? Dave ... ...
Oliver, Some like it some don't, however I have had sufficient correspondence from folks saying that they like/love (in varying degrees) freegeeks to make me...
... still be faster than the S12. If the CPU is off the RAM and IO bus, yes. I was responding to the question about running the CPU and XGATE in parallel. I am...
... I had this problem. I found the solution is to reset the COP just before disabling it (mine is MC68HC912BC32, but probably the same with COP). --jeffs...
... Since using the XGATE is pretty close to "re-architecting the application", why not consider using the PLL to get an 80 MHz XGATE, and using an external...
Dave, actually I have a simpler case. I set the reset vector to point to $8000. From here, the code shuts off the COP watchdog and then jumps to $0FFA in...
... output ... imagine the ... Jitter is a real killer in waveform synthesis. A few ns, max. XGATE clock would have to be a few hundred Mhz for that to work....
... well, freegeeks consists of more than the forums. ... full ack. But IMHO such a web site is efficient to hold information, but is not so efficient for...
Hi Bernie, Sorry but I forgot a debugger setup. In the ICD-12 menu, open the Set Bank / Banked Memory Location dialog. Make sure to uncheck/disable the "Enable...
Hi. Yes, this is possible. But you need a driver upgrade to flash the PPAGE $FE in $8000-BFFF. Also the Debugging Memory Map should give access to physical...
Tim, What depth is your waveform synthesis table? Jonathan. ... From: 68HC12@yahoogroups.com [mailto:68HC12@yahoogroups.com] On Behalf Of timjenison Sent:...
... banked ... the next ... I see how one could still reduce the overhead in the banked model by avoiding ppage switching. Is it easy to group relevant...
Hi Gilles, In the ICD-12 menu I only have the following options: Load Reset Connect Set Derivative Set Communication Speed Command Files I tried each one and...
Gilles, I tried reloading my code and after the error came up, I tried the ICD-12 menu again and got the right dialog box. I unchecked the box you suggested...