cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX 4.12.0 bad code generated in stm32f4xx_it.c

hbarta2
Associate III
Posted on January 06, 2016 at 13:58

void NMI_Handler(void)

{

/* USER CODE BEGIN NonMaskableInt_IRQn 0 */

/* USER CODE END NonMaskableInt_IRQn 0 */

HAL_RCC_NMI_IRQHandler

/* USER CODE BEGIN NonMaskableInt_IRQn 1 */

/* USER CODE END NonMaskableInt_IRQn 1 */

}  and   void PVD_IRQHandler(void)

{

/* USER CODE BEGIN PVD_IRQn 0 */

/* USER CODE END PVD_IRQn 0 */

HAL_PWR_PVD_IRQHandler

/* USER CODE BEGIN PVD_IRQn 1 */

/* USER CODE END PVD_IRQn 1 */

}

  If not obvious... The parenthesis and anyrequiredarguments are missing from the calls in the ISR stubs.

2 REPLIES 2
Nesrine M_O
Lead II
Posted on January 06, 2016 at 14:48

Hi  HankB,

I cannot reproduce your issue, am using CUBEMX 4.12 too,

1 - Could you please verify if it is a recurrent issue or faced only one time?

2 - if it is a repeated issue , could you please share your .ioc file for check?

-Syrine-

hbarta2
Associate III
Posted on January 20, 2016 at 22:52

Hi Syrine,

I was unable to reproduce the problem as well.

thanks,

hank