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

Dual Bank Live Firmware Update and EEPROM emulation

Hi Forum,Is there any example using stm32 ARM MCUS that implements the "Dual Bank " on the fly firmware update and EEPROM emulation in the SAME application?See :https://www.st.com/resource/en/application_note/dm00230416-onthefly-firmware-update-for-d...

RLeva.1 by Associate
  • 1029 Views
  • 1 replies
  • 0 kudos

Resolved! stm32 RCC Register ?

While looking at the rcc registers, you can see the ICSCR register on the debug screen, but when I write on the program, I encounter an error, I wonder what is the reason.

0693W00000HnbiQQAR.png 0693W00000HnbiLQAR.png

Resolved! I think I found an error in the ethernet HAL for the STM32F4 , can you confirm ?

The code after the LAN speed auto detection is this :line 443 @stm32f4xx_hal_eth.c   if((phyreg & PHY_SPEED_STATUS) == PHY_SPEED_STATUS)   {     /* Set Ethernet speed to 10M following the auto-negotiation */   (heth->Init).Speed = ETH_SPEED_10M;  }  ...

HSant.1 by Associate II
  • 1022 Views
  • 2 replies
  • 0 kudos

Not able to create semaphore in lwIP stack

Hi ,I am working on STM32L072 controller with RTOS which communicates with LAN9250 ethernet IC over SPI . i have integrated the lwIP stack in ,my project externally (v2.1.3). I am using netconn api's for data tx and rx. While creating net connection ...

0693W00000Hnet7QAB.png
BChav.1 by Associate III
  • 759 Views
  • 0 replies
  • 0 kudos

USB HID Device response with a STALL

Hello everyone,I have trouble while implementing USB HID on a STM32F373.I use the "custom Human Interface device class" and implemented all like in the video from ST Link. I also tested my device with the HID Terminal from the video (the Programm jus...

0693W00000HneolQAB.png
DSchu.6 by Associate
  • 703 Views
  • 0 replies
  • 0 kudos