Thanks for all the help Steve. I will get on all the reading that you have suggested. Have a Happy New Year, Sam ... system that ... programmed ... your ... ...
Steve, Actually, when the MC9S12DG256 operates in expanded mode, and the Flash is secured, the Flash indeed cannot be accessed. This is in order to protect ...
Doron Fael
doronf@...
Jan 2, 2006 10:10 am
12902
Hi, I'm new to HC12, however I have some experience in other microcontrollers. Recently I've got the M68KIT912UF32 and I'm trying to implement composite USB ...
2m
2m.2m@...
Jan 2, 2006 3:16 pm
12903
Hi Doron; Yup, I was afraid that was what the answer would be. It really seems like a poor design decision on the part of Motorola to prevent the use of the...
Hola, estoy empezando con el NE64 (siempre he sido de la parte Intel, pero he empezado con el Ne64 y es una caña), desearia contactar con gente que este...
Hi Robert, We've been using the CW/Hiware C++ compiler for 5? years now. It is a decent product. There are a few bugs, a few limitations, but overall it...
... Hey, Happy New Year to you too. I just wanted to clarify two terms that might be easily confused. I notice that "start vector" and "start address" sound...
... Woa, maybe you are under the illusion that data on the bus is separate from program execution. Maybe that's possible in MCU design, but I think far from a...
Hi, rather than debug your code, here is working spi code: // initialization of spi SPI0CR1 = 0x1C; // master mode , polarity high, phase even SPI0BR = 0x00;...
Hi Amir, Entering low power mode can be tricky. What you need to look out for is the scenario where an interrupt happens right before the wait instruction....
Hi, We haven't made many changes to the 8/16 bit C++ compilers in the past few years. However our future plans is to use a more modern CodeWarrior C++ compiler...
It seems to me, if the uP is secure, any code on the external bus can only be executed if the secure code calls it. If the external bus only has data or...
Michael Huslig
mhuslig@...
Jan 3, 2006 5:39 pm
12913
... Good point. And if there was any way designed to distinguish "secure code" from whatever else (including whatever anyone else is allowed to add later),...
Mike, The proper way to look at this matter is through the eyes of a potential hacker. Let's assume a Nomal Single-Chip application that uses a secured HCS12...
Doron Fael
doronf@...
Jan 3, 2006 8:01 pm
12915
... Considering that the bus interface sits between the internal bus and the external bus, it is not necessarily an illusion. The bus controller knows very...
Zoltán Kócsi
zoltan@...
Jan 3, 2006 8:09 pm
12916
Doron, If the programmer of a secured normal single-chip application never references external memory, how can a hacker inject some data? If the programmer of...
Michael Huslig
mhuslig@...
Jan 3, 2006 8:41 pm
12917
... Reset the CPU into Normal Expanded Wide mode, and hold the PK7/ROMONE pin low during Reset, to have the internal Flash disabled out of Reset and execute...
Doron Fael
doronf@...
Jan 3, 2006 9:15 pm
12918
... I see Doron is looking at a different issue in that case. If the hacker can begin execution by starting up in expanded mode. Of cours you are not...
... Actually your explanation makes more sense to me than mine, but it doesn't seem to solve the real problem of why it's not possible. ... "programming error"...
Hi All,
I am working on a system that has a raster display, but no built in fonts. I basically want to get some debugging info on the display, but I need a...
Hi, Adrian. I designed a LCD graphic display (240x64), with font characters. Below the steps : On my PC : 1°) I created font files (character set) on my PC,...
Hi. This page here: http://www.noritake-itron.com/Softview/fontsh8.htm contains data for a number of font tables, in a form suitable for dot-matrix LCDs and...
"Jefferson Smith" <imajeff84663@...> wrote: [...] ... it could be forced also by applying illegal signals to mcu pins, e.g. short clock or reset pulses,...
... Let be more accurate here: I said that the S12X external bus is much more robust and convenient to use compared to the HCS12 external bus (much better and...
Doron Fael
doronf@...
Jan 4, 2006 9:18 pm
12927
Ron, is there any time estimate, for the next release... roughly? I think the next release of PE is in test so I was wondering if C++ would also be updated? ...
... secured and ... is: No, ... Good explanation, thanks. I really meant you were indirectly implying that it was possible, but didn't think you were saying...
Hello, I'd like to program the flash memory of my HC12 with a Motorola S file. Can WinIDEA do that or not ? I haven't found the mean to do that yet. Is there...