• paste stops working uvision 5
    I just installed uvision 5 on windows 7 64 bit. I start editing and after a short while paste, and ctrlv stop working. Pasting the same text to another editor works fine, but not in uvision 5. Any...
  • AGSI Stop vs. uvision Stop
    Hi all, I use the uvision Stop button to stop the running code. Then in my DLL, I reset and go to the begining of the program. All work. When I want to add the "Stop" functionality to the DLL...
  • Ethernet Stop working
    Hello Here is my program int main (void) { net_initialize(); socket = tcp_get_socket (TCP_TYPE_SERVER, 0, 20, tcp_callback); if (socket) { tcp_listen (socket, 4050); } if (tcp_check_send...
  • Windows stopped catching In-Reports from our device
    Hello! We have got a problem with USB together with RTOS. Maybe someone can help us. It is not clear if the problem is caused by Windows or our embedded device. uC: LPC2368 (NXP) Windows...
  • DMA receive interrupt stops working
    Hi, I'm using STM32F401RE UART with DMA to receive a continuous stream of data and send over BLE. I am facing issue when that DMA buffer full interrupt stops working as I attach to stream of data...