cancel
Showing results for 
Search instead for 
Did you mean: 

[Bug] Wrong function name for the Hard Fault interrupt?

mehmetemredoruktiryaki
Associate II
Posted on December 16, 2015 at 12:26

Hi,

I noticed this after the latest 4.20.0 update.

This is experienced on a CubeMX project creation (Keil uVision).

I think, the naming for the Hard Fault ISR function is wrong in stm32fxx_it.c file.

I think it should be:

HardFault_Handler()

instead of:

HardFault_IRQHandler()

Am I right?

Best Regards,

Emre
4 REPLIES 4
carmine
Associate II
Posted on December 16, 2015 at 13:00

Yes. You are right. It's a bug of the latest CubeMX. I suggest you to change the topic title adding a ''[Bug]'' inside it.

mehmetemredoruktiryaki
Associate II
Posted on December 16, 2015 at 14:33

Hi cnoviello,

Thanks for the reply and showing me the way to report a bug 🙂

Amel NASRI
ST Employee
Posted on December 17, 2015 at 10:42

Hi emretiryaki,

Thanks for reporting this bug. Required actions will be taken to fix it.

-Mayla-

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

stm32cube-t
Senior III
Posted on April 12, 2016 at 14:38

Dear user,

This issue is now fixed in MX 4.14.

Best regards