User Activity

Hello,I'm trying to find out why nx_tcp_client_socket_connect is returning 0x38. This error code is not listed in documentation. Because of this, there is no ARP packet being sent. static VOID nx_app_thread_entry (ULONG thread_input){UINT status;stat...
Posted on August 28, 2014 at 20:09Hello everyone, I'm using:- STM32CubeMX version 4.3.0- uVision version 5.11.1.0- ST-LINK/V2 SWD mode- custom board described belowI have designed a custom board with a STM32F207VET6 microcontroller and a 3-port swit...
Posted on September 04, 2013 at 22:45Hello everyone, I'm trying to transfer 2 bytes using SPI in master mode and DMA. Additionally I have to set and reset CS signal by software. CS signal is low before starting transfer and is high after transfer.So...