Embedded assembly in Keil
Posted on October 05, 2016 at 16:16 Hi. I would like to implement some kind of fault handling mechanism, which would store some CPU registers, PC, etc. in flash if error occurs. I tried to store SP value within HardFault Handler like this:...