• UART TTL Level Communication Distance
    I am facing some embarrassing problems recently. After some trouble-shooting, I found that: We have Board-A and Board-B. Board-A and Board-B communicate to each other with a UART TTL Level Communication...
  • STM32 ULINK2 JTAG Connections
    Dear All, Can I use the ARM 10-pin interface on a ULINK2 to connect to a STM32F103 device. If so what are the pinouts / connections to be made? I'm unsure about the RTCK and the JNTRST connections...
  • sending a long with uart
    xdata unsigned long var_long _at_ 0x0150; unsigned char * pointer; pointer=0x0150; var_long=0x45213256; SBUF=*pointer; ... SBUF=*(pointer+1); ... SBUF=*(pointer+2); ... SBUF=*(pointer+3); ... ...
  • STM32-103STK usb connection
    I have a STM32-103STK board with a keil ulink-me usb programmer. My job is to create a USB connection to the pc. I've downloaded the USB-HID demo from keil ( http://www.keil.com/download/docs/361.asp...
  • STM32 UART not working
    HiGuys, I have been trying for days trying to get the UART on the STM32F030R8 to work, I have following the datasheet and the reference manual step by step but it just doesn't work. Using the STM32 CubeMX...