• Memcpy
    Hello, I am new to embedded programming, particularly C, and I am trying to write bytes to code memory, within my already executing code. The purpose is to see if I can write a program to program...
  • Memcpy
    Hello, I am new to embedded programming, particularly C, and I am trying to write bytes to code memory, within my already executing code. The purpose is to see if I can write a program to program...
  • Large memcpy
    We are using Keil C-51 V7.06. There is a structure defined: typedef struct { unsigned char address_bus_h; unsigned char address_bus_l; unsigned char data_bus; }instbus_raw_t; Using three...
  • memcpy reentrant
    Hi, Does memcpy must a reeentrant function? If I didn't set XBPSTACK in startup.a51, where would it put stack on?
  • Large memcpy
    We are using Keil C-51 V7.06. There is a structure defined: typedef struct { unsigned char address_bus_h; unsigned char address_bus_l; unsigned char data_bus; }instbus_raw_t; Using three...