Hello,
I'm using Keil C51 compiler with c8051f330 MCU. I have a struct
that is in xdata space and is not initialized at startup. I
initialize struct with this:
memset(&FP, 0, sizeof(FP));
. How to initialize xdata space after reset MCU?
↧