Can the STM32MP157 GPU be used by the M4 kernel?
I want to use the M4 kernel to display some animations and images that can be rendered on the GPU?
I want to use the M4 kernel to display some animations and images that can be rendered on the GPU?
The Cortex-M4 in the STM32MP1 series was intended to be mostly a powerful real time/low power coprocessor for Linux.
Display is intended to be under the Linux control (which offer a vast choice of graphical options/framework). You could still put a second 'small' display controlled by M4 using I2C, SPI or even FMC, but it is not intended for large size, high refresh rate and complex HMI.
Maybe you could think about asking Linux to do the rendering (using rpmsg/OpenAMP, see wiki), but that might need some custom development.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.