STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

problem with MCO2 from PLL2 (STM32H743)

no generation on MCO2 after standard system initialization (PLL2P SOURCE) using CUBE (STM32Cube_FW_H7_V1.5.0). Controller - STM32H743VIT6void SystemClock_Config(void){ RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct =...

AOrlo by Associate
  • 507 Views
  • 3 replies
  • 0 kudos

STM32F4x9 Eval USBD bulk in transmit problem

Hi ,I'm using STM32F4x9 eval board with STM32Cube v1.24 library on USB device parctice.Refer to CDC example, a new SCAN device class was created and enumerated succcess.Sending data from PC host site (Bulk Out) can success to get in device (STM32 - v...

PChou.16 by Associate
  • 199 Views
  • 1 replies
  • 0 kudos

STM32F10xx SPI UART conflict

Good morning everyone,I was trying to establish communication via UART1 - UART2 - SPI1, everything is fine until i use "HAL_SPI_TransmitReceive(...)" and suddenly UART1 and UART2 are locked (i can visualize both those "UART_HandleTypeDef" in my Expre...

ABouk by Associate II
  • 194 Views
  • 0 replies
  • 0 kudos