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
  • 210 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
  • 1382 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
  • 613 Views
  • 2 replies
  • 1 kudos

Resolved! STM32F767 watchdog example

I wonder if someone can provide me with an example how to use the watchdog in a STM32F767.I have tried the following code but it don't get a reset!static WWDG_HandleTypeDef hwwdg;static bool wwdg_inited = false;static void EnableWDG (void){ if ( ! ww...

EGonc.2 by Associate II
  • 1984 Views
  • 6 replies
  • 0 kudos

I2S audio crackly noise on STM32L05x

Hello everyone!I am struggling with playback via I2S to external DAC on STM32L051/53. Audio:file in external SPI flash,WAV format16KHz sampling rate16bit depthI run the core on internal oscillator. My 'real' I2S clock (WS frequency) is 15,957kHz, whi...

MBank.1 by Associate II
  • 2559 Views
  • 8 replies
  • 0 kudos

USBH_BulkReceiveData not working

Hello everybody,I am currently trying to implement a RTL2832 on STM32, the initialisation process works just fine (USBH_CtlReq). But during the USBH_RTLSDR_Process, my program first uses a USBH_BulkReceiveData and loops on USBH_LL_GetURBState. the st...

ABouk.1 by Associate III
  • 316 Views
  • 0 replies
  • 0 kudos