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! STM32H7 Dual Core DFU

I'm working with the STM32F7 dual-core capability for the first time. Using NUCLEO-H745ZI-Q, DfuSe Demo v3.0.6, DFU File Manager v3.0.6I have one program for the CM7 core and another for the CM4 core. I can enter the system bootloader by applying 3...

SEast.1 by Associate
  • 2301 Views
  • 2 replies
  • 0 kudos

Erase command bootloader not responding

Hello everyone, I'm trying to do an erase command for 2 pages but it accepts the command with an ack but after that nothing happens and the bootloader nacks all other commands I waited at least 40 seconds after the erase command but no ack or nack. A...

0693W00000BdS2gQAF.png
Skelc.1 by Associate
  • 2183 Views
  • 4 replies
  • 0 kudos

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
  • 2401 Views
  • 4 replies
  • 0 kudos