• can two UART of W77C32 run at different baudrate?
    I am carrying on one project that will occupy two serial port,so I choose Winbond W77C32 which has two RS232 interfaces.If two interfaces run at different programmable baudrate ,does W77c32 support it...
  • can two UART of W77C32 run at different baudrate?
    I am carrying on one project that will occupy two serial port,so I choose Winbond W77C32 which has two RS232 interfaces.If two interfaces run at different programmable baudrate ,does W77c32 support it...
  • Measuring time between two received bytes on UART in debug script
    I can see how to receive bytes from the simulated MCU in a script, but I only see "seconds" variable for execution time, which is not good for me. Is it possible to measure milliseconds? Using SIGNAL...
  • Measuring time between two received bytes on UART in debug script
    I can see how to receive bytes from the simulated MCU in a script, but I only see "seconds" variable for execution time, which is not good for me. Is it possible to measure milliseconds? Using SIGNAL...
  • How to rework "printf" function to use for two UARTS in the cygnal's MCU?
    Hi,everyone! A problem here:The cygnal's MCU has two serial ports,so "printf" function must be reworked.But I don't know how to do it. Give me a hand! Thanks a lot!