EmbeddedRelated.com
The 2024 Embedded Online Conference

Bit manipulation

Started by brizzlejonz in M68HC1118 years ago

I am having problems getting this program to download to the hc11. the assembler said there is no error in it but it doesn't even load unto...

I am having problems getting this program to download to the hc11. the assembler said there is no error in it but it doesn't even load unto the HC11, can someone please help me? ORG #$DD00 PROMPT fcb 27, '[, '2,'J fcc /Please press a key/ fcb 10 fcc /R/ fcb 10 fcc /L/ fcb 10 fcc /A/ fcb 10 fcc /C/ fcb 10 fcc /S/ fcb 10 fcc /T/ fcb 10 fcc /Your choice please: / fcb 4 VA


68HC11F1 being discontinued

Started by Jim Dodd in M68HC1118 years ago 4 replies

We've received word that the 'F1 is being discontinued. The larger 68-pin PLCC package is going end-of-life in June (of THIS year, thanks for...

We've received word that the 'F1 is being discontinued. The larger 68-pin PLCC package is going end-of-life in June (of THIS year, thanks for all the warning, Freescale) and the smaller 80-pin LQFP package is going end-of-life in June 2007 (that's a bit better warning). The key aspects we needed from the 'F1 was its ability for external addressing and the non-multiplexed address/data bus. W


Testbench programs for HC11

Started by Ranganathan Sridharan in M68HC1118 years ago 8 replies

Hi Guys, I am a student at okalhoma state university and I am trying to develop an ASIC version of the HC11 controller using...

Hi Guys, I am a student at okalhoma state university and I am trying to develop an ASIC version of the HC11 controller using verilog. This should be able to runn all the Hc1 instructions except for the ports and A/D. I am simulating the RAM and ROM through external buses. I want to tst my verilog code for functionality and timing. Is there a set of C/assembly test programs tha


Help needed? SCI on the M68HC11 with a Bluetooth Module..

Started by kylanixzzue in M68HC1118 years ago 3 replies

Hi, I'm currently working on a project which requires me to use the serial communications interface on the M68Hc11 board to interface it with...

Hi, I'm currently working on a project which requires me to use the serial communications interface on the M68Hc11 board to interface it with a Bluetooth module (Promi-SD 202). I need to test it by sending out a data using the module and verify if it is received by another set of Bluetooth device. After doing several references, I came up with a simple program to send 8 bit data to the


programming the reset vector (FFFE)

Started by reganumah in M68HC1118 years ago 4 replies

heloo, when ever i try to program the reset vector for example below org $fffe fdb $b600 an error is show. i'm using jbug11 ,...

heloo, when ever i try to program the reset vector for example below org $fffe fdb $b600 an error is show. i'm using jbug11 , mc68hc11. i would like to know my mistake. is it true after programming in bootloader mode, setting the mod B to high and mod A to low and reseting the board the program would run at b600? ( the above ins


programming mc68hc11e1 EEPROM with jbug

Started by reganumah in M68HC1118 years ago 1 reply

hello, i'm currently trying to program the EEPROM of a mc68hc11e1 MCU. the JBug11 software is able to read the memory and also the registers...

hello, i'm currently trying to program the EEPROM of a mc68hc11e1 MCU. the JBug11 software is able to read the memory and also the registers but i am just not able to load a s.19 file into the eeprom. Wen i go the the File/Load s.19 MCU, the output window shows the directory but it does not show where the codes have been saved( like it supposed to). wen i ch


HC11 IC2 and IC3 Interrupt Problems (Possibly dealing with ImageCraft IC11)

Started by richard.danna in M68HC1118 years ago 5 replies

Hi, I am doing a senior design project at the University of Alabama at Birmingham. I am building a robot, and I am using the...

Hi, I am doing a senior design project at the University of Alabama at Birmingham. I am building a robot, and I am using the microStamp11 chip for some of the robot's simple operations. The microStamp11 chip is notorious for being the world's smallest HC11 chip. I am using the ImageCraft IC11 environment to compile my code and create Motorola .s


Re: HC11 IC2 and IC3 Interrupt Problems (Possibly dealing with Imag...

Started by BobG...@... in M68HC1118 years ago 5 replies

In a message dated 1/6/06 1:41:38 P.M. Eastern Standard Time, richard.danna@rich... writes: #pragma interrupt_handler IC1han() ...

In a message dated 1/6/06 1:41:38 P.M. Eastern Standard Time, richard.danna@rich... writes: #pragma interrupt_handler IC1han() void IC1han(void) { // If rising edge is detected if (TCTL2 == 0x10) { // Begins timing the pulse startPulse = TIC1; // Pin 7 on Port A latched high (set as output) PACTL |= 0x80; // In


Help needed for 68HC11E processor external memory interface

Started by gaurimahajan_21 in M68HC1118 years ago 10 replies

Hello, I need some help regarding the 68HC11E1 processor external memory interface. We are using the 614 KHz clock frequency and are...

Hello, I need some help regarding the 68HC11E1 processor external memory interface. We are using the 614 KHz clock frequency and are using the processor custom chip which doesn't have internal program memory. We have tied the MODA and MODB pins to VCC thru pull-up resistors. The reset is thru external monitor chip.And we have interfaced flash as


passing arguments to subroutine

Started by qmadd in M68HC1118 years ago 5 replies

Hello Everyone, i need to implement a subroutine that fills memory form address XXXX to YYYY with value NN. The command format should be: ...

Hello Everyone, i need to implement a subroutine that fills memory form address XXXX to YYYY with value NN. The command format should be: F XXXX YYYY NN, where XXXX and YYYY are the addresses, and NN is the value. how do i do that? how do i pass arguments to the subroutine? can anyone help me? Thanks, Bye all


Ask a Question to the EmbeddedRelated community

To significantly increase your chances of receiving answers, please make sure to:

  1. Use a meaningful title
  2. Express your question clearly and well
  3. Do not use this forum to promote your product, service or business
  4. Write in clear, grammatical, correctly-spelled language
  5. Do not post content that violates a copyright


The 2024 Embedded Online Conference