2016-01-06 04:58 AM
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.2016-01-06 05:48 AM
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-2016-01-20 01:52 PM
Hi Syrine,
I was unable to reproduce the problem as well.thanks,hank