STM32CubeMX project for OSD32MP1-RED images

Forums Reference, Evaluation, and Development Boards STM32CubeMX project for OSD32MP1-RED images

Viewing 1 reply thread
  • Author
    Posts
    • #12392
      Ɓngel Molinaamolina
      Participant

      Hi,

      I am working with the STM32CubeMX with the objective that the Cortex M4 controlĀ  some peripherals. I wondered if there is a project in STM32CubeMX for the hardware developed in the images of the OSD32MP1-RED. I have seen the minimal configuration project but is necessary to do many modifications.

      Thanks in advance.

       

    • #12398
      Neeraj Dantu
      Moderator

      amolina,

      There is currently no CubeMX project for OSD32MP1 dev boards, but you should be able to achieve what you are trying to do using the following, fairly simple work around.

      1. Generate device trees using the default minimal Cube MX project or an stm32mp157x project from CubeMX.

      2. Save the device trees you generated.

      3. Make specific changes you want to make to a peripheral by starting from either the minimal CubeMX project or an stm32mp157x project from Cube MX. Generate a new version of the device trees

      4. Diff the device trees from step 1 and step 3 to reveal the specific changes related to the peripheral.

      5. Add these changes to the RED board device tree.

      Best,
      Neeraj

Viewing 1 reply thread
  • You must be logged in to reply to this topic.