Where is documentation for library functions for PSoC MiniProg3

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

cross mob
adamelli
Level 2
Level 2
10 replies posted 10 likes given 10 sign-ins

So I have this main.c program that was made long ago (by another employee). It was made for CY8C4245PVI-482. I'm trying to understand the program, but there are a bunch of library functions. I don't know where to find documentation on them. For example

    int status = UART_DMX_ReadRxStatus();

I searched for "UART_DMX_ReadRxStatus" online and there is one result. Some documentation would be immensely helpful! Is ther any PDFs or links to relevant documentation available? (The PSoC Creator User Guide does not help.)

0 Likes
1 Solution
BiBi_1928986
Level 7
Level 7
First comment on blog 500 replies posted 250 replies posted

Hello.

Open the project in Creator and display the schematic.
Double click on the component with label UART_DMX and a configuration window will open.
At the bottom left corner of this configuration window, you'll see a tab for Datasheet.
Click on Datasheet and do a word search for ReadRXStatus.

You can view any of the component datasheets using this method.

The Miniprog 3 manual is available at Cypress website.
https://www.cypress.com/file/44091/download

I know nothing about DMX, but you can search DMX at Cypress and they have app notes on the topic.

Good luck with your project.

View solution in original post

0 Likes
2 Replies
BiBi_1928986
Level 7
Level 7
First comment on blog 500 replies posted 250 replies posted

Hello.

Open the project in Creator and display the schematic.
Double click on the component with label UART_DMX and a configuration window will open.
At the bottom left corner of this configuration window, you'll see a tab for Datasheet.
Click on Datasheet and do a word search for ReadRXStatus.

You can view any of the component datasheets using this method.

The Miniprog 3 manual is available at Cypress website.
https://www.cypress.com/file/44091/download

I know nothing about DMX, but you can search DMX at Cypress and they have app notes on the topic.

Good luck with your project.

0 Likes
Krupashankar
Moderator
Moderator
Moderator
500 replies posted 50 likes received 25 likes received

Hi @adamelli ,

Please refer to PDL API reference manual to understand more about library function

https://infineon.github.io/psoc4pdl/pdl_api_reference_manual/html/group__group__gpio__functions__ini...

Could you please share the exact code example which you are using? 

 

Thanks,

Krupashankar

0 Likes