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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 11838 - 11867 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11838
Thanks Steve, you have hit the nail right on. I once had CRT with a wavy screen 50Hz, mounted in a 19" rack with some other equipment. The box right below the...
Frank
linktek@...
Send Email
Oct 1, 2005
9:39 am
11839
Hi, I'm workin' a MC9S12DT128 on my testcard with Code Warrior true-time debugger and a P&E USB-ML-12 rev A multilink and the derivative to select for is non...
pascal_derex
Offline Send Email
Oct 1, 2005
3:07 pm
11840
I am a realtive novice in the world of embedded systems and I have recently bought myself an Elektronikladen, MC9S12DG256C powered CardS12 board. I have...
random_man_man
Offline Send Email
Oct 2, 2005
11:15 pm
11841
Hi, I am working on MC9SNE64 in narrow expanded mode with BDM multilink and code warrier.i am a 512k ram externally. I hav prob to set up in this mode to...
luhchyuan
Offline Send Email
Oct 3, 2005
6:59 am
11842
hello Please How to configure external interrupt with xirq pin in icc12 with the cards12 equipped with MC9S12D64 chip...
ali_tahri67
Offline Send Email
Oct 3, 2005
11:00 am
11843
Hi to all: I just got my new Dragon12 board, and have been trying to download the "test" program. I can communicate via the "terminal" window in asmIDE, but...
Art Burke
arthurburke56
Offline Send Email
Oct 3, 2005
11:35 am
11844
... try to ... Like the helpfile says, you have to give your board the LOAD command before doing the download. If you're on the newest release you can also use...
Eric Engler
englere.geo
Offline Send Email
Oct 3, 2005
11:54 am
11845
Sorry, I don't understand what you means by "generate different duty cycles at particular delay time"... In my application, I use timers, and sometime an ISR...
jpdi@...
dieseinfo
Offline Send Email
Oct 3, 2005
12:23 pm
11846
Sorry, I don't know dg256 version. I started to work with DP256 about one year ago. For DP256 I use, I see on "MC9S12DP256B device user guide" that this ...
jpdi@...
dieseinfo
Offline Send Email
Oct 3, 2005
12:54 pm
11847
Hi all, I'm working on a HCS12 trying to store data in the onboard flash. I've written a function in C to erase a sector of flash which i can step through but...
the_oog6789
Offline Send Email
Oct 3, 2005
1:51 pm
11848
... Maybe because you cannot read from FLASH while erasing/programming, and executing your program straight from FLASH is just reading during erasing. You need...
Michal Konieczny
michalkonieczny
Offline Send Email
Oct 3, 2005
2:36 pm
11849
... That plus you also will get this if your S19 file contains unwritable memory regions. ... // richard (This email is for mailing lists. To reach me...
Richard
imagecraftcom
Offline Send Email
Oct 3, 2005
3:20 pm
11850
Thanks for that. What I guess I am really asking are the very basic things to have the CARDS12 and ICC12 talk to one another and for me to know how to refer to...
random_man_man
Offline Send Email
Oct 3, 2005
5:34 pm
11851
Hi, I'm using a HC9S12NE64 with a P&E USB Multilink, and CodeWarrior. From my reading I understand that I should be able to view all four 16K pages of flash at...
adlai15
Offline Send Email
Oct 4, 2005
1:07 am
11852
Hi Jam Jam The best book I can recomend you is the Valvano "Developing Embedded Software in C Using ICC11/ICC12/Hiware". Is a great book with a very good...
benitoar@...
benitoar01
Offline Send Email
Oct 4, 2005
6:31 am
11853
Hello, I'm using a MC9S12DG256 with a P&E USB Multilink, and CodeWarrior. External RAM in paged 0x8000 - 0xBFFF address range The following is my code to write...
johann_zimmermann
johann_zimme...
Offline Send Email
Oct 4, 2005
10:22 am
11854
I'm writing some FLASH programming code, and now I have reached final step of securing the microcontroller. Unsecured microcontroller has lower bits of byte at...
Michal Konieczny
michalkonieczny
Offline Send Email
Oct 4, 2005
11:05 am
11855
Hello all, While flashing I am getting the error "Fash programming error around address 0x000000" we are using Lauterbach TRACE32 debugger.Linker file is using...
venki
venkat_kacham
Offline Send Email
Oct 4, 2005
1:13 pm
11856
Make sure your executing code is not located in the 0x8000-0xBFFF address range. Mike ... From: "johann_zimmermann" <jz@...> To:...
Michael Huslig
mhuslig@...
Send Email
Oct 4, 2005
1:52 pm
11857
In my opinion the problem is with the linearization of the paged memory. As I remember the Trace32 treats e.g. 0x003E1234 as 0x1234 on page 0x3E. This is the...
Karoly Molnar
karoly.molnar@...
Send Email
Oct 4, 2005
3:04 pm
11858
Michal, From what little I know about reverse engineering practices, I would guess that the most secure setting for $ff0e is 0bxxxxxx01. That way, an attacker...
Stephen Trier
sct@...
Send Email
Oct 4, 2005
3:37 pm
11859
Hi folks, Is it my understanding that if I erase an HCS12's FLASH, but not its EEPROM, and then reset the device before programming the security byte (0xFF0F)...
hashlock
Offline Send Email
Oct 4, 2005
7:07 pm
11860
... Having erased flash and non-empty eeprom, and reseting the part into single chip special mode, BDM will come out of reset as disabled (BDMSTS.ENBDM == 0)...
Michal Konieczny
michalkonieczny
Offline Send Email
Oct 4, 2005
7:37 pm
11861
Hans, The best explanation of flash and EEPROM programming protection and security is in Freescale's application note AN2400/D. Its well worth reading. It...
Steve Russell
stevernohau
Offline Send Email
Oct 4, 2005
7:40 pm
11862
... Indeed, it's suggested to secure the chip by changing 0bxxxxxx10 into 0bxxxxxx01. I must admit I didn't think about reverse engineering risk and such bit...
Michal Konieczny
michalkonieczny
Offline Send Email
Oct 4, 2005
7:47 pm
11863
More personal experience, below: Steve Russell Nohau Emulators ... I believe that the above is correct. ... I experienced at least 2 different behaviors on...
Steve Russell
stevernohau
Offline Send Email
Oct 4, 2005
7:51 pm
11864
I havent tried the 27-step process yet (I'm not using 3rd party software), but I will. The bahavior I'm seeing is that all was fine and dandy until I erased...
hashlock
Offline Send Email
Oct 4, 2005
8:37 pm
11865
Hans, Questions and notes below. Steve Russell Nohau Emulators ... Can you try just reading and writing to flash control registers without referring to any...
Steve Russell
stevernohau
Offline Send Email
Oct 4, 2005
8:48 pm
11866
If you are using a P&E compatable BDM interface, there is a free unsecure_12 program you can download to unsecure your device. Most other interface vendors...
Dr. David A. Perreault
daperreault
Offline Send Email
Oct 4, 2005
9:28 pm
11867
Hi, I'm using the overflow interrupt to count delays up into the seconds. I'm having trouble figuring out how I can use the overflow counter to count into the...
adlai15
Offline Send Email
Oct 4, 2005
9:40 pm
Messages 11838 - 11867 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