Gast
#2832551
Hallo, ich hab volgendes Problem. in meinem Programm hab ich folgende Zeile ADC = (float)(9 + 174) * (float)((4095 / 2284)) ; dies kann ich ohne Probleme compilieren. änder ich die "9" hingegen in eine Variable, so das dort z.B. steht ADC = (float)(ADC + 174) * (float)((4095 / 2284)) ; dann bekomm ich folgende Fehlermeldung beim compilieren Error - section '.idata_Hardware.o' can not fit the section. Section '.idata_Hardware.o' length=0x00000004 Errors : 1 Kann mir jemand helfen?