HostTestApp CC2540EM里面对串口的初始化和配置的代码是在哪实现的?比如更改波特率、流控等,使用source insight没跟踪到。觉得是HalUARTOpen(uint8 port, halUARTCfg_t *config)里面调用了HalUARTOpenDMA(config)来实现,但没有查到工程在哪调用了HalUARTOpen,以及这个参数 halUARTCfg_t *config在哪初始化的?
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.
HostTestApp CC2540EM里面对串口的初始化和配置的代码是在哪实现的?比如更改波特率、流控等,使用source insight没跟踪到。觉得是HalUARTOpen(uint8 port, halUARTCfg_t *config)里面调用了HalUARTOpenDMA(config)来实现,但没有查到工程在哪调用了HalUARTOpen,以及这个参数 halUARTCfg_t *config在哪初始化的?