问答

汇集网友智慧,解决技术难题

D_dx1

TA的家园币:34  

  • HC32L136K8TA的LpUart通信不上

    把官方历程lpuart_int里面的LpUart1修改为我实际使用的LpUart0(PC04-TXDPC05-RXD),一直通信不上,发送接收都没反应,硬件排查没什么问题。用另外1个非低功耗的串口Uart0是正常的。/*******************************************************************************Includefiles******************************************************************************/#include"ddl.h"#include"lpuart.h"#include"lpm.h"#include"gpio.h"#include"sysctrl.h"/*******************************************************************************Localpre-processorsymbols/macros('#define')******************************************************************************//*******************************************************************************Globalvariabledefinitions(declaredinheaderfilewith'extern')******************************************************************************//*******************************************************************************Localtypedefinitions('typedef')******************************************************************************//*******************************************************************************Localfunctionprototypes('static')******************************************************************************//*******************************************************************************Localvariabledefinitions('static')*******************************************************************************/uint8_tu8TxData[2]={0x00,0x55};uint8_tu8RxData=00;/******************************************************************************Functionimplementation-global('extern')andlocal('st

  • HC32L136K8TA的LpUart通信不上

    把官方历程lpuart_int里面的LpUart1修改为我实际使用的LpUart0(PC04-TXDPC05-RXD),一直通信不上,发送接收都没反应,硬件排查没什么问题。用另外1个非低功耗的串口Uart0是正常的。/*******************************************************************************Includefiles******************************************************************************/#include"ddl.h"#include"lpuart.h"#include"lpm.h"#include"gpio.h"#include"sysctrl.h"/*******************************************************************************Localpre-processorsymbols/macros('#define')******************************************************************************//*******************************************************************************Globalvariabledefinitions(declaredinheaderfilewith'extern')******************************************************************************//*******************************************************************************Localtypedefinitions('typedef')******************************************************************************//*******************************************************************************Localfunctionprototypes('static')******************************************************************************//*******************************************************************************Localvariabledefinitions('static')*******************************************************************************/uint8_tu8TxData[2]={0x00,0x55};uint8_tu8RxData=00;/******************************************************************************Functionimplementation-global('extern')andlocal('st