Search the web
Sign In
New User? Sign Up
68HC12
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12900 - 12929 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12900
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 ... ...
noiinmariachi
Offline Send Email
Jan 1, 2006
9:15 pm
12901
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@...
Send Email
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@...
Send Email
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...
sglow2000
Offline Send Email
Jan 2, 2006
3:18 pm
12904
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...
jjros2003
Offline Send Email
Jan 2, 2006
9:07 pm
12905
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...
formisemptiness
Offline Send Email
Jan 3, 2006
3:42 pm
12906
... 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...
Jefferson Smith
imajeff84663
Online Now Send Email
Jan 3, 2006
3:50 pm
12907
... 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...
Jefferson Smith
imajeff84663
Online Now Send Email
Jan 3, 2006
4:40 pm
12908
Hi everybody, I'm trying to use HIS Flash Driver for HCS12 developed by Motorola. I'm using example with codewarrior compiler and MC9S12DG256BCPV ...
montserret_maxime
montserret_m...
Offline Send Email
Jan 3, 2006
4:44 pm
12909
Hi, rather than debug your code, here is working spi code: // initialization of spi SPI0CR1 = 0x1C; // master mode , polarity high, phase even SPI0BR = 0x00;...
formisemptiness
Offline Send Email
Jan 3, 2006
4:57 pm
12910
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....
formisemptiness
Offline Send Email
Jan 3, 2006
5:06 pm
12911
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...
Liechty Ronald-RAT109
Metrowerks
Offline Send Email
Jan 3, 2006
5:36 pm
12912
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@...
Send Email
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),...
Jefferson Smith
imajeff84663
Online Now Send Email
Jan 3, 2006
6:57 pm
12914
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Jefferson Smith
imajeff84663
Online Now Send Email
Jan 3, 2006
10:11 pm
12919
... 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"...
Jefferson Smith
imajeff84663
Online Now Send Email
Jan 3, 2006
10:37 pm
12920
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...
Adrian Vos
vosadrian
Offline Send Email
Jan 4, 2006
3:35 am
12921
Hi, I've tried to put Flash Driver binary at address 0x3000 like demo but the program crashes also. Could you help me please. Thanks in advance....
montserret_maxime
montserret_m...
Offline Send Email
Jan 4, 2006
9:21 am
12922
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,...
jpdi@...
dieseinfo
Offline Send Email
Jan 4, 2006
10:19 am
12923
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...
Steve Melnikoff
sjmelnikoff
Offline Send Email
Jan 4, 2006
11:21 am
12924
"Jefferson Smith" <imajeff84663@...> wrote: [...] ... it could be forced also by applying illegal signals to mcu pins, e.g. short clock or reset pulses,...
Oliver Betz
obygr
Offline Send Email
Jan 4, 2006
2:51 pm
12925
... Doron suggested that S12X might solve the problem. Can anyone say if you can use external i/o on S12X when secured?...
Jefferson Smith
imajeff84663
Online Now Send Email
Jan 4, 2006
7:52 pm
12926
... 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@...
Send Email
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? ...
blewis999
blewis9993
Offline Send Email
Jan 4, 2006
10:47 pm
12928
... 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...
Jefferson Smith
imajeff84663
Online Now Send Email
Jan 4, 2006
11:00 pm
12929
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...
yann_37
Offline Send Email
Jan 5, 2006
2:23 pm
Messages 12900 - 12929 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help