This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

xdata init

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?