STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Please recommend a development board

First of all, I want to use the core above STM32F4. I need a few motors, pumps, and sensor control with the MCU.If there are several boards you recommended due to lack of knowledge of hardware, please let me know how to make a physical connection.

jinny by Associate
  • 366 Views
  • 3 replies
  • 2 kudos

Resolved! NUCLEO-H7S3L8 Schematics

Hi all,I am using the NUCLEO-H7S3L8 board, and I looked for the schematic or wiring diagram for this board in the ST website, but I couldn't find it. Anyone knows where that information may be available. Thanks,Amilton

HELP UART HM10 dynamic size data receive

HELLO, i am new to STM, i am stuck in receiving dynamic size data from HM10 to stm32f407VG over UART2 communication , i tried  HAL_UART_Receive_IT(&huart2, &UART2_rxBuffer[rxIndex], 1); but not able to receive multiple char as 3rd part of this HAL_UA...

ISHA by Associate II
  • 566 Views
  • 2 replies
  • 1 kudos

Resolved! problem of using USART3 on STMH563ZI

I'm new to STM and I'm trying to use USART to communicate between MCU board and my computer. I'm now using USART2 and CP2102 to translate TTL to USB. And have succeeded. But my goal is to directly use USB-C of STLINK to output serial data, because th...

BrianYuan_0-1713880809410.png

Flashing via a onboard debugger

There is an onaboard st-link programmer/debugger on my stm32 Nucleo-F446ZE development board.I want to know can I use this st-link to flash my LoRa E5 Mini board which does not have any onboard programmer/debugger facility.If yes kindly provide me co...