STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hi, I was developing a USB-based datalogger with STM32L052K8 with the log in PDF format. Kindly let me know if we can accomplish the same with this STM32L052K8 MCU. Is there any pdf generating libraries for this?

The product is a temperature logger for use in the shipping industry. The controller will wake up in definite intervals and record the temperature reading and saves it in the memory. We need to store the data in PDF format for the end-user to downloa...

GU.1 by Associate II
  • 247 Views
  • 0 replies
  • 1 kudos

RTC stops during standby mode.

Hi, I'm using STM32L452, and i need to get the time and date from RTC. The RTC works fine, but when i enter in standby and check the time after wake up (via RTC), the RTC only incrment durring the waked time, and doesn't count the time durring standb...

JStraw by Associate II
  • 1660 Views
  • 9 replies
  • 0 kudos

Resolved! [BUG] STM32 HAL drivers are not interrupt-safe

In function HAL_DMA_IRQHandler() the lines 872, 914, 949 modify the hdma->State variable after __HAL_UNLOCK(hdma) has been called.STM32 HAL is full of bugs, especially race condition related ones, but this one seems to be more urgent, because multipl...

Piranha by Chief II
  • 717 Views
  • 2 replies
  • 1 kudos