Hard fault caused by strncpy,
Hi,
I am running into a strange problem, I am using strncpy function to copy one array into another.
If i include this in my code i get a Hard fault DEBUG_VT . I have read quite few article on hard faults and how to track them down but this one that is not covered . According to the documents this is reserved for debug purposes . The probelm is i am not even in debug mode when the code is running .
I am using Attolic IDE 9.3.0 , STM32F302CC
Does some one have some help to offer me