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.

AM2631-Q1: pru function and mcu c code to convert .mp4 video to bitplane without windows tool dlp composer

Part Number: AM2631-Q1

Tool/software:

hello, in our two new project , we chioced the am26x  and am62x, for the display function, we have the same requirement:

1. the user send the video to our product, the format of the video 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 from ethnet or can or uart. 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.

question 1:

but in your example , it use the windows tool dlp composer to convert the video to bitplane. 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?

question 2:

from the user guider. it just description the register of the pru, i cannot  see how to use it to ahieve the display function by coding. can you give me some example in detail

question 3:

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