cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F030C8T6TR Reset continuesly time interval?

parth kothiya
Senior

I place oscilloscope probe at reset pin of MCU it get low reset continuously time period

I observed RCC​- CSR resistor which gives LSIRDY=1 AND IWDGRSTF=1 both are set

How can I make them of and solve this reset problem?​

Below attached images of MCU working fine & other get reset​ continuously resistor value.0693W00000JMK8UQAX.jpg0693W00000JMK8PQAX.jpg

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

IWDGRSTF indicates the chip was reset by the IWDG. To avoid that, disable the IWDG in option bytes and don't start it in your program.

Be sure to clear the RCC_CSR flags after you read them to ensure they're valid on next reset.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

2 REPLIES 2
TDK
Guru

IWDGRSTF indicates the chip was reset by the IWDG. To avoid that, disable the IWDG in option bytes and don't start it in your program.

Be sure to clear the RCC_CSR flags after you read them to ensure they're valid on next reset.

If you feel a post has answered your question, please click "Accept as Solution".

solved I reprogrammed my option byte MCU works normally.

THANKS.��