STM32 HardFault_Handle
Posted on August 07, 2014 at 16:13I have a problem in STMF103C8T7 and I can't find the solution.The STM32 reads corrupt data in array and when reaching a certain memory adress it crashes.The array look like this:typedef struct{int32_t v1;int32_t v2;...