[USB HID]Boot protocol Stack overflow

Hello ! 

I'm struggling a bit with the USB HID boot protocol, I have a lot of stack overflow error when trying to do operations while in the get_report callback.

I know that I don't have to do time consuming operations while in callback, but not so big operation will make the stack to overflow.

Is there a way of increasing this stack ? 

note: 

I kept time consuming operations for the work queue but I still have to respond in the get report callback so minor operation should be accepted.

Thanks in advance.

Martin.

Parents Reply Children
Related