MQX 4.2 sscanf support for llu or lld (unsigned long long or long long)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MQX 4.2 sscanf support for llu or lld (unsigned long long or long long)

691 Views
matlock
Contributor II

Back when MQX 3.8 was released, support for 64-bit numbers (llu and lld) was added for printf and scanf. Can we get a patch to support 64-bit for sscanf?

0 Kudos
2 Replies

433 Views
soledad
NXP Employee
NXP Employee

Hello Aaron,

MQX supports printf and scanf for 64-bit numbers and %L modifier.

If you have some problem please try increasing the stack size of the task.

I hope this helps, have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

433 Views
matlock
Contributor II

Sol,

You apparently didn't read what was written. It is understood that printf and scanf have support for 64-bit values and was mentioned in the very shorty original post. What was asked and is requested is that sscanf have supported added for 64-bit values as a patch. I know it's unsupported for sscanf and can be easily traced in the MQX code to determine such. Suggesting to increase the size a task stack is useless.

Regards,

-Aaron

0 Kudos