User Activity

 According to manual below, function should SEND out a SOLICIT message.Function returns NX_SUCCESS (0x00) means SOLICIT message successfully sent. Actually code, after some checks, just set nx_dhcpv6_state variable in DHCPv6 to NX_DHCPV6_STATE_SENDIN...
In AZRTOS - NetXDuo ver 6.4, netx-duo-dhcpv6-client library,if NX_DISABLE_ERROR_CHECKING is not defined (i.e. calling first _nxe_dhcpv6_client_create()),function nx_dhcpv6_client_create() should check for valid input parameters and return errors acco...
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"))...