Missing Documentation on PSoC 6 UART_Start() ??

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
NiHo_1308246
Level 3
Level 3
5 likes given First like received First like given

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?

0 Likes
1 Solution
Yugandhar
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 5 likes given

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.

View solution in original post

0 Likes
1 Reply
Yugandhar
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 5 likes given

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.

0 Likes