STM32CubeIDE (MPUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to boot CDC_Standalone on DDR3 via SD card.

Hello, I am trying to boot a Hi-Speed USB Device application using the STM32MP135F-DK by loading it from an SD card to DDR3, but it is not working. To investigate the issue, I am trying to boot CDC_Standalone that is included in STM32Cube_FW_MP13_V1....

it3 by Associate II
  • 296 Views
  • 2 replies
  • 0 kudos

Usage of HAL_PCDEx_SetTxFiFo() when using DMA

Hello, I am trying to implement a Hi-Speed USB Device on STM32 baremetal project for STM32MP131Axx by using STM32Cube_FW_MP13_V1.1.0. I am using the internal DMA of USB OTG to get faster the bulk transfer. I have 2 questions since I would like to kno...

it3 by Associate II
  • 87 Views
  • 0 replies
  • 0 kudos

Resolved! DDR_Init_A7 unable run

DearsI can only start this example in Debug mode, the BLUE led start blinking... So it works OK.But If I try to use RUN command (using icon, or right mouse click on project file) than it seems not work (RED leds blinks only ONE and is OFF, Blue LED i...

ravo by Senior
  • 673 Views
  • 4 replies
  • 1 kudos

Resolved! STM32MP13 empty STM32Cube project "hello world"

HelloCan I use Windows and STM32CubeIDE to develop application using STM32MP135FAF7 (STM32MP135F-DK discovery kit).I tried to create empty project based on this discovery kit but it ended with message"This project requires OpenSTLinux version 'openst...

ravo by Senior
  • 1170 Views
  • 6 replies
  • 2 kudos

Resolved! OpenMP on STM32CubeIDE?

Hello everyone,I've a question. I want to use a Cortex-A7 on STM32MP13x or STM32MP15x for my project and I would like to parallelize my application. Can I use OpenMP on STM32CubeIDE? Is there a difference if I use OpenSTLinux?