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

Resolved! DFU over USB not working - HSE not detected?

Hello all, I am currently unable to solve this issue:I use STM32F401RET6 with USB functionality (COM port). USB works just fine when in normal runtime, but I am unable to reach the DFU.I think that for some reason the HSE is not detected or some othe...

0693W000000VsDVQA0.png 0693W000000VsE9QAK.png

I am trying to use the usb fat driver on cube mx... I am not able to get APPLICATION READY as a state.. I am just able to get APPLICATION_START and APPLICATION _DISCONNECT.. What could be wrong ? Thanks a lot

static void USBH_UserProcess (USBH_HandleTypeDef *phost, uint8_t id) { /* USER CODE BEGIN CALL_BACK_1 */ switch(id) { case HOST_USER_SELECT_CONFIGURATION: break;   case HOST_USER_DISCONNECTION: Appli_state = APPLICATION_DISCONNECT; b...

SGasp.1 by Senior
  • 738 Views
  • 4 replies
  • 0 kudos

Resolved! I am using usb-pd system with stm32g071rb76 processor. There are 2 CC pins on this processor. But when I use the stm32g0b1kct6 processor, there is only one CC pin. Why is that. Is there an advantage to it.

I am using usb-pd system with stm32g071rb76 processor. There are 2 CC pins on this processor. But when I use the stm32g0b1kct6 processor, there is only one CC pin. Why is that. Is there an advantage to it. I am using TCPP01-M12 as a protection circui...

Mtopa.1 by Associate II
  • 951 Views
  • 1 replies
  • 0 kudos

Resolved! Update code remotely

Hi all,I’am working with some nucleo board si ce a while. Now I’am planning to build my first personal board. And my final objective is to be able to update my code in my board remotely. Is it possible ? I have read some article update firmware remot...

SBaro.11 by Associate III
  • 949 Views
  • 5 replies
  • 0 kudos

Looking for closest software example for implementing Dual Role Power UFP port. According to specification, such port should identify as power sink during initialization, and (in our application) after initialization perform a power role swap command.

Question 1: are there any benefits to using standalone PD controller like STSUB1600 over integrated solution STM32G0x1Question 2: are there code examples that are reasonably close to the DRP functionality ? In all the X-CUBE-USB-PD examples I've see...

VZ.1 by Associate II
  • 1781 Views
  • 6 replies
  • 0 kudos