Index: trunk/fw_g473rct/SES/inc/battery_voltage.h
===================================================================
--- trunk/fw_g473rct/SES/inc/battery_voltage.h	(revision 20)
+++ trunk/fw_g473rct/SES/inc/battery_voltage.h	(revision 22)
@@ -20,5 +20,5 @@
 
 //--- GLOBALE FUNKTIONS PROTOTYPEN ---------------------------------------------
-void BATTERY_VOLTAGE_Exec(uint32_t newvalP );
+void BATTERY_VOLTAGE_Exec(int32_t newvalP );
 
 #endif //
Index: trunk/fw_g473rct/SES/inc/sysdata.h
===================================================================
--- trunk/fw_g473rct/SES/inc/sysdata.h	(revision 20)
+++ trunk/fw_g473rct/SES/inc/sysdata.h	(revision 22)
@@ -33,5 +33,5 @@
 //------------------------------------------------------------------------------
 // This structure must be aligned to 4-byte address
-typedef struct
+volatile  typedef struct
 {
 	// Device spezifisch / Einstellungsbereich
@@ -58,5 +58,5 @@
 	uint16_t ibn_year;															// 16	Inbetriebnahme Datum: Jahr
 	uint16_t user_id;															// 17	Freies Feld für eine Kunden ID oder ähnlich
-	uint16_t UNIQUE_NAME(reserved)[8];											// 18-25	RESERVIERT
+	uint16_t test[8];											// 18-25	RESERVIERT
 
 	//--- Konfiguration Schaltausgänge ---
@@ -175,5 +175,5 @@
 	/* 4 of 8 */ uint32_t chargeTotalWh;										// 156-157	[mAs]
 	/* 6 of 8 */ uint16_t fullCyclesCnt;										// 158
-	/* 8 of 8 */ uint16_t UNIQUE_NAME(reserved);								// 159
+	/* 8 of 8 */ uint16_t volatile UNIQUE_NAME(reserved);								// 159
 	/* 8 of 8 */ int64_t  mAs_AutoMode;											// 160-163
 	/* 8 of 8 */ int64_t  mWs_AutoMode;											// 164-167
