• USB ULINK + MCB2100 Stopped Working -- and a Fix
    Hi All. Just a quick note as I experienced an odd problem today and it took a while to fix ... After a day of DK-ARM use, all of a sudden I could no longer download to my MCB2100 via USB ULINK....
  • ULINK - CANNOT STOP ARM DEVICE!
    I am trying to download something to the LPC2214 device, but I get an Error dialog with the following message: Error Couldn't stop ARM device! Please check the JTAG cable. What can be the reason...
  • 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...
  • 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...
  • 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...