User Activity

Hello, I just bought stm32h747-disco. I would like to use it will keil, but the MX_Device.h file is not generated from stm32cubemx.Do you know maybe any way for this to be generated?Thanks in advance for your help.
Here is the setup of the SPI: (SPI Clock is checked with the datasheet and it is valid, as well as clock phase and clock polarity.  hspi2.Instance = SPI2; hspi2.Init.Mode = SPI_MODE_MASTER; hspi2.Init.Direction = SPI_DIRECTION_2LINES; hspi2.Init.Data...
Hello,I have the Nucleo-H743zi board and I am trying to use lwip+rtos to create a socket client, but I can't get IP. I added FreeRTOS, but there are no specifications on the parameters used in order to get IP address. I tried to use the parameters th...