I'm using uVision2 V2.40A. Please look the following example:
struct structPeriod { int From; int To; int x[4]; }; struct structConfig { struct structPeriod Periods[5]; int x; int y; }; struct structConfig Config; void main() { while(1) ; }