[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FP Use in IRQ-Handler



Hello!

Can I use floats in my Interrupthandler? I tried to enable floating
point support by this command:

pthread_setfp_np (pthread_self(), 1);

I placed it in the first line of my Interupt Service Routine but it
crashes everytime I try to use it ;=((

Tobias