This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Hercules MCU ARM Cortex-R4F RM48 baud問題

您好

在產品開發上使用Hercules MCU

型號為ARM Cortex-R4F RM48

發現在baud設為1200, 2400, 及4800時

無法receive

想請問要如何解決

  • 请问能否给出详细信息或代码?您的BRS 是多少?
  • 您好

    在應用上要用UART做資料的收送時需要設定baud
    在baud設定上有4800/2400/1200這些設定需求
    但都只能transfer而無法receive

    設定的方式為baudrate = VCLK /((P+1) *16) 公式
    VCLK=110MHz
    baud為4800時 P為1430
    依照此方法無法解決receive問題

    請問當VCLK=110MHz時
    想要設定baud為4800/2400/1200
    而P要設為多少?