STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HAL API documentation and examples

Hi,where do I find the full HAL API documentation? Is there a wiki? And also is there a way to pull it up in CubeIDE (I'm not referring to the autocomplete)? Also is there a repository with all examples organised by topic, for example PWM, I2C etc.? ...

Ricko by Senior
  • 111 Views
  • 2 replies
  • 3 kudos

TCP Raw socket server

I am running a modified TCP Echo Server on the IO Board with STM32H723ZET6 MCU, and LWIP enabled on the Board. No RTOS used. I am sending a continuous sequence of Modbus requests from the ModPoll tool to the Modbus server running on the Board.  But t...

Resolved! Where to read length of sleep time on RTC WUT

We are using the STM32L071RB, currently have the firmware set to go to sleep (stop mode) and wake up after ~5 minutes with the RTC WUT (see section 22.4.6 and A13.3 in RM0377). This works great, however this timer isn't the only wakeup source. If the...

LWill.4 by Associate II
  • 253 Views
  • 6 replies
  • 2 kudos

stm32H7, HAL_Deinit() causes core stall

Hi there, I'm fixing the jump function from my custom bootloader to the application, below the code:  static void __inline__ CheckAPPjumpRESET(void) { /*.-.-.| Local variables: |.-.-.*/ u32t uiI = 0; /*.-.-.| Execution: |.-.-.*/ if(GetRESETkey()...

iTTy by Associate III
  • 67 Views
  • 1 replies
  • 0 kudos