STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Application not loading after DFU:Leave

I am trying to program the STM32F401 flash on our board in DFU mode. I am using the dfu-util tool in my Linux computer.I am using the following code to flash and jump to application code.dfu-util -a 0 -s 0x08000000:leave -D <location-to-binary>.binAf...

PA.3 by Associate
  • 1091 Views
  • 1 replies
  • 3 kudos

Question about CMSIS driver

I've download the CMSIS pack for STM32H7 series. ST implement an I2C driver function like this:​int32_t I2C_MasterTransmit (uint32_t addr, const uint8_t *data, uint32_t  num, bool  xfer_pending, I2C_RESOURCES *i2c), ​but the website, https://arm-soft...

JLee.32 by Associate III
  • 1050 Views
  • 8 replies
  • 0 kudos

The HAL IRQ for HSEM disables itself. Why?

The HAL driver, HAL_HSEM_IRQHandler() disables itself by clearing bits in it's IER register. I don't want it disabled so I have to re-enable it in my HAL_HSEM_FreeCallback(). Is it desirable that it is disabling itself? I'm using the STM32H755.

GHolc.1 by Associate III
  • 309 Views
  • 0 replies
  • 0 kudos