STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Is there I2C Bootloader on STM32L051K8?

I am using STM32L051K8 MCU in my project. All the project has been developed. Now there is a need to provide OTA firmware upload. For that I require to use I2C bootloader as I have alreadey interfaced I2C EEPROM. Please let me know whether it is poss...

AJadh.5 by Associate
  • 493 Views
  • 3 replies
  • 0 kudos

Resolved! BSP example of 32L476GDISCOVERY

Hi,I am working on board STM32L476G-DISCO, and I want build the example in STM32Cube_FW_L4_V1.13.0 Repository, ({USERNAME}\STM32Cube\Repository\STM32Cube_FW_L4_V1.13.0\Projects\32L476GDISCOVERY\Examples\BSP),it all build successfully but at the end i...

RKhal.2 by Associate III
  • 518 Views
  • 2 replies
  • 2 kudos

USB Host HID problem with keyboards

Hi Im using stm32f4 discovery board to initial keyboard but when i connect the keyboard to board it detects the keyboard but didnt send any information.I change the keyboard and use microsoft curve keyboard 3000 and nothing changedIm using STM32CUBE...

AAgha by Associate II
  • 412 Views
  • 3 replies
  • 0 kudos

Bug HAL_delay() off by 1ms

By coincidence I discovered a bug in HAL_delay(). __weak void HAL_Delay(uint32_t Delay){ uint32_t tickstart = HAL_GetTick(); uint32_t wait = Delay; /* Add a period to guaranty minimum wait */ if (wait < HAL_MAX_DELAY) {   wait++; } while((HAL_GetTick...

Lama by Associate III
  • 868 Views
  • 9 replies
  • 0 kudos