User Activity

After experiencing more problems in legacy codes, we found that STM changed HAL drivers without any notice. THIS CAN BE BLOCKING. Example :  ((uint32_t)((pFilterConfig->BroadcastFilter == DISABLE) ? 1U : 0U) << 5) | is NOW ((uint32_t)((pFilterConfig-...
After migration, project stop working.Release notes did not help.6 hours late, we found that in Main.c the section name of Eth DMA descriptors did change fromETH_DMADescTypeDef DMARxDscrTab[ETH_RX_DESC_CNT] __attribute__((section(".RxDecripSection"))...
All sample programs in STM32Cube_FW_H7_V1.9.0 are without CubeMX config file (.ioc).Configuring from scratch my nucleo-H753ZI with CobeMX (latest version) and moving sample software does not work, like CubeMX setting something wrong
TM32Cube ver 1.6.1 MX ver 6.2.1 with STM32Cube_FW_H7_V1.9.0 - select Nucleo-H753ZI with default configuration and generate new project - add some activity like HAL_GPIO_WritePin(GPIOB, LD3_Pin, GPIO_PIN_SET); HAL_Delay(1000); HAL_GPIO_WritePin(GPIOB,...
Kudos from
Kudos given to