I designing a developer board with an stm32 MPU. This board have an HDMI port for transfer the audio and video signal from the board to the TV. Which IC can I use for convert video signal( MIPI/DSI ) and audio signal (I2s) to HDMI ?
I use STM32MP151CAA3 mounted on my own board.I want to generate TIM5 global interrupt in Cortex-M4.I have written following code, However, TIM5 global interrupt doesn't occurs (TIM5_IRQHandler doesn't be called).In Keil MDK-ARM Debbuger, I have con...
Recently, I bought STM32MP1 DK2 board. Does DK2 board include NPU (Neural Processing Unit)? Can we use the NPU device via galcore.ko (Linux kernel module) to run deep learning network models on the DK2 board? Welcome to any hints and comments.BR...
I am searching for the simplest way to do that, I think you ST engineers made this chip for this purpose so maybe there are intended ways to that Thanks in advance
Hi: we will debugging the uboot using GDB,but we can't get possible target configuration files for <board.cfg>,how can we get the file?thanks
Hi, I read more wiki pages and found below command to partition emmc on ubootsetenv emmc_part "name=ssbl,size=2MiB;name=bootfs,type=linux,bootable,size=64MiB;name=rootfs,type=linux,size=512" gpt write mmc 1 ${emmc_part}When my board start up and exec...
Hi, I have STM32MP157C-DK2 demo board and I have ported STM Linux Yocto into board. I have enable NTP in the bb layer and I am able to see the NTP is up. When I want to get the status using timedatectl status I am getting the following output ...
I can access it with the given tools, like bluetoothctl, but I cannot build that same tool, so that I can write my own code. It seems some header files or libraries are missed. Am I missing something?
Hi, What mean kmsdrm no support dynamic loading ? But for example X11 can be dynamic loaded.I check this when try build SDL, but are there some another options to check dynamic loading in system ?Adrian