Skip to main content
MKara.6
Visitor II
February 18, 2020
Question

LCD and USB support

  • February 18, 2020
  • 3 replies
  • 966 views

Hi,

I need an examples on LCD and USB driver without Linux please

The en.stm32cubemp1_v1-1-0 do not have it, and the STM32CubeMX do not allow this mode.

Thanks.

Mohammad

This topic has been closed for replies.

3 replies

PatrickF
Technical Moderator
February 18, 2020

Hello,

do you mean controlling LTDC and USBH or OTG using Cortex-M4 ?

This is not supported by our deliveries.

See https://wiki.st.com/stm32mpu/wiki/STM32MP15_peripherals_overview to know which peripherals are supported by each core (including Trustzone secure view).

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.Tip of the day: Try Sidekick STM32 AI agent, see here
Genadi Zawidowski
Senior
February 24, 2020

These targets (GPIO, timers, UART, LTDC, USB_OTG host/device in HS mode, SPI, DDR RAM), are done in my project https://github.com/ua1arn/hftrx

All peripherals controlled by A7 core in this project.

99% of code are same for STM32H7xx.

Genadi Zawidowski
Senior
February 24, 2020

Demonstration of bare metal program running https://www.youtube.com/watch?v=6PXxH0p2AK0