STM32F429DISCOVERY, STM32CUBEIDE 1.12.0 I've created a class for a communication packet. It has global scope. Upon instantiation, the code hard faults.
If I comment out the instantiation, compile and run, then uncomment the instantiation, compile and run, the code will work fine from that point on. But it will not run without hard faulting unless I do the comment / uncomment thing. Here's the code f...