-
With GCC 10.3.1 I got two warning on the netxduo 6.2.0 release :
- nx_azure_iot_adu_agent.c:1702:43: warning: 'dot2_pointer' may be used uninitialized in this function [-Wmaybe-uninitialized]
17…
-
- What target device are you using?
LPC55S69
- Which version of Azure RTOS?
6.1
- What toolchain and environment?
arm-none-eabi-* + WSL
Hi,
I use Azure RTOS with the netxduo layer to manage T…
-
**Describe the bug**
Reviewing netx_web_external_server_test.c it will only download the 1st packet of 1536 bytes
using httpbin.org you are able to define the number of bytes to downlaod so the ex…
-
Hi all,
I'm trying to provision my STM32BL4S5IIOT01A board to the IoT Hub via Group Provisioning using X.509 certificates. I am using the [getting-started](https://github.com/azure-rtos/getting-sta…
-
According to https://learn.microsoft.com/en-us/azure/iot-hub-device-update/device-update-agent-check?tabs=portal#validation-checks-supported-by-agent-check
interfaceId is a required as part of the…
-
Hi !
I use NetxDuo MQTT Client to exchange data with the Azure cloud. Currently, when sending an MQTT message, the application returns an OK to the user via the "nx_azure_iot_publish_mqtt_packet" fu…
-
The NetXDuo SCE9 AES-CBC encryption routine yields poor encryption performance if called with unaligned pointers. In fact the resulting encryption performance is twice as slow compared to not using SC…
-
When the grandmaster sends a Follow_up message immediately after a Sync message to the NetxDuo PTP client, both packets are queued to the PTP UDP sockets. The packet processing loop reads from the ge…
-
Although status codes like 0x30023 (http code 301 moved permanently) do appear as a result code, the `response header callback` is not called by the function if not `http 2xx`, thus the Location heade…
-
Hi all,
I am using stm32f205 mcu and using threadx, netx 6.2 version,
Random time I am getting hardfault from **_nx_packet_release** so I did depth debugging and found where exact it is generating h…