Using structure causes Hardfault exception
Posted on July 23, 2014 at 23:49Hi everybody,I'm trying migrate a program from 28335 to stm32f407. I was using a structure to store some data, and passing the pointer to this structure to a function. Now I find that if I define the structure variabl...