STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32cube I2c busy stm32F107

Posted on November 24, 2016 at 15:43Hi,I found an issue in the smt32cubeMX (ver 4.17.0 stm32F1 lib ver 1.4.0) when generating the I2C init code.I have an EEPROM connected to a smt32F107VC micro through  I2C.Stm32cube does generate the following code...

Adalgiso by Associate II
  • 1027 Views
  • 7 replies
  • 0 kudos

Resolved! STM32L475 USB OTG Host GPIO Interrupt Failed

Posted on March 02, 2018 at 18:48Hi,i have a STM32L475 with USB OTG as Host with USB Disk attached and an GPIOInt with callback void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin).If i build my HAL without USB all is ok, but when i build it with USB Supp...