• program hanging after init_TcpNet
    I am using an STM32F407 processor. The code I have monitors an ethernet PHY, and if the link goes down and then back up again, such as if someone removes and then reattaches an ethernet cable, it calls...
  • program hanging after init_TcpNet
    I am using an STM32F407 processor. The code I have monitors an ethernet PHY, and if the link goes down and then back up again, such as if someone removes and then reattaches an ethernet cable, it calls...
  • IWDG and NVIC_SystemReset on Keil MCBSTM32
    Hi all, I'm crossposting this from ST forum since i didn't get any response and the question is still open and becoming urgent in choosing the microcontrollore for our project. I'm using the keil...
  • IWDG and NVIC_SystemReset on Keil MCBSTM32
    Hi all, I'm crossposting this from ST forum since i didn't get any response and the question is still open and becoming urgent in choosing the microcontrollore for our project. I'm using the keil...
  • system reset request (NVIC_systemreset) does not restart the M4 controller
    Hi, I am working on M4 microcontroller. I would like to perform soft reset of the system. so I have used NVIC_SystemReset function as shown below __STATIC_INLINE void __NVIC_SystemReset(void) { ...