Can you give me the document code from the manual you are trying to use, i cant undestand which document you mean. I suppose that UM-B-048 is the one but i can not figure out the options you are talking about.
Do you have your software correctly configured for operating with the SPI and the UART? And also you have to rearrange your jumper settings and connect the GPIO_PIN_7 with the T_TxD pin. And also can you please check with an FTDI chip connected to the pins of the da and not use the the FTDI of the Basic Kit.
It works if I connect GPIO_PIN_7 with the T_TxD pin. Am I suppose to follow figure 6 from the document or just one connection is good? If it is, can you please explain why so?
If you check the code the pin P0_7 is set as the Rx so you have to connect it to the specified Tx pin of the FTDI module. With the default jumper settings you are connecting the P0_7 pin with the RTS of the FTDI.
Hi mazhar897,
Can you give me the document code from the manual you are trying to use, i cant undestand which document you mean. I suppose that UM-B-048 is the one but i can not figure out the options you are talking about.
Thanks MT_dialog
这是我试图运行的代码——DA14580_peripheral_setup.
Hi mazhar897,
Do you have your software correctly configured for operating with the SPI and the UART? And also you have to rearrange your jumper settings and connect the GPIO_PIN_7 with the T_TxD pin. And also can you please check with an FTDI chip connected to the pins of the da and not use the the FTDI of the Basic Kit.
Thanks MT_dialog
It works if I connect GPIO_PIN_7 with the T_TxD pin. Am I suppose to follow figure 6 from the document or just one connection is good? If it is, can you please explain why so?
Hi mazhar897,
If you check the code the pin P0_7 is set as the Rx so you have to connect it to the specified Tx pin of the FTDI module. With the default jumper settings you are connecting the P0_7 pin with the RTS of the FTDI.
Thanks MT_dialog
Thanks