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

USB VCP with STM32H7 does not work correctly

Hello everyone, I have a Project with STM32H745(Nucleo-H745ZI-Q). in this project I need to send data periodically to PC over VCP. I have configured everything and it works fine. But when I connect the device to the USB on the front side of my PC, th...

NTaha.1 by Associate II
  • 590 Views
  • 1 replies
  • 0 kudos

STM32 Nucleo-F767ZI Ethernet Port Not Working

Hello,I have already tested a Webserver on Nucleo-F767ZI and it was working until yesterday.Now I am unable to get Ethernet communication working. When a LAN cable is connected I see that only orange LED of RJ45 connector of nucleo is on. The green L...

ab_nurd by Associate II
  • 1576 Views
  • 4 replies
  • 0 kudos

USB HID Keyboard Report on Plugin/Configuration

The desire is to have a keyboard report sent when a key is held on Plugin (for ESD reasons and BIOs boot support). So if a key is held while plugging in ​it needs to be reported and recognized by the PC. ​I currently have it setup to keyscan and then...

SteelUser by Associate II
  • 2225 Views
  • 6 replies
  • 0 kudos

Resolved! MOSI data during HAL_SPI_Receive operation

I'm using Nucleo-F767 with IAR IDE. I have created project using STM32CubeMx v6.3.0.I want to send one byte over MOSI and receive 27 bytes of data from SPI slave device on MISO. I noticed that random data is seen on MOSI line from 2nd byte. How to ma...

0693W00000D1cf2QAB.png
S.Kamath by Associate III
  • 942 Views
  • 2 replies
  • 2 kudos

PWM off

HiI would like to know if the following code can be used to set the PWM to a constant 0. TIM_OC_InitTypeDef sConfigOC = {0}; sConfigOC.OCMode = TIM_OCMODE_PWM1; sConfigOC.Pulse = 0; sConfigOC.OCPolarity = TIM_OCPOLARITY_HIGH; sConfigOC.OCFastMode = T...

EGonc.3 by Associate II
  • 644 Views
  • 3 replies
  • 0 kudos