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

Why my i2c clk always high ?

When i observe the clk pin always high but sometimes, somehow that i dont know i can see clk pulses but really i dont know reason why. Also i am trying to communicate touch ic and it has change pin sense the touchs. This pin always high and when the ...

IKARA.15 by Associate II
  • 814 Views
  • 2 replies
  • 0 kudos

STM32F303 - Can rx error

Hi,I have a problem with my application that reads messages from CAN.Sometimes, after wake up, I see rx error on CAN driver (I use the function GetLastErrorCode, that return error number 32(Form error)), this situation remains until I generate a MCU ...

LBern by Associate
  • 337 Views
  • 0 replies
  • 0 kudos

Resolved! USBD_CUSTOM_HID_SendReport function makes devise busy but no one can make device unbusy.

I create Custom hid and send 2 PC report usingwhile(1){USBD_CUSTOM_HID_SendReport(&hUsbDeviceFS, dataToSend, 4);}And... Device is frozen. Why? I am going inside HAL->USBD_CUSTOM_HID_SendReport... I see codehhid->state = CUSTOM_HID_BUSY;so USBD_CUSTOM...