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...
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...
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...
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...
Very Good! But buy a product aboard is so much trouble! Can I act as an agent your product in China? ... ÑÅ»¢ÓÊÏ䣬ÄúµÄÖÕÉúÓÊÏ䣡 ...
chiusir@...
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...
... 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@...
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@...
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...
You need to look for opcodes for HC12 to relate assembly instructions to machine language. It also includes additional useful data about each assembly...
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...
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...
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...
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...
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...
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...
... 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...
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...
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...
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...
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...
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@...
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...
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@...
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@...
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...