Unexpected Error in managing pointer: ''void HardFault_Handler (void)''
Posted on August 25, 2017 at 13:22In a project I'm using a pointer to read data from memory.I have problems with this procedure.My pointer is a uint32_t * punt.The pointer extracts the data and then increments itself.extraction = *punt;punt = punt +...