I am creating a tutorial for a university course however i find it odd that UART_Start() is not covered in the datasheet or pdl documentation. You need to go to UART.c and scan the code or watch a tutorial made by cypress to become aware of it. This makes it confusing for the students. Im I correct about all of this?
Solved! Go to Solution.
Hello,
Yes, UART_Start() API is not mentioned in PDL. We can find in UART.c file only which invokes the UART_Init() and UART_Enable() functions.
Thanks,
P Yugandhar.
Hello,
Yes, UART_Start() API is not mentioned in PDL. We can find in UART.c file only which invokes the UART_Init() and UART_Enable() functions.
Thanks,
P Yugandhar.