• Problem with SBUF0
    I write a C application for the Cygnal C8051F126( and I'm having some problems with writeng data to SBUF0 A simple example in C code is here: SFRPAGE = UART0_PAGE; SBUF0 = 0x12; On disassembler...
  • Prepaid Energy Meter (Read REad REAd READ)
    Hello Anybody can Help me to find a MCS51 based Pre-paid Energy meter THIS IS VERY URGENT! shibuv
  • ***error 65: no 'execute/read' permission
    I'm jumping to an address in external Flash which is outside of my internal EPROM code area. In uV2, I've set up my target with this Off-chip Code Memory starting at address 0x4000 and with a size of...
  • registry read error
    startup_stm32f407xx.s: Error: A9555E: Failed to check out a license.LICENSE ERROR (R207(2): REGISTRY READ ERROR) startup_stm32f407xx.s: startup_stm32f407xx.s: Check that your license details are correct...
  • error 65: access violation : no 'execute/read' permission
    hello, i am using the following code to generate a delay of 200ms. while(tfcount <= 16666) { if (TF1 == 1) { tfcount++; TF1 = 0; } } im using the Timer 1 as a baud rate generator and it overflows...