strtof RX E2 Lite CC-RX RX140

I am using the combination listed in subject. When running my hardware connected to E2-Lite, strtof(pRxD,&pEnd) works fine. After disconnecting the emulator (reset), it still works. After making a reset pulling down the reset-pin, it still works. After disconnecting power, my programm runs except strtof() an delivers pEnd == pRxD. I replaced strtof() by strtod(), this works in any case. Measuring the time used by the functions, strtod() takes about 2ms, strtof() about 40us if it works, after power on reset 10us.

Since that I would prefer strtof(), but I have no idea why it does not work.

Thanks for the help, if you can help.