STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Use of .c or .h files

Hi, I am curious one thing when using the HAL libraries. Just as an basic exapmle i assign LED1 to PB12 pin of STM32F070CBT6 as an GPIO_output. And i want to use HAL_GPIO_WritePin(GPIOB, LED1, LED1_SET); instead of HAL_GPIO_WritePin(GPIOB, GPIO_PIN_1...

1.18.0/.1 GDB server error

Hello all.Personal emotional outburst (just jump it if you don't work for stm):I can't understand how it's possibile, but every single time I trust STM and go for an update, everything stops working and I have to loose hours of my life trying to fix ...

CZamb.2 by Associate II
  • 500 Views
  • 2 replies
  • 0 kudos

LTDC Display Type Restriction

I am using the STM32H743VIT and trying to integrate using LTDC. The Display Type options in CUBEMX only allow 16 or 18 bit RGB. I know there is no LTDC_R0, so I assume that is why there is not option for 24 bit RGB; however, we were just planning on ...