Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

C51: xdata init (2 Replies)

$
0
0
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?

Viewing all articles
Browse latest Browse all 3049

Trending Articles