2017-06-08 04:47 PM
the block CAN_Send and CAN_Receive didn't work well i found an issue and i propose a solution explain in this document
#problem-can #solution-can #stm32-mat/target2017-06-08 11:02 PM
The
strncpy()
function copies not more than
n
bytes (bytes that follow a null byte are not copied) from the array pointed to by
s2
to the array pointed to by
s1
. If copying takes place between objects that overlap, the behaviour is undefined.
Correct, that would be a problem.
2017-06-09 01:52 AM
Hi
si.abdou
,Thank you again for your contribution to improve our solutions.
I will raise your reported issue to the appropriate team for check and more investigation.
Thanks
Imen
2017-06-09 02:08 AM
Hello,
sorry for this problem. It has been solve for next release, replacing strncpy with memcpy.
Best regards
Pascal
2017-08-15 06:37 AM
When will the new version of STM32_MAT be updated?