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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 16073 - 16102 of 16521   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16073
Hello, I am asking you for help with a migration problem, migrating code from IAREW 2.31 C to 4.7. The memory won't map in the same areas as in the older...
Rickard Rohlin
f95riro
Offline Send Email
Oct 2, 2008
8:37 am
16074
I'm using the 68HC912DT128A CPU......
Rickard Rohlin
f95riro
Offline Send Email
Oct 2, 2008
8:52 am
16075
how to access html data in ne64? i am going through a project based on embedded web server.. and here i will send data a html file, f4om one system to ne64 via...
navdeep sarangal
navdeepsarangal
Offline Send Email
Oct 3, 2008
10:14 am
16076
As I remember, there is an application note for TCP/IP for ne64 on Freescale site; if not enough, try also AN3455 (and AN3455SW) also from Freescale - although...
Petrescu
yoanp
Offline Send Email
Oct 3, 2008
10:42 am
16077
I have a CML-9S12DP512 board with the usb-bdm debugger for sale, I am looking to get $110 shipped for these, I Have used these for approx 6 months or so, I no...
superchargedss85
supercharged...
Offline Send Email
Oct 5, 2008
5:19 pm
16078
Very Good! But buy a product aboard is so much trouble! Can I act as an agent your product in China? ... ÑÅ»¢ÓÊÏ䣬ÄúµÄÖÕÉúÓÊÏ䣡 ...

chiusir@...
Send Email
Oct 6, 2008
4:53 am
16079
I'm learning the MC68HC12, I have an assignment to translate an assembly language program into machine language and some machine language into assembly. Can...
a92651delgado
Offline Send Email
Oct 6, 2008
5:28 pm
16080
... The place to start is the manuals. They are all available for download for free form the Freescale web site. Don't be daunted by the seemingly huge...
James M. Knox
jknox@...
Send Email
Oct 6, 2008
6:01 pm
16081
Yeah,you can say that again! roc in Beijing "James M. Knox" <jknox@...> дµÀ£º ... The place to start is the manuals. They are all available for ...

chiusir@...
Send Email
Oct 7, 2008
12:48 am
16082
Thanks for the direction. I found the manual for the MC68HC12 on the freescale site. But I couldn't find the translation information. What should I be looking...
a92651delgado
Offline Send Email
Oct 7, 2008
6:03 pm
16083
You need to look for opcodes for HC12 to relate assembly instructions to machine language. It also includes additional useful data about each assembly...
Deniz KERİMOÄ...
deniz_kerimoglu
Offline Send Email
Oct 7, 2008
6:59 pm
16084
Hi, I have got a problem with cross banking calls which I hope somebody can help me with. Target: 9s12DG128 Compiler: Cosmic I have been using the 9s12DJ64 for...
da_old_skool
Offline Send Email
Oct 7, 2008
7:28 pm
16085
Hi, I believe the first page of an S12DG128 should be biased to 0xE0000 which gives you a PPAGE of 0x38. e.g. +seg .ftext -b 0xE0000 -o 0x8000 -m 0x4000...
Michael Burns
cosmicmikeus
Offline Send Email
Oct 7, 2008
9:03 pm
16086
Hi, Im doing a dc motor PID controller. Im using Nanocore12DX. I have an enocoder. It is a quadrature encoder. I have generated PWM signal from HC12 to drive...
chai_jp@...
waks_up
Offline Send Email
Oct 9, 2008
5:30 am
16087
Hi, Im doing a dc motor PID controller. Im using Nanocore12DX. I have an enocoder. It is a quadrature encoder. I have generated PWM signal from HC12 to drive...
waks_up
Offline Send Email
Oct 9, 2008
5:31 am
16088
Hi, Im doing a dc motor PID controller. Im using Nanocore12DX. I have an enocoder. It is a quadrature encoder. I have generated PWM signal from HC12 to drive...
waks_up
Offline Send Email
Oct 9, 2008
5:31 am
16089
Hello, we (me and a colleague of mine) have some problems by flashing HCS12C32 a Controller. We are using this HCS12 Type since years in different PCB's and...
jwoermann
Offline Send Email
Oct 9, 2008
6:39 am
16090
... from ... I built a PID controller to maintain a constant tempreature in a surface of a bulb. And I used 9S12E128 series and used the PMF subsystem(Like...
L.L.Chamara Kasun
chamara83
Offline Send Email
Oct 9, 2008
3:36 pm
16091
I have an axiom mc9s12dp512 eval board for sale, Comes with the usb debugger module..Im asking $110 shipped in the united states.. It is only about 6 months...
superchargedss85
supercharged...
Offline Send Email
Oct 9, 2008
6:42 pm
16092
Hi, Im trying to use input capture to sense the rising edge from the encoder. It seems like my program cant go into the interrupt function. After i sense 100...
chai_jp@...
waks_up
Offline Send Email
Oct 12, 2008
6:12 am
16093
When you want to read Encoder's Pulses ( --> R.P.M) , you can use HCS12's PulseAcculator. HCS12 have two 16bit-PulseAcculators : PulseAcc A (PT7) , PulseAcc B...
leonardo_u3000
Offline Send Email
Oct 12, 2008
8:34 am
16094
Im using it to control the motor speed and know the direction of rotation. Can you send me the code or post it here? Thanks for your help...
chai_jp@...
waks_up
Offline Send Email
Oct 12, 2008
10:42 pm
16095
Here is my code for Reading Motor's Speed , use PulseAcc-A and TOC2 +> TOC2 make a Timer Interrupt 20ms +> PulseAcc-A detect Rising Edge, PulseAcc-A connect...
leonardo_u3000
Offline Send Email
Oct 13, 2008
4:48 am
16096
... i is not static and you don't initialize it. So i is probably random! ... Edward...
Edward Karpicz
keffffek
Offline Send Email
Oct 13, 2008
5:50 am
16097
Hi, while reading the eeprom memory location 0x0FFD& eeprom register EPROT giving a value 0x20.i.e.,eeprom in secure mode .How to unsecure it? ( I am using...
Sim IPS
simips@...
Send Email
Oct 14, 2008
4:16 am
16098
It's a write-protected EEPROM, not chip security when no one is allowed to read flash and EEPROM via BDM. If chip is not secured, then you should use BDM...
Edward Karpicz
keffffek
Offline Send Email
Oct 14, 2008
6:08 am
16099
Hi, I am using external UART(xr16c854) for communication with mc9s12dj256b and I am disabling maskable interrupts by using SCI instruction .Is it make any...
Sim IPS
simips@...
Send Email
Oct 14, 2008
11:01 am
16100
Thanks Edward ... From: Edward Karpicz To: 68HC12@yahoogroups.com Sent: Tuesday, October 14, 2008 11:38 AM Subject: Re: [68HC12] how to unsecure eeprom? It's a...
Sim IPS
simips@...
Send Email
Oct 15, 2008
5:19 am
16101
Hello, I have a CMD12-dp512 development board with a hcs12 MCU on it. I have searched and searched for documentation on how to get my code to execute upon...
tronictech1
Offline Send Email
Oct 15, 2008
4:11 pm
16102
Sorry, I should clearify that the cpu is a mc9s12dp512. Thanks again. Hello,...
electronic_tech1@...
tronictech1
Offline Send Email
Oct 15, 2008
6:52 pm
Messages 16073 - 16102 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