User Activity

in file app_netxduo.cfunction static VOID nx_app_thread_entry (ULONG thread_input){ ..../* wait until an IP address is ready */ if(tx_semaphore_get(&DHCPSemaphore, TX_WAIT_FOREVER) != TX_SUCCESS)blocks code executionas in function tx_semaphore_create...
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
Kudos from
Kudos given to