STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Browsing STM32CUBE projects

Hi,Is there a way to browse available STMCUBEMX projects for various product lines, without downloading the packages in their entirety?I just want to see what projects there are.Just seeing the projects name and briefs are enough.Thanks!

ISeed by Senior
  • 374 Views
  • 2 replies
  • 0 kudos

HAL_Delay works and doesn't work

I'm still very new to STM32 processors, and using CubeMX to generate my basic code structure (for TrueStudio). In the code below, if I uncomment code section A, the yellow LED blinks, but not evenly... At low values such HAL_Delay(100), the high time...

NNar by Associate II
  • 1595 Views
  • 4 replies
  • 0 kudos

stm32h743 lwip HOSTNAME trouble

I am new to stm32h743. I have ported project LwIP_TCP_Echo_Server for eval pcb to nucleo h743 and all works ok. Within the dhcp list of linked device see my device with "unknown" name. I have added "#define LWIP_NETIF_HOSTNAME 1" into the lwipopts.h ...

EBrun by Associate II
  • 326 Views
  • 0 replies
  • 0 kudos

STM32 not working when leave USB or dont plug USB

Hi guys,I have a program use USB CDC and some function(STM32F103C8T6 StdPeriph lib). If use USB to power supply then program normal working, but it's working I leave USB out from Board (have sub power supply for Board) Program stop now. And if don't ...

TPham.10 by Associate II
  • 623 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L0 use internal EEPROM

Hello,i just want to use the Internal EEPROM of my STM32L052.I followed the short description in the STM32CubeMX manual. But it is not working. Here my small code example HAL_FLASHEx_DATAEEPROM_Unlock(); HAL_FLASHEx_DATAEEPROM_Erase(0x08080000U); ...