Can we swap SDMMC pins in our design ?
Does ST-Linux run for any configuration of eMMC pins, i.e. if it is connected to SDMMC1/SDMMC2/SDMMC3 . or do we need to fix as per reference design / Dev kits.
Does ST-Linux run for any configuration of eMMC pins, i.e. if it is connected to SDMMC1/SDMMC2/SDMMC3 . or do we need to fix as per reference design / Dev kits.
Hello , I have a few queries related to assignments of GPIO wrt to Cortex M4 and Cotex A7 . Task is to add a I2C peripheral to a GPIO and access it using Cortex M4.But I cant see the cortex assignment options ? I see on few but not on some on which I...
hello,I'm a new member here so if i am uploading this question in a wrong way please notify me.i am working at the moment with octavo board OSD32MP15x that integrates the STM32MP15x dual core Arm cortex A7 and an arm cortex m4.i am trying to run a si...
Hi,I have a small problem during stm32mp1xxx bring up. The Uart4 is debug console and is connected to stlink v2.1 on virtual serial. The problem is that this stlink makes all the time interrupt U-Boot and stack in it (stlink not connected to USB). To...
Hi,I am using an official STM32MP157C-DK2 board.I tested to build OP-TEE 3.17.0 for stm32mp1 however the boot hangs.I am building OP-TEE OS using:make PLATFORM=stm32mp1 \ CROSS_COMPILE_core=arm-linux-gnueabihf- \ CROSS_COMPILE_ta_arm64=arm-linux-gnue...
I’m new to the stm32mp1, I’m struggling to figure out how to get SDL2 working with OpenGL on the platform. I can create a window with SDL, but if I try to create an opengl window, I get a runtime error that GTX is not supported.I should note that my ...
I want to ensure I've used the most optimized code. I'm using gcc on linux. I have 4 values to store. If I use an array, I can for() loop as a convenience and shorter code, but is there added overhead compared to just using separate variables and hav...
Hi!I use buildroot - NOT openstlinux.My M4 code works fine in engineering mode, but fails in production mode.I suspect that it is due to the device tree file.The DTS file generated by STM32CubeIDE has some pinmux assignments to "RSVD", which fails in...