• VirtualCOM Windows 10 Driver Problem MIMRX1050
    Hello, I am using the MIMRX1050-EVK board and am trying to use the VirtualCOM example on Keilv5. My code builds with no errors and I can download it to flash but I can't get the Virtual COM Port...
  • Systick default clock setting for stm32f3discovery_fw
    Hi all, I’m starting to deal with STM32F30 discovery. I need confirmation about my assertion on default clock configuration for the stm32f3discovery_fw. In file system_stm32f30x.c the define PLL_SOURCE_HSE_BYPASS...
  • Set Address Of USB Device In LPC1768
    Hi, i am working with USB Device. Please guide me how can i set the address of device in LPC1768. As i have read about the Set Address command of SIE. it consist of 8 bits. first 7 bits (0-6) have...
  • Setting ports on the EZ-USB
    Hi I hope someone can help me out. I am using the cypress EZ-USB CY3671 Development Board with a CY7C64613-128NC chip. I have the following code: #define DATA P1_1 #define SCK P1_0 void s_transstart...
  • How to add a serial terminal over USB?
    My application requires a serial terminal connection from a laptop. Most laptops don't have a serial port so my idea is to emulate a serial port over a USB connection. How does one add a USB serial...