-
Hello everyone,
I have a question to ask, and it is wrong to transplant the netxduo to SDRAM, but it is ok to compile the code to the STM32H7 internal sram.
-
When `NX_CRYPTO_SELF_TEST` is defined, the module `nx_crypto_module_start.c` is compiled which appears to be hardware specific (STM32F469) and not compatible with the gcc compiler showing following co…
-
Hi,
My code is failing in the call to `nx_ip_create()` and I've traced the issue to a size mismatch with `ip_control_block_size` and `sizeof(NX_IP)`.
(this is check is at the very beginning of `nx…
-
When `nx_azure_iot_json_writer_append_json_text()` is used to write elements of an array, the resulting JSON packet is incomplete. The NX_PACKET's byte count is short of exactly the amount of commas i…
-
Hi!
I want to search synergy(s7g2) device by computer name from network.
Do you have any solution by NetX (Duo)?
I don't know to solve it.
Best Regards.
-
Hi,
Can the Renesas cloud kit use the standard Netduox dns, http, sntp, etc, instead of using the customized functions in the sdk project with the wifi driver? Renesas_RSK_2MB board uses the standard…
-
This issue existis with Azure_RTOS_6.1_STM32L4+-DISCO_STM32CubeIDE_Samples_2020_10_10.zip
I suspect that netxduo/threadx/stm32l4xx_libwere once named nxd/tx/stm32l475_lib respectively. This left so…
-
Hi, I'm using NetX Duo with two ethernet interfaces, each with its IP instance (named ip_0 & ip_1).
These IP instances have a DHCP client each (dhcp_client_0 & dhcp_client_1).
After creating and sta…
-
In NetX Secure TLS 1.3, I think nx_secure_tls_server_state variable is necessary in TLS Client mode to save the state of server.
But, if disabled server function by NX_SECURE_TLS_SERVER_DISABLED macr…
-
`tx_port.h` for Cortex-M defines a 64-bit type as follows:
typedef unsigned long long ULONG64;
Then in `nx_crypto_huge_number.h` we find this definition:
#define …