STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! SMPS or LDO recommendation

I am trying to use STM32H7R7L8H6H working on design. So in our design we uses multiple interfaces like TFT LCD, Ethernet(RMII), RS485, Wi-Fi-BLE module. So For MCU power supply mode selection between LDO and SMPS. Which one mode ST will recommended t...

Kaushik1 by Associate
  • 693 Views
  • 5 replies
  • 1 kudos

CubeIDE does not see ST-Link Server

Hello. I don't know exactly what the IDE needs, but it doesn't seem to see the St link server, but at the same time says that it is installed. When you press the Debug or Run button, a window appears with the inscription "ST-Link Server is required t...

0693W000006Ej45QAC.png 0693W000006Ej4AQAS.png
gadzhi by Associate II
  • 9877 Views
  • 17 replies
  • 1 kudos

Resolved! V3MODS Voltage Translator Questions

Schematic 1. Most documents refer to add a PU on UART TX  (target side), why is there a PU on UART RX and not TX, but there is a PU on VUART TX and not on VUART RX ? Seems inconsistent.2. For consistency or guideline, should the UART PU be on the boa...

Resolved! STM32L552E-EVAL with Jlink SEGGER

Hello,I have a evaluation board STM32L552E-EVAL and I would like the know how to connect the JLINK (EDU) to this board ? According to the instructions I see this connector which could possibly connect with the JLINKThank you for your helps.

DYann1_0-1728045217240.png
DYann.1 by Senior II
  • 855 Views
  • 11 replies
  • 0 kudos

Resolved! Configuring the MPU on STM32H747

Hello,I am wondering how to configure the MPU in CubeMX (6.12.1) so that I can enable the D-Cache and the I-Cache. I know the instructions that enable the caches (SCB_Enable_x_Cache(); replace _x_ with I or D) but was wondering on the configuration C...