Hi all - Happy NY!I've a stm32H743ZI2 (nucleo) and am using the following code to init the IWDG __HAL_RCC_WWDG1_CLK_ENABLE(); __HAL_DBGMCU_FREEZE_IWDG1(); //not working!!!? // Reload = (LsiFreq(Hz) * Timeout(ms)) / (prescaler * 1000) hiwdg.In...
I'm using Crossworks and a Nucleo-H743ZI2. With a Rev V Part.I'm sending out the rev id HAL_GetREVID() via a webserver so I can see the version ID 'real time'I've just played around with this again and it is related to the NRST as clive suggests.It ...
As with my other post regarding this, I am seeing what Clive mentioned above. I've hacked around for a day now trying all the suggestions I can find and no joy.; the DBGMCU address space returns zeros for me always. This is under code access and debu...
Hi,One of the real gotchas is to do with the MPU cache/buffering. Without this, everything seems right but nothing happens.You'll need to do something like my code below (it works for me ). This code (.xml etc) is for Crossworks, but these links will...
There are many examples in the STM32Cube_FW_F4_xx libraries (when you install the Cube libraries)most of the stuff using TCP/IP uses FreeRTOS as it make life easier.I assume you have an F4 ir F7 with a built in PHY and Ethernet socket - nearly all t...
Below is a working version. It passes the above verification code ftom ST and I get measurement data from the sensor!(original code it taken from the net - lost the reference to the original author - sorry!)But, there was a bug in the original versio...