STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB_HOST Applikation URB-States

Is there an overview with all possible URB-states that are returned by the USB_Host function "USBH_LL_GetURBState(>>Bulk-In-Pipe<<)"​I figured out some of these, but not all of them:URB_IDLEURB_DONE - Answer receivedURB_NOTREADY - NAK received URB_NY...

FUceda by Associate
  • 1179 Views
  • 0 replies
  • 0 kudos

SIM7600SAH question ?

Dear Members,I tried to send SMS with SIM7600SAH, the code was working but now it's giving me intermittent result...The code//Clear buffer HAL_UART_Transmit_IT(&huart1,(uint8_t*)&aTxBuffer4, sizeof(aTxBuffer4)); HAL_Delay(5); HAL_UART_Transmit_IT(...