• 16550 library
    WHere can I find a portable 16550 library for use with C51?
  • 16550 library
    WHere can I find a portable 16550 library for use with C51?
  • Configureing the target monitor MON51 for an external 16550 UART
    Hi. I designed my own evaluation board for C51-derivates. For monitor communication I implemented an external 16550 UART that works fine when debugging my software. The UART-interrupt output is inverted...
  • Configureing the target monitor MON51 for an external 16550 UART
    Hi. I designed my own evaluation board for C51-derivates. For monitor communication I implemented an external 16550 UART that works fine when debugging my software. The UART-interrupt output is inverted...
  • HAL Library UART Problem
    Hello everyone; I'm using a STM32F4-DISCOVERY BOARD, when i'm trying to send datas over hal uart it only sends ASCII types of datas but in my project i must send binaries, strings, floats, chars...