STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Did someone use DP83848 in RMII mode on custom board?

I would like use the DP83848 in RMII mode due to the number of available pins in the project.LwIP supports DP83848 with MII only and for RMII just the LAN8742A.The folllowing pins of DP83848 are not connected:RX_CLK, TX_CLK, RX_DV, COL, RXD_2, RXD_3,...

Resolved! Possible wrong FLASH_ACR description in STM32G0 RM

STM32G071RB: According to RM 3.7.1 reset value of FLASH_ACR is 0x00040600, verified on hardware. But the description of indiviual bits doesn't fit.RM: Bit 11 ICRST, Bit 10 reserved (cleared), Bit 9 ICEN, Bit 8 PRFTEN, so cache enabled, prefetch disab...

Is possible to programm the STM32f051 through RS485 or UART?

I am designing right now using STM32051. Using the only SPI interface for my project, I am struggling how to use the NSS for two slave, that the chip give me only one NSS.It is possible to load my Programm to the chip using the RS485? How could I rea...

SAbis by Associate III
  • 592 Views
  • 2 replies
  • 0 kudos

LTDC does not work with RAM

Hello.When I loaded the array into Flash (used const) It was displayed on the screenBut as soon as I use RAM to store the image it stops displaying, I see a black squareI also can not fill the color programmatically LTDC just does not react