Thanks! I have changed the serial port configuration to LinflexD_1,But now there is a new problem,Every time I go into debugging,then click pause,It will be like this:
zhangk_0-1683193879473.png
I think it's my DMA configuration that is wrong,this is my dma configuration
zhangk_1-1683194033421.png
and this is AIP_INIT:
zhangk_2-1683194134255.png
zhangk_3-1683194167886.png
this is uart init
zhangk_4-1683194288356.png
Finally, I configured peri_clock_gating
zhangk_5-1683194379472.png
The main function is like this:
zhangk_6-1683194446865.png
Am I missing any configuration?