STM32 MPUs Products and hardware related

Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hello I'm trying to write a loadable kernel module driver. I get an error during compilation: ERROR: modpost: "platform_device_alloc" [/home/rdm/ethtest/eth-ins.ko] undefined! Do I need something to set in the Kernel Config? Helloworld works as LKM.

#include <linux/platform_device.h>#include <linux/module.h#include <linux/types.h>MODULE_LICENSE("GPL");MODULE_AUTHOR("Robert W. Oliver II");MODULE_DESCRIPTION("A simple example Linux module.");MODULE_VERSION("0.01");static struct platform_device *pd...

NKorn.3 by Associate
  • 685 Views
  • 1 replies
  • 0 kudos

FDCAN not working properly

I am trying to enable FDCAN on STM32MP157C. I modified Linux Kernel (STM32MP15-Ecosystem-v2.0.0) and U-Boot, following the steps explained in the Developer Package guide. I get these messages, which are suggesting I setup everything correctly.root@st...

JYune by Associate II
  • 2658 Views
  • 4 replies
  • 0 kudos

Resolved! STM32 MPUs Ecosytem Release V2.1 Distribution package not using device tree files from meta-st-stm32mp-addons.

I've been using Ecosystem v2.0 without any issues now. We decided to move to v2.1 recently, followed the instructions from https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_Package to get the latest package. Then, as I did before, followed the...

NBhat.1 by Associate III
  • 989 Views
  • 3 replies
  • 0 kudos

STM32MP157A-DK1 update kernel

I Installed the Development on my host machine and builded a Kernel with this tutorial:https://github.com/STMicroelectronics/meta-st-stm32mp/blob/dunfell/recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txtbut afther the reboot my scren keeps beeing ...

SAman.1 by Associate III
  • 793 Views
  • 5 replies
  • 0 kudos

Enable SPI5 on STM32MP157C-DK2 board

Hi everyone,I want to make a LoRa gateway using the STM32MP157C-DK2 and ICC880A-SPI boards. For that, I have to implement SPI communication between the two boards. I already did the hardware connections, but I am not able to enable SPI on the STM32MP...

LewisN by Associate
  • 816 Views
  • 1 replies
  • 0 kudos