User Activity

I wonder if someone can provide me with an example how to use the watchdog in a STM32F767.I have tried the following code but it don't get a reset!static WWDG_HandleTypeDef hwwdg;static bool wwdg_inited = false;static void EnableWDG (void){ if ( ! ww...
HiI'm using this example:en.stm32cubef7_v1-16-0\STM32Cube_FW_F7_V1.16.0\Projects\STM32F767ZI-Nucleo\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS\EWARM(I have applied patch 1.16.1)I'm using a Nucleo-144 STM32F767ZI.The board has a static IP address...
HiI'm using a Nucleo-144 with a STM32F767ZI.I have included in my project FreeRTOS and FreeRTOS-IP although that may not be related with the problem, since the crash happens before reaching the initialisation of FreeRTOS.My problem seems to be that H...
HiI'm using IAR EW for ARM.I would like to get a simple working project that is made for the STM32F767ZI processor, preferably running on a Nucleo-144 board.The example should only make the initialisation of the processor. I'm making a Bootloader so ...
Kudos from