• request for mon51.hex file
    hi forum, my hardware is like this 1)Atmel 89c52 microcontroller 2)0000h-7FFFh (External PRom) C000h-DFFFh (External Ram) I want monitor program to reside in External Prom (0000-7fffh) and load...
  • request for mon51.hex file
    hi forum, my hardware is like this 1)Atmel 89c52 microcontroller 2)0000h-7FFFh (External PRom) C000h-DFFFh (External Ram) I want monitor program to reside in External Prom (0000-7fffh) and load...
  • how to make a bin and hex file from GCC folder?
    Hi. Now I'm trying to make a bin and hex file from CMSIS-SP-00300-r3p2-00erl1\Device\ARM\ARMCM3\Source\GCC\* gcc_arm.ld startup_ARMCM3.S startup_ARMCM3.c how do I make bin and hex file with...
  • how to make a bin and hex file from GCC folder?
    Hi. Now I'm trying to make a bin and hex file from CMSIS-SP-00300-r3p2-00erl1\Device\ARM\ARMCM3\Source\GCC\* gcc_arm.ld startup_ARMCM3.S startup_ARMCM3.c how do I make bin and hex file with...
  • how to make work usb and pit interrupt
    Hello, i need to have at same time turned on pit interrupt and usb interrupt. When i use only one of it it works good. But when both interrupts are turn on the pit interrupt works good but usb stops...