This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625-Q1: How to use PRU and convert bitplane by coding

Part Number: AM625-Q1

Tool/software:

hello, in our two new project , we chioced the am62x for the display function,The requirement are as below:

1. the user send the video to our product by communication bus( ethnet or can or uart ,.etc), the format of the video/image maybe .mp4 or .png .etc, different project will use different format, but for a project it will be defined clear

2. the chip received the video/image from communication bus. it should first convert the video to .bmp format and then convert the .bmp to bitplane (it should use the c code to do this) ,and then operate the PRU register to send the bitplane to dmd, so it can display the video/image.

question 1:

In your example , it use the windows tool "dlp composer" to convert the video to bitplane. but we just want to write the c code to do it automatic(when the mcu received data from ethnet or can .etc). so how can i achieve it?if you can not provide code, what can you provide, bin or .o files ? can you introduce the logic for how to convert video/image to bitplane in detail(file format, convert rules)? we can try to write the c code to do it.

question 2:

From the user guider. it just description the register of the pru, i can not  see how to use it to ahieve the display function by coding. can you give me some example in detail? or just tell us the logic in detail and we can try to write the code.

question 3:

The project is Automotive field, so the driver i will use the MCAL(AUTOSAR),but i cannot see the MCAL project and i do not how to use the tool to generate the cfg file , also i do not have the tool now. can you give it to me within license?